forked from UdacityFrontEndScholarship/task-master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
249 lines (236 loc) · 10.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--webapp title-->
<title>TaskMaster </title>
<!--meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!--remote stylesheets linkage-->
<!-- for icons -->
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<!--additional stylesheets-->
<link rel="stylesheet" type="text/css" href="css/animate.min.css">
<link href="./css/init.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/form.css">
<link href="css/imageSlider.css" rel="stylesheet">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/loader.css">
<link rel="stylesheet" href="css/nav_n_btn.css">
</head>
<body onload="loader()" class="blur">
<!-- Loading screen added by @Aditya Sharma -->
<div id="loader"></div>
<!-- here starts navigation bar with off canvas menu -->
<div class="navbar-fixed">
<nav class="black">
<!--<div class="nav-wrapper container">
<a href="#" class="brand-logo">TASKMASTER</a>
<ul id="nav-mobile" class="right hide-on-med-and-down section table-of-contents">
<li><a href="index.html">HOME</a></li>
<li><a class="scrollspy" href="#intro">INTRODUCTION</a></li>
<li><a class="scrollspy" href="#why">WHY TASKMASTER?</a></li>
</ul>
</div>-->
<div class="nav-wrapper">
<a href="#" class="brand-logo" id="logo"><i class="fas fa-tasks"></i> TASKMASTER</a>
<a href="#" data-target="mobile-nav" class="sidenav-trigger">
<i class="material-icons">menu</i>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">HOME</a></li>
<li><a class="scrollspy" href="#intro">INTRODUCTION</a></li>
<li><a class="scrollspy" href="#why">WHY TASKMASTER?</a></li>
<li><a class="scrollspy" href="#contact">CONTACT</a></li>
<li><a href="login.html" class="scrollspy">LOGIN</a></li>
</ul>
</a>
</div>
</nav>
</div>
<ul class="sidenav grey darken-2" id="mobile-nav">
<li><a class="white-text" href="index.html">HOME</a></li>
<li><a class="scrollspy white-text" href="#intro">INTRODUCTION</a></li>
<li><a class="scrollspy white-text" href="#why">WHY TASKMASTER?</a></li>
<li><a class="scrollspy white-text" href="#contact">CONTACT</a></li>
<li><a href="login.html" class="scrollspy white-text" href="#contact">LOGIN</a></li>
</ul>
<!-- Here navigation bar ends-->
<!--added image slider web view by @AdityaSharma-->
<div id="slideshow">
<div >
<img src="https://thenypost.files.wordpress.com/2014/08/shutterstock_172037909.jpg">
</div>
<div >
<img src="https://www.autoxloo.com/wp-content/uploads/2016/05/easybutton.jpg">
</div>
</div>
</section>
<section id="why" class="center-align card-panel hoverable section scrollspy wow fadeInRight" data-wow-delay="0.1s">
<div class="container">
<div class="row">
<div class="col m12">
<h2>Why TaskMaster?</h2>
<p class="">In this digital age, where almost everything is going for digitization why use traditional
TO-DO sticky notes to write down your goals? Our goals are imprinted in our minds if we can
visualize them. We have a photo attachment feature exclusively for that purpose. Algorithms
are changing every day so that people spend more time on their phones. Let's together conquer
our goals with Taskmaster.
</p>
</div>
</div>
</div>
</section>
<!--contact form-->
<section class="section section-contact black scrollspy card-panel hoverable">
<div id="contact" class="contact ">
<div class="container ">
<h2 class=" wow fadeInUp center white-text contactHeading" data-wow-delay="0.4s">Contact Us</h2>
<div class="row">
<div class="homePageForm center">
<div class="input-field wow fadeInUp " data-wow-delay="0.4s">
<i class="material-icons prefix icon-white ">account_circle</i>
<input class="roundInputs" type="text" id="first_name" class="validate" />
<label for="first_name">First Name</label>
</div>
<div class="input-field wow fadeInUp" data-wow-delay="0.8s">
<i class="material-icons prefix icon-white "> email</i>
<input class="roundInputs" type="text" id="email_address" class="validate" />
<label for="email_address">Email Address</label>
</div>
<div class="input-field wow fadeInUp" data-wow-delay="1.2s">
<i class="material-icons prefix icon-white ">phone</i>
<input class="roundInputs" type="number" id="phone_number" class="validate">
<label for="phone_number">Phone Number</label>
</div>
<div class=" wow fadeInUp input-field" data-wow-delay="1.6s">
<i class=" material-icons prefix icon-white ">feedback</i>
<textarea class="roundInputs" rows="4" id="area" class=" white materialize-textarea"></textarea>
<label for="area">Feedback</label>
</div>
<button class="btn waves-effect waves-light wow fadeInUp teal" type="submit" name="action" data-wow-delay="1.8s">Submit
<i class="material-icons">send</i>
</button>
<!--<button class="btn btn-lg wow fadeInUp" type="Submit" data-wow-delay="2s">Submit Your Message</button> -->
</div>
</div>
</div>
</div>
</section>
<!--footer-->
<footer class="page-footer grey darken-3">
<div class="container">
<div class="row">
<div class="col center s12 m4">
<!--Added center class-->
<h4 class="white-text">Site Map</h4>
<ul>
<!--href link added-->
<li>
<a class="teal-text scrollspy text-lighten-3" href="index.html">Home</a>
</li>
<li>
<a class="teal-text scrollspy text-lighten-3" href="#intro">Introduction</a>
</li>
<li>
<a class="teal-text scrollspy text-lighten-3" href="#why">Why TaskMaster</a>
</li>
</ul>
</div>
<div class="col l4 center s12 m4">
<!--Added center class-->
<h4 class="white-text">Links</h4>
<ul>
<li>
<a class="teal-text text-lighten-3" href="#">
<i class="fab fa-twitter"></i> Twitter</a>
</li>
<li>
<a class="teal-text text-lighten-3" href="#">
<i class="fab fa-facebook"></i> Facebook</a>
</li>
<li>
<a class="teal-text text-lighten-3" href="#">
<i class="fab fa-instagram"></i> Instagram</a>
</li>
<li>
<a class="teal-text text-lighten-3" href="#">
<i class="fab fa-google-plus"></i> Google Plus</a>
</li>
</ul>
</div>
<div class="col s12 center m4">
<!--Changing display of Mail Us 12th April/18-->
<h4 class="white-text">Mail us</h4>
<form>
<input type="email">
<button class="btn waves-effect waves-light" type="submit" name="action">Submit
<i class="material-icons right">send</i>
</button>
</form>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container center">
Copyright © 2018 TaskMaster
<a class="teal-text text-lighten-4 right" href="#!">More Links</a>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/js/materialize.min.js"></script>
<script src="./js/init.js"></script>
<script src="js/formanimate.js"></script>
<script src="js/slider.js"></script>
<script src="js/wow.min.js"></script>
<!-- custom script edited on 12th April,18(@DeepPurohit) -->
<script>
new WOW().init();
//adding scrolling style
const ss = document.querySelectorAll('.scrollspy');
M.ScrollSpy.init(ss, {});
//mobile-navbar
const menu = document.querySelector('.sidenav');
M.Sidenav.init(menu, {});
//image slider
const slider = document.querySelector('.slider');
M.Slider.init(slider, {
indicators: false,
height: 500,
transition: 500,
interval: 6000
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/js/materialize.min.js"></script>
<script src="./js/init.js"></script>
<script src="js/formanimate.js"></script>
<script src="js/slider.js"></script>
<script src="js/wow.min.js"></script>
<!-- custom script edited on 12th April,18(@DeepPurohit) -->
<script>
new WOW().init();
//adding scrolling style
const ss = document.querySelectorAll('.scrollspy');
M.ScrollSpy.init(ss, {});
//mobile-navbar
const menu = document.querySelector('.sidenav');
M.Sidenav.init(menu, {});
//image slider
const slider = document.querySelector('.slider');
M.Slider.init(slider, {
indicators: false,
height: 500,
transition: 500,
interval: 6000
});
</script>
</body>
</html>