This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (212 loc) · 12.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Amey Khairnar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="docs/images/smallest_icons.png">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" media="screen" href="docs/styles/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="docs/styles/index.css" />
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- Awesome Font -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<style>
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231C73B4' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231C73B4' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
a:link,
a:visited {
color: #1C73B4
}
</style>
</head>
<body>
<div>
<div class="card">
<div class="card-body row">
<div class="col-lg-1">
<img src="docs/images/icon.png" width="100%" class="d-inline-block align-top" alt="">
</div>
<div class="col-lg-4">
<p class="card-text text-center">
YACA is a calendar app aimed towards college students.<br><br>
It is very minimal and to the point of improving prodcutivity and helping manage
time.<br>
</p>
<a href="https://github.com/ameyrk99/yaca/releases" target="_blank" rel="noopener noreferrer">
<button type="button" class="btn btn-lg" style="background-color: #1C73B4; color:white">
Download YACA <img src="docs/images/android.png" alt="play icon"
style="height: 30px; width: 30px">
</button>
</a>
</div>
<div class="col-lg-7">
<p class="card-text" style="text-align: end">
YACA is made using React Native <img src="docs/images/reactjs.png" alt="react native icon" />
and Expo <img src="docs/images/expo.png" alt="Expo icon" style="height: 38px; width: 38px">
, and uses Firebase <img src="docs/images/firebase.png" alt="Firebase icon"> for the
database.
</p>
</div>
</div>
</div>
<div class="jumbotron">
<!-- Features Card -->
<div class="col-lg-12" id="features">
<!--Carousel Wrapper-->
<div id="multi-item-example" class="carousel slide carousel-multi-item" data-ride="carousel">
<!--Controls-->
<a class="carousel-control-prev" href="#multi-item-example" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#multi-item-example" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#multi-item-example" data-slide-to="0" class="active"></li>
<li data-target="#multi-item-example" data-slide-to="1"></li>
<li data-target="#multi-item-example" data-slide-to="2"></li>
<li data-target="#multi-item-example" data-slide-to="3"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-lg-6" style="
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10%
">
<h2>Split Home Screen</h2><br>
<p class="card-text text-center">
As soon as you open the app, you're taken to our wonderful
homescreen that shows a calendar and events for that day with
important events marked with red background.
</p>
</div>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="docs/images//screenshots/screenshot_0.png" alt="Home Screen">
</div>
</div>
</div>
</div>
</div>
<!--/.First slide-->
<!--Second slide-->
<div class="carousel-item">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-lg-6" style="
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10%
">
<h2>Overview</h2><br>
<p class="card-text text-center">
Ovreview displays all of your upcoming events as list with important
events marked with red background
and classes marked with their specific color.
</p>
</div>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="docs/images/screenshots/screenshot_1.png" alt="Overview Screen">
</div>
</div>
</div>
</div>
</div>
<!--/.Second slide-->
<!--Third slide-->
<div class="carousel-item">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-lg-6" style="
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10%
">
<h2>Notepad</h2><br>
<p class="card-text text-center">
Notepad to take notes so that you don't forget anything important.
</p>
</div>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="docs/images/screenshots/screenshot_2.png" alt="Notepad Screen">
</div>
</div>
</div>
</div>
</div>
<!--/.Third slide-->
<!--Fourth slide-->
<div class="carousel-item">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-lg-6" style="
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10%
">
<h2>Marking Colors</h2><br>
<p class="card-text text-center">
Mark your events and classes with different colors to better distinguish
events.
</p>
</div>
<div class="col-lg-6">
<img class="img-thumbnail rounded mx-auto d-block"
style="height: 100%; width: 350px"
src="docs/images/screenshots/screenshot_3.png" alt="Colors Screen">
</div>
</div>
</div>
</div>
</div>
<!--/.Fourth slide-->
</div>
</div>
</div>
<!--/ Features Card -->
</div>
</div>
</body>
</html>