-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenjoy-study.html
More file actions
328 lines (260 loc) · 12 KB
/
enjoy-study.html
File metadata and controls
328 lines (260 loc) · 12 KB
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sinn - Enjoy the study</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="UTF-8"/>
<link rel="icon" type="image/png" href="images/favicon.png"/>
<link rel="apple-touch-icon" sizes="64x64" href="images/favicon.png">
<link href="./css/style.css" rel="stylesheet"/>
<link href="./css/vendor/font-awesome.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Primary Meta Tags -->
<title>Sinn - now your studying makes sense.</title>
<meta name="title" content="Sinn - now your studying makes sense.">
<meta name="description"
content="Studying is hard, but the organization of studies makes it even harder. This project aims to Lower the dropout rate, Simplify bureaucracy, Prepare students for a future career, Make studying enjoyable">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sinn.one/">
<meta property="og:title" content="Sinn - now your studying makes sense.">
<meta property="og:description"
content="Studying is hard, but the organization of studies makes it even harder. This project aims to Lower the dropout rate, Simplify bureaucracy, Prepare students for a future career, Make studying enjoyable">
<meta property="og:image" content="//sinn.one/images/poster.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sinn.one/">
<meta property="twitter:title" content="Sinn - now your studying makes sense.">
<meta property="twitter:description"
content="Studying is hard, but the organization of studies makes it even harder. This project aims to Lower the dropout rate, Simplify bureaucracy, Prepare students for a future career, Make studying enjoyable">
<meta property="twitter:image" content="//sinn.one/images/poster.png">
</head>
<body class="hidden hidden-ball smooth-scroll" data-primary-color="#ff0000">
<main>
<!-- Preloader -->
<div class="preloader-wrap" data-firstline="Stay" data-secondline="Relaxed">
<div class="outer">
<div class="inner">
<div class="trackbar">
<div class="loadbar"></div>
</div>
<div class="percentage-wrapper">
<div class="percentage" id="precent"></div>
</div>
<div class="percentage-intro">Loaded</div>
</div>
</div>
</div>
<!--/Preloader -->
<div class="cd-index cd-main-content">
<!-- Page Content -->
<div id="page-content" class="light-content" data-bgcolor="#212121">
<!-- Header -->
<header class="fullscreen-menu">
<div id="header-container">
<!-- Logo -->
<div id="logo" class="hide-ball">
<a class="ajax-link" data-type="page-transition" href="index.html">
<img class="black-logo" src="images/logo.png" alt="Sinn Logo">
<img class="white-logo" src="images/logo-white.png" alt="Sinn Logo">
</a>
</div>
<!--/Logo -->
<!-- Navigation -->
<nav>
<div class="nav-height">
<div class="outer">
<div class="inner">
<ul data-breakpoint="10025" class="flexnav">
<li class="link menu-timeline">
<a class="ajax-link" data-type="page-transition" href="index.html">
<div class="before-span"><span data-hover="Home">Home</span></div>
</a>
</li>
<li class="link menu-timeline">
<a class="ajax-link" data-type="page-transition" href="about.html">
<div class="before-span"><span data-hover="About">About</span></div>
</a>
</li>
<li class="link menu-timeline">
<a class="ajax-link" data-type="page-transition" href="contact.html">
<div class="before-span"><span data-hover="Contact">Contact</span></div>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!--/Navigation -->
<!-- Menu Burger -->
<div class="button-wrap right menu">
<div class="icon-wrap parallax-wrap">
<div class="button-icon parallax-element">
<div id="burger-wrapper">
<div id="menu-burger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
<div class="button-text sticky right"><span data-hover="Menu">Menu</span></div>
</div>
<!--/Menu Burger -->
</div>
</header>
<!--/Header -->
<!-- Content Scroll -->
<div id="content-scroll">
<!-- Main -->
<div id="main">
<!-- Hero Section -->
<div id="hero" class="has-image autoscroll">
<div id="hero-styles">
<div id="hero-caption" class="reverse-parallax-onscroll">
<div class="inner">
<div class="hero-title"><span>Enjoy your study</span></div>
<div class="hero-subtitle"><span>Explore, create and relax</span></div>
</div>
</div>
</div>
</div>
<div id="hero-image-wrapper">
<div id="hero-background-layer" class="parallax-scroll-effect">
<div id="hero-bg-image" style="background-image:url(images/03hero.jpg)"></div>
</div>
</div>
<!--/Hero Section -->
<!-- Main Content -->
<div id="main-content">
<div id="main-page-content">
<!-- Row -->
<div class="vc_row row_padding_top row_padding_bottom small">
<h5 class="has-mask secondary-font primary-color">Reasons</h5>
<h2 class="has-mask">How to relax while study</h2>
<p class="has-animation bigger" data-delay="400">
The learning time is very difficult and contains many challenges. However, this is the time of youth
and one of the most eventful periods of life! With a large number of subjects, laboratories and
meetings at the university, it is very important to properly structure your studies and find people
who are close in spirit.
</p>
</div>
<!--/Row -->
<!-- Row -->
<div class="vc_row full">
<figure class="has-animation has-parallax has-scale" data-delay="100">
<img src="images/enjoy-1.jpg" alt="Image Title">
</figure>
</div>
<!--/Row -->
<!-- Row -->
<div class="vc_row row_padding_top change-header-color white-section small" data-bgcolor="#fff">
<h5 class="has-mask secondary-font primary-color">Solution</h5>
<h2 class="has-mask">Let's relax</h2>
<p class="has-animation bigger" data-delay="400">
With our application, we want to make sure that students enjoy their studies. And this is primarily
possible when you like what you do. To do this, we offer students recommendations for elective
subjects.
</p>
<p class="has-animation bigger" data-delay="400">
Thus, students can choose areas that interest them, and in return, they will receive a list
of subjects that they may like. We are also confident that you can find many people on campus who are
close to your interests.
</p>
<p class="has-animation bigger" data-delay="400">
Therefore, we are promoting various student groups for students, in which they could create something beautiful.
</p>
</div>
<!--/Row -->
<!-- Row -->
<div class="vc_row white-section small row_padding_all" data-bgcolor="#fff">
<h1>Work hard,<br> party hard</h1>
</div>
<!--/Row -->
</div>
<!--/Main Page Content -->
<!-- Project Navigation -->
<div id="project-nav" class="light-content">
<div class="next-project-wrap">
<div class="next-project-caption">
<div class="next-caption-wrapper disable-drag">
<a class="next-ajax-link-project" data-type="page-transition" href="future-career.html"
data-firstline="Automate" data-secondline="Documents"></a>
<div class="next-caption">
<div class="next-hero-title"><span>Prepare for future</span></div>
<div class="next-hero-subtitle"><span>Gain needed praxis and knowledge for future career</span></div>
</div>
</div>
</div>
</div>
</div>
<!--/Project Navigation -->
</div>
<!--/Main Content -->
</div>
<!--/Main -->
<!-- Footer -->
<footer class="hidden">
<div id="footer-container">
<div id="backtotop" class="button-wrap left disable-drag">
<div class="icon-wrap parallax-wrap">
<div class="button-icon parallax-element">
<i class="fa fa-angle-up"></i>
</div>
</div>
<div class="button-text sticky left"><span data-hover="Back Top">Back Top</span></div>
</div>
<div class="footer-middle">
<div class="copyright">
2021 -
<a class="link" target="_blank" href="https://sinn.one/">
Sinn.one
</a>
</div>
</div>
<div class="socials-wrap disable-drag">
<div class="socials-icon"><i class="fa fa-share-alt" aria-hidden="true"></i></div>
<div class="socials-text">Contact Us</div>
<ul class="socials">
<li><span class="parallax-wrap"><a class="parallax-element" href="mailto:alexander.chernykh@mailbox.tu-dresden.de">Alexander</a></span></li>
<li><span class="parallax-wrap"><a class="parallax-element" href="mailto:artem.sierikov@mailbox.tu-dresden.de">Artem</a></span></li>
</ul>
</div>
</div>
</footer>
<!--/Footer -->
</div>
<!--/Content Scroll -->
<div id="app"></div>
<div class="next-project-image-wrapper">
<div class="next-project-image">
<div class="next-project-image-bg" style="background-image:url(images/05hero.jpg)"></div>
</div>
</div>
</div>
<!--/Page Content -->
</div>
</main>
<div class="cd-cover-layer"></div>
<div id="magic-cursor">
<div id="ball">
<div id="ball-drag-x"></div>
<div id="ball-drag-y"></div>
<div id="ball-loader"></div>
</div>
</div>
<div id="clone-image"></div>
<div id="rotate-device"></div>
<script src="js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/animation.gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/utils/Draggable.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r83/three.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.js'></script>
<script src="js/sinnwebgl.js"></script>
<script src="js/plugins.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>