-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
56 lines (45 loc) · 1.67 KB
/
work.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 lang="en">
<head>
<meta charset="utf-8">
<title>My Work and Projects</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>
<p>
Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet.<br style="margin-bottom: 5px;">
</p>
<center><div class="work">
<div class="projects">
<a href="#"><img src="img/demoproject.png"></a>
<a href="#"><img src="img/demoproject.png"></a>
<a href="#"><img src="img/demoproject.png"></a>
<a href="#"><img src="img/demoproject.png"></a>
</div>
</div></center>
<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>