-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (91 loc) · 3.63 KB
/
index.html
File metadata and controls
92 lines (91 loc) · 3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container-fluid">
<header>
<div class="heading">
<img class="logo" alt="logo" src="img/bgoku.png">
<h1 class="uname">Deveshwar Jaiswal</h1>
</div>
<p class="utitle">Front-End Saiyan</p>
</header>
</div>
<div class="banpic">
<picture>
<source
media="(max-width: 360px)"
srcset="img/b-360w.png">
<source
media="(min-width:361px) and (max-width:768px)"
srcset="img/b-768w.png">
<source
media="(min-width: 769px)"
srcset="img/b-1336w.png">
<img class="banImg"
src="img/b-1336w.png"
alt="wall Image">
</picture>
</div>
<footer class ="oworks">
<h3 class="others">Featured Work</h3>
<div class="bucket">
<figure>
<img class="proImg1"
src="img/c.png"
alt="some random Image reference 1">
<figcaption>
<a href="https://dry-chamber-31688.herokuapp.com">Full Stack Project</a>
</figcaption>
</figure>
<figure>
<img class="proImg2"
src="img/d.png"
alt="some random Image reference 2">
<figcaption>
<a href="https://rawgit.com/svssdeva/Patapat-Clone/master/circles.html">Patapat Clone (on desktop)</a>
</figcaption>
</figure>
<figure>
<img class="proImg3"
src="img/e.png"
alt="some random Image reference 3">
<figcaption>
<a href="https://rawgit.com/svssdeva/colorgame/master/Color%20Game.html">Color Game Project</a>
</figcaption>
</figure>
<figure>
<img class="proImg1"
src="img/h.png"
alt="some random Image reference 1">
<figcaption>
<a href="https://rawgit.com/svssdeva/todolist/master/index2.html">To-do List</a>
</figcaption>
</figure>
<figure>
<img class="proImg2"
src="img/g.png"
alt="some random Image reference 2">
<figcaption>
<a href="https://rawgit.com/svssdeva/image-gallery/master/img%20gallery.html">Image Gallery</a>
</figcaption>
</figure>
<figure>
<img class="proImg3"
src="img/i.png"
alt="some random Image reference 3">
<figcaption>
<a href="https://rawgit.com/svssdeva/vnstravel-site1/master/app/index.html">Varanasi Travel Site (on going)</a>
</figcaption>
</figure>
</div>
</footer>
</body>
</html>