-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (209 loc) · 9.89 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TimeSavr</title>
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- owlcarousel css-->
<link rel="stylesheet" href="owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="owlcarousel/owl.theme.default.min.css">
<!-- style.css for style.scss -->
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon"/>
</head>
<body>
<div class="loader">
<img src="img/preloader.gif" alt="Loading..." />
</div>
<!-- ჰედერი -->
<header>
<!-- ლოგო -->
<div class="logo"><img src="img/logo.png" alt=""></div>
<!-- ტექსტურა -->
<div class="texture">
<img src="img/phone.png" alt="">
</div>
<div class="container">
<!-- ჰედერის აღწერა -->
<div class="description">
<h1>Save More Time</h1>
<p>We build this app because we wanted to save people time. That’s what every app in the universe should do.</p>
<!-- ინპუტ ფორმა -->
<form class="save">
<div class="input">
<i class="fas fa-envelope"></i>
<input type="text" name="" id="" placeholder="Email Address">
</div>
<button>Start Saving Time</button>
</form>
<!-- logos -->
<img src="img/logos row 1.png" alt="" class="img__logos">
</div>
</div>
</header> <!-- აქ მთავრდება ჰედერი -->
<!-- main - სექცია features -->
<main>
<div class="container">
<!-- სათაური -->
<div class="features__title">
<span>Features</span>
<h1>This app was made to save you more time in a day</h1>
<p>We build this app because we wanted to save people time. That’s what every app in the universe should do.</p>
</div>
<!-- გრიდი -->
<div class="features__grid">
<div class="item">
<img src="img/responsive.png" alt="">
<h4>Easily connect to desktop</h4>
<p>We build this app because we wanted to help people. That’s what every app should do, right?</p>
</div>
<div class="item">
<img src="img/laptop-71.png" alt="">
<h4>Shows you charts and pies</h4>
<p>We build this app because we wanted to help people. That’s what every app should do, right?</p>
</div>
<div class="item">
<img src="img/money-time.png" alt="">
<h4>Brings you revenue</h4>
<p>We build this app because we wanted to help people. That’s what every app should do, right?</p>
</div>
</div>
</div> <!-- აქ მთავრდება გრიდის კონტეინერი -->
<!-- ტექსტურა -->
<div class="rounded">
<img src="img/rounded shape.png" alt="">
</div>
</main> <!-- აქ მთავრდება main -->
<!-- სექცია timesavr-->
<section class="timesavr">
<!-- სათაური -->
<div class="timesavr__title">
<span>If you’re in doubt</span>
<h1>Why choose TimeSavr</h1>
</div>
<div class="container">
<!-- გრიდი -->
<div class="timesavr__grid">
<!-- ნივთი 1 -->
<div class="item__before item">
<div class="item__title">
<h4>Before TimeSavr</h4>
</div>
<ul>
<li>There are many variations of passages of Lorem Ipsum available.</li>
<li>All the Lorem Ipsum generators on the Internet tend to repeat predefined.</li>
<li>The generated Lorem Ipsum is free</li>
<li>Basically everything sucked</li>
</ul>
</div>
<!-- ნივთი 2-->
<div class="item__after item">
<div class="item__title">
<h4>Before TimeSavr</h4>
</div>
<ul>
<li>There are many variations of passages of Lorem Ipsum available.</li>
<li>All the Lorem Ipsum generators on the Internet tend to repeat predefined.</li>
<li>The generated Lorem Ipsum is free</li>
<li>Basically everything sucked</li>
<li>It uses a dictionary of over 200 Latin words, combined with a handful of model.</li>
</ul>
<button>Start your free 30-day trial</button>
</div>
<!-- ტექსტურა -->
<div class="why"><img src="img/why.png" alt=""></div>
</div>
</div>
<!-- Testimonials -->
<div class="timesavr__title testi">
<span>Testimonials</span>
<h1>People who trust us</h1>
</div>
<!-- owlcarousel -->
<div class="owl-carousel owl-theme owl-loaded">
<div class="owl-stage-outer">
<div class="owl-stage">
<div class="owl-item">
<p>I thought this app was one of the most valuable apps I’ve ever tried in my life. Loved it!</p>
<div class="person">
<div class="avatar"></div>
<h5>Todd Quinto,</h5>
<span>works at Google</span>
</div>
</div>
<div class="owl-item">
<p>I thought this app was one of the most valuable apps I’ve ever tried in my life. Loved it!</p>
<div class="person">
<div class="avatar"></div>
<h5>Todd Quinto,</h5>
<span>works at Google</span>
</div>
</div>
<div class="owl-item">
<p>I thought this app was one of the most valuable apps I’ve ever tried in my life. Loved it!</p>
<div class="person">
<div class="avatar"></div>
<h5>Todd Quinto,</h5>
<span>works at Google</span>
</div>
</div>
<div class="owl-item">
<p>I thought this app was one of the most valuable apps I’ve ever tried in my life. Loved it!</p>
<div class="person">
<div class="avatar"></div>
<h5>Todd Quinto,</h5>
<span>works at Google</span>
</div>
</div>
<div class="owl-item">
<p>I thought this app was one of the most valuable apps I’ve ever tried in my life. Loved it!</p>
<div class="person">
<div class="avatar"></div>
<h5>Todd Quinto,</h5>
<span>works at Google</span>
</div>
</div>
<div class="owl-item">
<p>I thought this app was one of the most valuable apps I’ve ever tried in my life. Loved it!</p>
<div class="person">
<div class="avatar"></div>
<h5>Todd Quinto,</h5>
<span>works at Google</span>
</div>
</div>
</div>
</div>
</div>
<div class="timesavr__title testi">
<span>Get started in less than 30 seconds</span>
<h1>Get started in less than 30 seconds</h1>
</div>
<!-- footer -->
<footer>
<!-- ტექსტურა -->
<div class="shapee"><img src="img/shape.png" alt=""></div>
<!-- ფორმა -->
<form class="save">
<div class="input">
<i class="fas fa-envelope"></i>
<input type="text" name="" id="" placeholder="Email Address">
</div>
<button>Start Saving Time</button>
</form>
<!-- სოციალური ლინკები-->
<div class="social">
<a href="#"><img src="img/facebook.png" alt=""></a>
<a href="#"><img src="img/logo-twitter.png" alt=""></a>
<a href="#"><img src="img/instagram.png" alt=""></a>
</div>
<span>Copyright © TimeSavr 2018. All Rights Reserved.</span>
</footer>
</section>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="owlcarousel/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>