-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (85 loc) · 4.38 KB
/
index.html
File metadata and controls
121 lines (85 loc) · 4.38 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> My Universe </title>
</head>
<link rel="stylesheet" href="family.css" type="text/css" />
<link rel="stylesheet" href="animate.css" type="text/css" />
<script src="wow.min.js"></script>
<script>
new WOW().init();
p</script>
<body>
<div class="wrapper">
<div class="heading fadeInDown animated">
<h1> THE RECITAL OF MY LIFE </h1>
<h4> 'A Beautiful Journey' </h4>
</div>
<div class="navigation wow bounce animated" data-wow-delay="1s">
<li>
<a href="#"> <img src="blueberries.png" width="70px" height="70px" /> </a>
</li>
<li>
<a href="#"> <img src="cookie.png" width="70px" height="70px" /> </a>
</li>
<li>
<a href="#"> <img src="hp_notebook_2.png" width="70px" height="70px" /> </a>
</li>
<li>
<a href="#"> <img src="half_life_ii.png" width="70px" height="70px" /> </a>
</li>
<li>
<a href="#"> <img src="personal_storage_box.png" width="70px" height="70px" /> </a>
</li>
<li>
<a href="#"> <img src="in_love.png" width="70px" height="70px" /> </a>
</li>
</div>
<div class="content bounceInUp animated ">
<p>
<h3>The most important thing in the world is family and love. All that I am, or hope to be, I owe to my angel mother. </h3>
</p>
<p>
My family is everything. I am what I am thanks to my mother, my father, my brother, my sister... because they have given me everything. The education I have is thanks to them.
</p><p>
<h4> {STILL EXPLORING} </h4>
<h5> Coming Soon.... </h5>
</p>
<!--
<button ondragover="" aria-atomic="true"> Project </button>
<button ondragover="" aria-atomic="true"></button>
<br>
<button ondragover="" aria-atomic="true"></button>-->
</div>
<!-- <div class="sidebar">
sidebar
</div> -->
<div class="ufooter">
<ul>
<li> ARSHAD KHAN
<br> <img src="college_24_2x.png" />
</li>
<li> E-Mail Me
<br>
<a href="mailto:arshadkhan0126@gmail.com"> <img src="sketch/digg-48.png" width="40px" height="30px" /> </a>
</li>
<li> FOLLOW ME :
<div class="loo">
<a href="www.facebook.com/Addictedk0126"> <img src="sketch/facebook-256.png" width="30px" height="30px" /> </a>
<a href="#"> <img src="sketch/google-32.png" width="30px" height="30px" /> </a>
<a href="#"> <img src="sketch/delicious-32.png" width="32px" height="32px" /> </a>
<a href="#"> <img src="sketch/bing-64.png" width="32px" height="32px" /> </a>
</div>
</li>
</ul>
</div>
<div class="dfooter fadeInDown animated">
© 2017 Arshad Khan I LOVE YOU Mummy.
</div>
</div>
</body>
</html>