-
Notifications
You must be signed in to change notification settings - Fork 0
/
mathbook.html
67 lines (64 loc) · 1.75 KB
/
mathbook.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
<!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>Mathematics</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>Mathematics</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=0B3BucRtHnjL7dGcwOTBFdEUwTTQ">
<div class="card">
<img src="Images/thomas.jpg" alt="" align="middle">
</div>
</a>
</li>
<li>
<a href="https://drive.google.com/open?id=0B3BucRtHnjL7djFXNVBUZ0x6NjA">
<div class="card"><img src="Images/thomassol.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>