-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (43 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About me</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/drawic.css">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="animated bounceInDown">
<div class="avatar" style="margin: 18px">
<img src="img/avatar.png" alt="AgentNerd">
</div>
<div class="content">
<h1 class="title" style="margin-bottom: 10px;">Wiseren Profile</h1>
<ul class="menu">
<li><a href="about.html" title="about me">About me</a></li>
<li><a href="index.html" title="home">Home</a></li>
<li><a href="work.html" title="My Work">My Work</a></li>
</ul>
<p>
Simple, small yet Attractive<br>
Proudly from India.
</p>
<center>
<p class="about">
Lorem ipsum dolor sit amet,<br style="margin-bottom: 5px;">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</p>
</center><br>
<p>Want to contact me for good? <a href="contact.html">check here</a>.</p>
</div>
<footer>
<div>Copyright © 2016 - 2017.<br />Made with <span class="heart pump" title="Love" style="font-size:1.3em;">❤</span> in India by <a href="http://AnkitYadav.net">Ank!t Yadav</a> (:</div>
</footer>
</body>
</html>