-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
56 lines (56 loc) · 1.73 KB
/
about.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
<!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">
<meta name="viewport" content="width=device-width , initial-scale=1.0">
</head>
<body>
<header class="top">
<a href="about.html" id="logo" class="selected">
<h1>Divyansh Verma</h1>
<h2>About Designer</h2>
</a>
<nav>
<ul>
<li><a href="book.html">Book</a></li>
<li><a href="notes.html" >Notes</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<header>
<a href="about.html" id="logo">
<h1>Divyansh Verma</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>
<div class="card1">
<img src="Images/profilepic.jpg" alt="Photograph of Divyansh Verma" class="profile-photo"></div>
<h3>About</h3>
<p>Hi I am Divyansh Verma, CSE NITKIAN (Batch of 2020) . This is my webpage where i will try to upload all books that may be needed in your first year </p>
<p>
If you like to see my projects my username is <a href="https://github.com/divyansh121212"> @divyansh121212 </a></p>
</p>
</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>