-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (111 loc) · 4.14 KB
/
index.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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="vendors/css/Grid.css">
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500&display=swap" rel="stylesheet">
<title>SampleProject</title>
</head>
<body>
<div class="loader">
<div class="inner"></div>
</div>
<header>
<div class="row welcome-text">
<h1>Hello.</h1>
<p>Aman Sharma | Android Developer</p>
</div>
</header>
<section class="section-1">
<div class="row section-1-container">
<h2>Lorem Ipsum</h2>
<h3>Lorem Ipsum Generator</h3>
<div class=" row js--wp-1">
<ul class="section-1-points ">
<li>
<p>Lorem ipsum dolor sit amet</p>
</li>
<li>
<p>Ut enim ad minim veniam</p>
</li>
<li>
<p>Lorem ipsum dolor sit amet</p>
</li>
<li>
<p>Excepteur sint occaecat cupidatat non proident</p>
</li>
</ul>
</div>
</div>
</section>
<section class="section-2">
<div class="row section-2-container ">
<h2>Lorem Ipsum</h2>
<p class="qoute js--wp-2">The details are not the details. They make the design.</p>
<p class="qoute-by">Charles Eames</p>
</div>
</section>
<section class="section-3">
<div class="row">
<h2>About Lorem Ipsum</h2>
</div>
<div class="row section-3-items-container ">
<div class=" row row-1 ">
<div class="col span-1-of-2 part-1 js--wp-3">
<div>1</div>
<h3>SubHeading1</h3>
<p>Excepteur sint occaecat cupidatat non proident</p>
</div>
<div class="col span-1-of-2 part-1 ">
<div>3</div>
<h3>SubHeading1</h3>
<p>Excepteur sint occaecat cupidatat non proident</p>
</div>
</div>
<div class="row-2">
<div class="col span-1-of-2 part-2 ">
<div>2</div>
<h3>SubHeading1</h3>
<p>Excepteur sint occaecat cupidatat non proident</p>
</div>
<div class="col span-1-of-2 part-2 ">
<div>4</div>
<h3>SubHeading1</h3>
<p>Excepteur sint occaecat cupidatat non proident</p>
</div>
</div>
</div>
</section>
<section class="section-4">
<div class="row">
<h3>The Lorem</h3>
</div>
<div class="row js--wp-4">
<h2>Our Design Toolkit</h2>
</div>
<div class="row">
<p>AdobeXd</p>
</div>
</section>
<section class="section-5">
<div class="row section-5-container">
<div class="row">
<h2>Important Reminders</h2>
</div>
<div class="row js--wp-5">
<p>Tincidunt eget nullam non nisi est sit amet facilisis magna. Orci nulla pellentesque dignissim enim sit amet venenatis urna. Maecenas ultricies mi eget mauris pharetra et ultrices. Fermentum dui faucibus in ornare quam viverra orci sagittis eu.</p>
</div>
</div>
</section>
<section class="section-6">
<div class="row section-6-container ">
<h2>Thank You.</h2>
</div>
</section>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<script src="resources/js/script.js"></script>
</body>
</html>