Skip to content

Commit ebf7afd

Browse files
authored
Add hemanta sharma
1 parent 73dd30b commit ebf7afd

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

2018/index.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<style>
5+
div.gallery {
6+
margin: 5px;
7+
border: 1px solid #ccc;
8+
float: left;
9+
width: 180px;
10+
}
11+
12+
div.gallery:hover {
13+
border: 1px solid #777;
14+
}
15+
16+
div.gallery img {
17+
width: 100%;
18+
height: auto;
19+
}
20+
21+
div.desc {
22+
padding: 15px;
23+
text-align: center;
24+
}
25+
</style>
26+
</head>
27+
<body>
28+
<div class="gallery">
29+
<a
30+
target="_blank"
31+
href="https://avatars.githubusercontent.com/u/65495361?s=96&v=4"
32+
>
33+
<img
34+
src="https://avatars.githubusercontent.com/u/65495361?s=96&v=4"
35+
alt="Cinque Terre"
36+
width="600"
37+
height="400"
38+
/>
39+
</a>
40+
<div class="desc">Add a description of the image here</div>
41+
</div>
42+
43+
<div class="gallery">
44+
<a target="_blank" href="github.com/ssn212.png">
45+
<img src="img_forest.jpg" alt="Forest" width="600" height="400" />
46+
</a>
47+
<div class="desc">Add a description of the image here</div>
48+
</div>
49+
50+
<div class="gallery">
51+
<a target="_blank" href="img_lights.jpg">
52+
<img
53+
src="https://github.com/ssn212.png"
54+
alt="Northern Lights"
55+
width="600"
56+
height="400"
57+
/>
58+
</a>
59+
<div class="desc">Add a description of the image here</div>
60+
</div>
61+
62+
<div class="gallery">
63+
<a target="_blank" href="img_mountains.jpg">
64+
<img
65+
src="https://github.com/ssn212.png"
66+
alt="Mountains"
67+
width="600"
68+
height="400"
69+
/>
70+
</a>
71+
<div class="desc">Add a description of the image here</div>
72+
</div>
73+
</body>
74+
</html>

0 commit comments

Comments
 (0)