forked from kevinjycui/DialekTech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·208 lines (190 loc) · 10.7 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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>DialekTech</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/sources/icon.png">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css"views>
</head>
<body>
<!-- Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="/sources/icon.png" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader Start -->
<!-- <header>
<div class="header-area header-transparrent ">
<div class="main-header header-sticky">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-2 col-lg-2 col-md-1">
<div class="logo">
<a href="index.html"><img src="/sources/icon.png" height="100" width="100" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</div>
</header> -->
<main>
<!-- Slider Area Start-->
<div class="slider-area ">
<div class="slider-active">
<div class="single-slider slider-height d-flex align-items-center">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-7 col-md-9 ">
<div>
<h1 data-animation="fadeInLeft" data-delay=".4s">DialekTech</h1>
<p data-animation="fadeInLeft" data-delay=".6s">The all-comprehensive educational video analyzer</p>
<strong data-animation="fadeInLeft" data-delay=".6s">Try a demo:</strong>
<!-- Hero-btn -->
<div class="hero__btn" data-animation="fadeInLeft" data-delay=".8s">
</div>
<form action="/upload" method="post" enctype="multipart/form-data">
<input type="file" id="myFile" name="soundBlob">
<button type="submit" class="btn hero-btn" style="color: black;">Upload a file</button>
</form>
</div>
</div>
<div class="col-lg-5">
<div class="hero__img d-none d-lg-block" data-animation="fadeInRight" data-delay="1s">
<img src="/sources/icon.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="single-slider slider-height d-flex align-items-center" data-background="assets/img/hero/h1_hero.png">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-7 col-md-9 ">
<div>
<h1 data-animation="fadeInLeft" data-delay=".4s">We make notes<br> easily accessible.</h1>
<p data-animation="fadeInLeft" data-delay=".6s">Whether you're learning with a teacher that's teaching too fast, or if you need a review afterwards that your teacher doesn't provide, dialek.tech has got you covered.</p>
<!-- Hero-btn -->
<div class="hero__btn" data-animation="fadeInLeft" data-delay=".8s">
</div>
<form action="/upload" method="post" enctype="multipart/form-data">
<input type="file" id="myFile" name="soundBlob">
<button type="submit" class="btn hero-btn">Upload a file</button>
</form>
</div>
</div>
<div class="col-lg-5">
<div class="hero__img d-none d-lg-block" data-animation="fadeInRight" data-delay="1s">
<img src="assets/img/hero/hero_right.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<!-- Footer Start-->
<div class="footer-main" data-background="assets/img/shape/footer_bg.png">
<div class="footer-area footer-padding">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="col-lg-3 col-md-4 col-sm-8">
<div class="single-footer-caption mb-50">
<div class="single-footer-caption mb-30">
<!-- logo -->
<div class="footer-logo">
<a href="index.html"><img class="icon" style="width: 35%;" src="/sources/icon.png" alt=""></a>
</div>
<div class="footer-social">
<a href="https://github.com/kevinjycui/DialekTech"><i class="fab fa-github"></i></a>
<a href="https://devpost.com/software/note-js-wcmbkh"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</div>
<div class="col-sm-9">
<div class="single-footer-caption">
<div class="footer-tittle">
<h4>Inspiration</h4>
<ul>
<li>In a time where students have to rely on limited online resources more than anything to complete their education, many can find it tedious and stressful to be academically successful. This is most prevalent in online learning platforms for teachers to conduct lessons, as what can be communicated via a screen may not be as effective or comprehensible as a real classroom setting. As students ourselves, we find it difficult to be able to find clear and concise answers to questions when the teacher is not available. With DialekTech, students can be able to have a more interactive learning experience, able to pull answers for specific questions from long lectures.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- footer-bottom aera -->
<div class="footer-bottom-area footer-bg">
<div class="container">
<div class="footer-border">
<div class="row d-flex align-items-center">
<div class="col-xl-12 ">
<div class="footer-copy-right text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="ti-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>
<!-- JS here -->
<!-- All JS Custom Plugins Link Here here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- Date Picker -->
<script src="./assets/js/gijgo.min.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- Scrollup, nice-select, sticky -->
<script src="./assets/js/jquery.scrollUp.min.js"></script>
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>