forked from humzahasan/WeTrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (142 loc) · 6.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
crossorigin="anonymous" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sriracha&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<link rel="icon" href="./images/logo_1.png" type="image/gif" sizes="16x16">
<title>WeTrack- Goal Tracking Website</title>
</head>
<body>
<!-- Showcase & Navbar -->
<div id="showcase">
<header>
<nav class='cf fill'>
<a href="index.html" class="pull-left"><img height="82px" src="./images/logo_1.png" class="logo"></a>
<ul class='cf'>
<li>
<a href='index.html' class="nav-link">Home</a>
</li>
<li>
<a href='resource.html' class="nav-link">Resource</a>
</li>
<li>
<a href='addgoal.html' class="nav-link">Set Goal</a>
</li>
<li>
<a href='Team.html' class="nav-link">Team</a>
</li>
</ul>
<a href='#' id='openup'><span><img height="82px" src="./images/logo_1.png"></span></a>
</nav>
</header>
<!-- main matter -->
<div class="section-main container">
<h1 style="font-size: 6rem;">WeTrack</h1>
<h2 style="font-size: 3rem;">Let's
Track
it!</h2>
<p class="lead hide-on-small animate__animated animate__bounceInUp animate__delay-1s"
style="font-size:2rem;">Begin
setting your goals keeping the end in mind
makes the journey smooth and
end fabulous!
</p>
<div class="why-us"> <a href="#carousel"><i class="fas fa-angle-double-down"></i></a></div>
</div>
</div>
</div>
<section id="carousel" class="section">
<!-- buttons -->
<div class="buttons">
<div class="vertical-center">
<a class="btn btn-full " href="addgoal.html" style="font-size: 2rem;">Set Goal</a>
<a class="btn btn-ghost" href="resource.html" style="font-size: 2rem;">Resource</a>
</div>
</div>
<!-- carousel -->
<div class="wrap">
<div id="myCarousel" class="carousel slide" data-interval="4000" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img class="d-block w-100" src="./images/slide-img-1.png" alt="First slide">
</div>
<div class="item">
<img class="d-block w-100" src="./images/slide-img-2.png" alt="Second slide">
</div>
<div class="item">
<img class="d-block w-100" src="./images/slide-img-3.png" alt="Third slide">
</div>
<div class="item">
<img class="d-block w-100" src="./images/slide-img-4.png" alt="Fourth slide">
</div>
<div class="item">
<img class="d-block w-100" src="./images/slide-img-5.png" alt="Fifth slide">
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- footer -->
<footer class="footer-section">
<div class="container">
<!-- logo(center) -->
<div class="footer-logo">
<h2>WeTrack</h2>
</div>
<!-- social networking links -->
<div class="footer-social">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
<!-- footer nav -->
<div class="footer-nav">
<h4>Useful links <i class="fas fa-angle-double-down"></i></h4>
<a href="index.html">Home</a>
<a href="resource.html">Resource</a>
<a href="addgoal.html">Set Goal</a>
<a href="Team.html">Team</a>
</div>
<!-- copyright -->
<div class="main-footer">
<p style="font-weight:bolder;">Copyright © 2020 WeTrack </p>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- particles animation -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<script>
particlesJS.load('showcase',
'./js/particles.json', function () {
console.log('particles.json loaded...');
});
</script>
<script src="http://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="./js/index.js"></script>
</body>
</html>