-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
304 lines (238 loc) · 8.08 KB
/
index.html
File metadata and controls
304 lines (238 loc) · 8.08 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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>EasyDo API</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Lato:700%7CMontserrat:400,600" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="header" class="transparent-nav">
<div class="container">
<div class="navbar-header">
<!-- Mobile toggle -->
<button class="navbar-toggle">
<span></span>
</button>
<!-- /Mobile toggle -->
</div>
<!-- Navigation -->
<nav id="nav">
<ul class="main-menu nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="#">About</a></li>
<li><a href="#">Courses</a></li>-->
<li><a href="blog.html">Documentation</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
<!-- /Navigation -->
</div>
</header>
<!-- /Header -->
<!-- Home -->
<div id="home" class="hero-area">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/home-background.jpg)"></div>
<!-- /Backgound Image -->
<div class="home-wrapper">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1 class="white-text">EasyDo API</h1>
<img id= "mainlogo" src="./img/logo.png" alt="logo">
<p class="lead white-text">A minimalistic ToDo API, to help you do more.</p>
<a class="main-button icon-button" href="#">Get Started!</a>
</div>
</div>
</div>
</div>
</div>
<!-- /Home -->
<!-- About -->
<div id="about" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="col-md-6">
<div class="section-header">
<h2>Welcome to EasyDo API</h2>
<p class="lead">Back to Basic. A no-frills API to help you keep track of your goals.</p>
</div>
<!-- feature -->
<div class="feature">
<i class="feature-icon fa fa-flask"></i>
<div class="feature-content">
<h4>Up-to-date</h4>
<p>EasyDo was deleveloped using the latest technology, such as TypeScript and GraphQL.</p>
</div>
</div>
<!-- /feature -->
<!-- feature -->
<div class="feature">
<i class="feature-icon fa fa-users"></i>
<div class="feature-content">
<h4>Share</h4>
<p>Set your list to public, and help your team stay on track.</p>
</div>
</div>
<!-- /feature -->
</div>
<div class="col-md-6">
<div class="about-img">
<img src="./img/about.png" alt="">
</div>
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /About -->
<!-- Call To Action -->
<div id="cta" class="section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/cta1-background.jpg)"></div>
<!-- /Backgound Image -->
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="col-md-6">
<h2 class="white-text">Get more done,</br> with no distractions.</h2>
<p class="lead white-text">It's time to take a step back and focus on what's important You.</br> Increase your productivity Do more, and take back Your time with EasyDo!</p>
<a class="main-button icon-button" href="#">Get Started!</a>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Call To Action -->
<!-- Why us -->
<div id="why-us" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="section-header text-center">
<h2>Why EasyDo?</h2>
<p class="lead">It's simple, it gives you all the information you need</br>when you need it. No distractions.</p></br></p>
<div class="codebox">
<code>
{
"list_owner": "b81f6e41-2371-49c0-950a-36087cc3cde6",<br>
"is_public": false,<br>
"listname": "Antonio`s list",<br>
"id": "cd28557f-512d-4577-9e57-75cbc7278985"
},
</code>
</div>
</div>
</div>
<!-- /row -->
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Why us -->
<!-- Contact CTA -->
<div id="contact-cta" class="section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/cta2-background.jpg)"></div>
<!-- Backgound Image -->
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="white-text">Contact Us</h2>
<a class="main-button icon-button" href="mailto:[email protected]">Contact Us Now</a>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Contact CTA -->
<!-- Footer -->
<footer id="footer" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- footer logo -->
<div class="col-md-6">
<div class="footer-logo">
<a class="logo" href="index.html">
<img src="./img/logo.png" alt="logo">
</a>
</div>
</div>
<!-- footer logo -->
<!-- footer nav -->
<div class="col-md-6">
<ul class="footer-nav">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Documentation</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- /footer nav -->
</div>
<!-- /row -->
<!-- row -->
<div id="bottom-footer" class="row">
<!-- social -->
<div class="col-md-4 col-md-push-8">
<ul class="footer-social">
<li><a href="#" class="facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" class="instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="#" class="youtube"><i class="fa fa-youtube"></i></a></li>
<li><a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- /social -->
<!-- copyright -->
<div class="col-md-8 col-md-pull-4">
<div class="footer-copyright">
<span>© Copyright 2020. All Rights Reserved. | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com">Colorlib</a></span>
</div>
</div>
<!-- /copyright -->
</div>
<!-- row -->
</div>
<!-- /container -->
</footer>
<!-- /Footer -->
<!-- preloader -->
<div id='preloader'><div class='preloader'></div></div>
<!-- /preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>