-
Notifications
You must be signed in to change notification settings - Fork 0
/
phybook.html
80 lines (76 loc) · 2.07 KB
/
phybook.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Divyansh Verma | Designer</title>
<link rel="stylesheet" href="CSS/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Changa+One|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="CSS/main.css">
<link rel="stylesheet" href="CSS/responsive.css">
<link rel="stylesheet" type="text/css" href="CSS/bookstyle.css">
<meta name="viewport" content="width=device-width , initial-scale=1.0">
</head>
<body>
<header class="top">
<a href="contact.html" id="logo">
<h1>Physics</h1>
<h2>About Designer</h2>
</a>
<nav>
<ul>
<li><a href="book.html" class="selected">Book</a></li>
<li><a href="notes.html">Notes</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<header>
<a href="about.html" id="logo">
<h1>Physics</h1>
<h2>About Designer</h2>
</a>
<nav>
<ul>
<li><a href="index.html" class="selected">Book</a></li>
<li><a href="notes.html">Notes</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section>
<ul id="gallery">
<li>
<a href="https://drive.google.com/open?id=0B3BucRtHnjL7NXY5NGpENDV0NHc">
<div class="card">
<img src="Images/krane.jpg" alt="" align="middle">
</div>
</a>
</li>
<li>
<a href="https://drive.google.com/open?id=0B3BucRtHnjL7bFJ4bnowdThqSnM">
<div class="card"><img src="Images/arthurbeiser.jpg" alt="">
</div>
</a>
</li>
<li>
<a href="https://drive.google.com/open?id=0B3BucRtHnjL7NTVDYW13alZCbmc">
<div class="card"><img src="Images/solid.jpg" alt="">
</div>
</a>
</li>
<li>
<a href="https://drive.google.com/open?id=0B3BucRtHnjL7YzdBdnVJUGltc0E">
<div class="card"><img src="Images/kranesol.jpg" alt="">
</div>
</a>
</li>
</ul></section>
<footer>
<a href="https://www.facebook.com/divyansh.verma.96"> <img src="Images/facebook.png" alt="Facebook Logo" class="social-icon" ></a>
<a href="https://github.com/divyansh121212"> <img src="Images/github.png" alt="Github Logo" class="social-icon"></a>
<p>© 2017 Divyansh Verma.</p>
</footer>
</div>
</body>
</html>