-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (153 loc) · 4.6 KB
/
index.html
File metadata and controls
170 lines (153 loc) · 4.6 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Modi's Profile</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<!--<header id="header" class="alt">
<div class="logo"><a href="index.html">Personal<span>Profile</span></a></div>-->
<!--<a href="#menu">Menu</a>-->
<!--</header>-->
<!-- Nav -->
<!--<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav>-->
<!-- Banner -->
<section class="banner full">
<article>
<img src="images/Dyx_2YrW0AAwQ3l.jpg" alt="" />
<div class="inner">
<header>
<p> <a href="https://templated.co">Personal Profile</a></p>
<h2>Modi</h2>
</header>
</div>
</article>
<!--<article>
<img src="images/Dyx_2YrW0AAwQ3l.jpg" alt="" />
<div class="inner">
<header>
<p>Lorem ipsum dolor sit amet nullam feugiat</p>
<h2>Magna etiam</h2>
</header>
</div>
</article>
<article>
<img src="images/slide03.jpg" alt="" />
<div class="inner">
<header>
<p>Sed cursus aliuam veroeros lorem ipsum nullam</p>
<h2>Tempus dolor</h2>
</header>
</div>
</article>
<article>
<img src="images/slide04.jpg" alt="" />
<div class="inner">
<header>
<p>Adipiscing lorem ipsum feugiat sed phasellus consequat</p>
<h2>Etiam feugiat</h2>
</header>
</div>
</article>
<article>
<img src="images/slide05.jpg" alt="" />
<div class="inner">
<header>
<p>Ipsum dolor sed magna veroeros lorem ipsum</p>
<h2>Lorem adipiscing</h2>
</header>
</div>
</article>-->
</section>
<!-- One -->
<section id="one" class="wrapper style2">
<div class="inner">
<div class="grid-style">
<div>
<div class="box">
<div class="image fit">
<img src="images/Dyx_6O6XQAEzYi-.jpg" alt="" />
</div>
<div class="content">
<header class="align-center">
<!--<p>maecenas sapien feugiat ex purus</p>-->
<h2>Quots I Believe in</h2>
</header>
<p style="color: black"> - Silance is the sleep that nourishes wisdom.</p>
<p style="color: black"> - Difficult roads often lead to beautiful destination.</p>
<footer class="align-center">
<!--<a href="#" class="button alt">Learn More</a>-->
</footer>
</div>
</div>
</div>
<div>
<div class="box">
<div class="image fit">
<img src="images/Dyx_4ZoWkAAxAuh.jpg" alt="" />
</div>
<div class="content">
<header class="align-center">
<!--<p>mattis elementum sapien pretium tellus</p>-->
<h2>Things I Like to Do</h2>
</header>
<p><ul>
<li style="color: black">Reading</li>
<li style="color: black">Lestninig to Music</li>
<li style="color: black">Video Montage</li>
</ul></p>
<footer class="align-center">
<!--<a href="#" class="button alt">Learn More</a>-->
</footer>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Two -->
<!-- Three -->
<section id="three" class="wrapper style2">
<div class="inner">
<header class="align-center">
<p class="special"></p>
<h2></h2>
</header>
<!--<div class="gallery">-->
<div>
<div class="image fit">
<!--<a href="#"><img src="images/pic01.jpg" alt="" /></a>-->
</div>
</div>
<div>
<div class="image fit">
<h2><p style="color: black", align="center"> My Gallery</p></h2>
<video src="images/New.mp4" width="1100" height="720" controls> </video>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>