forked from GoldinGuy/GradesSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (134 loc) · 4.55 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
<!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" />
<meta property="og:image" content="https://vigilant-booth-0ea9c7.netlify.com/images/preview.png" />
<title>SwiftGrade</title>
<!-- Bootstrap -->
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Themefisher Font -->
<link href="plugins/themefisher-font/style.css" rel="stylesheet" />
<!-- Owl Carousel -->
<link
href="plugins/owl-carousel/assets/owl.carousel.min.css"
rel="stylesheet"
media="screen"
/>
<!-- Owl Carousel Theme -->
<link
href="plugins/owl-carousel/assets/owl.theme.green.min.css"
rel="stylesheet"
media="screen"
/>
<!-- Fancy Box -->
<link href="plugins/fancybox/jquery.fancybox.min.css" rel="stylesheet" />
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet" />
<!-- FAVICON -->
<link href="images/favicon.ico" rel="shortcut icon" />
</head>
<body class="body-wrapper">
<div class="section banner-full">
<div class="container">
<div class=row>
<div class="" id="content-desktop">
<div class="margin-right width-200 justify-content-xs-center">
<!-- <img
class="img-fluid "
src="images/feature/courses.jpg"
alt="Iphone-Black"
/> -->
<img
class="img-fluid "
src="images/screenshot_1.png"
alt="Iphone-Black"
/>
</div>
</div>
<div class="col-lg-8 align-self-center">
<div class="block">
<div class="logo" id="content-desktop">
<a href="index.html"><img src="images/logo.svg" alt="logo"/></a>
</div>
<h1>Introducing SwiftGrade<br /></h1>
<p>
The official grades app for schools in Palm Beach County.
<br />Made for students, by students. <br /> View your grades at a glance.
</p>
</div>
<ul class="list-inline app-badge align-center">
<li class="list-inline-item">
<a href="https://apps.apple.com/us/app/swiftgrade/id1495113299?ls=1%20?"
><img src="images/app/appple-store.png" alt="Apple Store"
/></a>
</li>
<li class="list-inline-item">
<a href="https://play.google.com/store/apps/details?id=com.goldinguy.grades"
><img src="images/app/google-play.png" alt="Google Play"
/></a>
</li>
</ul>
<div class="row" id="content-mobile">
<div class="col-lg-4 justify-content-xs-center">
<!-- <img
class="img-fluid margin-btm"
src="images/feature/courses2.jpg"
alt="Iphone-Black"
/> -->
<img
class="img-fluid margin-btm"
src="images/screenshot_2png.png"
alt="Iphone-Black"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-classic">
<ul class="social-icons list-inline">
<li class="list-inline-item">
<a href="https://github.com/GoldinGuy"><i class="tf-ion-social-github"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/getswiftgrade/"><i class="tf-ion-social-instagram"></i></a>
</li>
<li class="list-inline-item">
<a href="https://github.com/Noskcaj19"><i class="tf-ion-social-github"></i></a>
</li>
</ul>
<ul class="footer-links list-inline">
<li class="list-inline-item">
<a href="https://testflight.apple.com/join/N9fTLKmf">Become a Tester</a>
</li>
<li class="list-inline-item">
<a href="privacy-policy.html">Terms & Privacy</a>
</li>
<li class="list-inline-item">
<a href="https://paypal.me/paygoldinwebdesign">Support our Developers</a>
</li>
<li class="list-inline-item">
<a href="mailto:swiftgrade@gmail.com?Subject=SwiftGrade%20Inquiry" target="_top"">Contact</a>
</li>
</ul>
</footer>
<!-- JAVASCRIPTS -->
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBI14J_PNWVd-m0gnUBkjmhoQyNyd7nllA"
async
defer
></script>
<script src="plugins/jquery/jquery.js"></script>
<script src="plugins/popper/popper.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="plugins/fancybox/jquery.fancybox.min.js"></script>
<script src="plugins/smoothscroll/SmoothScroll.min.js"></script>
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>