-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
380 lines (351 loc) · 12.6 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
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>U-help</title>
<link href="https://fonts.googleapis.com/css?family=Arvo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/all.min.css" />
<!-- https://fontawesome.com/ -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- https://getbootstrap.com/ -->
<link rel="stylesheet" href="css/tooplate-style.css" />
</head>
<body>
<!-- page header -->
<div class="container" id="home" style="height: 140px;" >
<div class="row justify-content-left" style="height: 140px">
<div class="tm-page-header">
<div class="title">U-HELP</div>
</div>
</div>
</div>
<!-- navbar -->
<div class="tm-nav-section">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-md navbar-light">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#tmMainNav"
aria-controls="tmMainNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="tmMainNav">
<ul class="navbar-nav mx-auto tm-navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#home"
>Inicio <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#principles">Principios</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#company">Nosotros</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contáctanos</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!-- Parallax Section -->
<div>
<section class="tm-parallax" style="height: 750px">
<div class="container tm-banner-text-container">
<div class="row">
<div class="col-12">
<header>
<h2 class="tm-banner-title">LA AYUDA QUE SIEMPRE DESEASTE EN UNA SOLA APLICACIÓN</h2>
</header>
</div>
</div>
</div>
</section>
</div>
<!-- Principios -->
<div class="container" id="principles">
<div class="row">
<div class="col-12" style="margin-top: 70px">
<div>
<header >
<h2> Nuestros Principios</h2>
<div class="tm-principles">
</div>
</header>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="tm-activity-block">
<div class="tm-activity-img-container">
<img src="img/img-01.jpg" alt="Image" class="tm-activity-img" />
</div>
<div class="tm-activity-block-text">
<h3 class="tm-text-blue">ENFOQUE</h3>
<p class="tm-text-black">
Tenemos un enfoque en el ámbito de la ayuda universitaria.
Generara aceptación por parte de los estudiantes de la UPC y del publico en general.
</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="tm-activity-block mr-lg-0 ml-lg-auto">
<div class="tm-activity-img-container">
<img src="img/img-02.jpg" alt="Image" class="tm-activity-img" />
</div>
<div class="tm-activity-block-text">
<h3 class="tm-text-blue">INTERFAZ AMIGABLE</h3>
<p class="tm-text-black">
Contamos con una interfaz intuitiva y amigable, evidenciada en diferentes aspectos como los colores y formas llamativas.
</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="tm-activity-block">
<div class="tm-activity-img-container">
<img src="img/img-03.jpg" alt="Image" class="tm-activity-img" />
</div>
<div class="tm-activity-block-text">
<h3 class="tm-text-blue">SEGURIDAD </h3>
<p class="tm-text-black">
Brindamos seguridad a todos los estudiantes de la UPC. Garantizamos una constante protección de sus datos personales y su cuenta.
</p>
</div>
</div>
</div>
</div>
</div>
<section class="container tm-company-section" id="company">
<div class="row">
<div class="col-xl-12 tm-company-lef t">
<div class="tm-company-about">
<div class="tm-company-img-container">
<img src="img/img-05.jpg" alt="Image" />
</div>
<div class="tm-company-about-text">
<header>
<h2 class="tm-company-about-header">Nosotros</h2>
<div class="tm-principles"></div>
</header>
<p>
U-Help es una aplicación académica de ayuda universitaria, donde los estudiantes pueden buscar lugares donde
se brindan asesorías para los cursos en que necesiten ayuda.
</p>
<p class="mb-4">
En la aplicación se podrá buscar curso, tema o nombre de la academia. Cada academia tendrá una descripción de los servicios
que ofrecen, incluida ubicación y precios. Además, de que se podrán realizar preguntas a las academias. También, se tendrá
la opción de calificar la academia después de haber terminado el servicio contratado. Asimismo, la aplicación contará con la opción
de guardar tus academias favoritas.
</p>
<a href="#" class="btn tm-btn tm-float-right">Read More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="container tm-contact-section" id="contact">
<div class="row">
<div class="col-xl-5 col-lg-6 col-md-12 tm-contact-left">
<div class="tm-contact-form-container ml-auto mr-0">
<header>
<h2 class="tm-contact-header">CONTACTENOS</h2>
</header>
<form action="index.html" class="tm-contact-form" method="POST">
<div class="form-group">
<input
type="text"
id="contact_name"
name="contact_name"
class="form-control"
placeholder="Name"
required
/>
</div>
<div class="form-group">
<input
type="email"
id="contact_email"
name="contact_email"
class="form-control"
placeholder="Email"
required
/>
</div>
<div class="form-group">
<textarea
rows="5"
id="contact_message"
name="contact_message"
class="form-control"
placeholder="Message"
required
></textarea>
</div>
<div class="tm-text-right">
<button type="submit" class="btn tm-btn tm-btn-big">
Send It
</button>
</div>
</form>
</div>
</div>
<div class="col-xl-7 col-lg-6 col-md-12 tm-contact-right">
<div class="tm-contact-figure-block">
<figure class="d-inline-block">
<img src="img/img-06.jpg" alt="Image" class="img-fluid" />
</figure>
</div>
</div>
</div>
</section>
<footer class="container tm-footer">
<div class="row tm-footer-row">
<p class="col-md-10 col-sm-12 mb-0">
Copyright 2019 | U-HELP | Todos los derechos reservados
</p>
<div class="col-md-2 col-sm-12 scrolltop">
<div class="scroll icon"><i class="fa fa-4x fa-angle-up"></i></div>
</div>
</div>
</footer>
<script src="js/jquery-1.9.1.min.js"></script>
<!-- Single Page Nav plugin works with this version of jQuery -->
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
/**
* detect IE
* returns version of IE or false, if browser is not Internet Explorer
*/
function detectIE() {
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE ");
if (msie > 0) {
// IE 10 or older => return version number
return parseInt(ua.substring(msie + 5, ua.indexOf(".", msie)), 10);
}
var trident = ua.indexOf("Trident/");
if (trident > 0) {
// IE 11 => return version number
var rv = ua.indexOf("rv:");
return parseInt(ua.substring(rv + 3, ua.indexOf(".", rv)), 10);
}
return false;
}
function setVideoHeight() {
const videoRatio = 1920 / 1080;
const minVideoWidth = 400 * videoRatio;
let secWidth = 0,
secHeight = 0;
secWidth = videoSec.width();
secHeight = videoSec.height();
secHeight = secWidth / 2.13;
if (secHeight > 600) {
secHeight = 600;
} else if (secHeight < 400) {
secHeight = 400;
}
if (secWidth > minVideoWidth) {
$("video").width(secWidth);
} else {
$("video").width(minVideoWidth);
}
videoSec.height(secHeight);
}
// Parallax function
// https://codepen.io/roborich/pen/wpAsm
var background_image_parallax = function($object, multiplier) {
multiplier = typeof multiplier !== "undefined" ? multiplier : 0.5;
multiplier = 1 - multiplier;
var $doc = $(document);
$object.css({ "background-attatchment": "fixed" });
$(window).scroll(function() {
var from_top = $doc.scrollTop(),
bg_css = "center " + multiplier * from_top + "px";
$object.css({ "background-position": bg_css });
});
};
$(window).scroll(function() {
if ($(this).scrollTop() > 50) {
$(".scrolltop:hidden")
.stop(true, true)
.fadeIn();
} else {
$(".scrolltop")
.stop(true, true)
.fadeOut();
}
// Make sticky header
if ($(this).scrollTop() > 140) {
$(".tm-nav-section").addClass("sticky");
} else {
$(".tm-nav-section").removeClass("sticky");
}
});
let videoSec;
$(function() {
if (detectIE()) {
alert(
"Please use the latest version of Edge, Chrome, or Firefox for best browsing experience."
);
}
const mainNav = $("#tmMainNav");
mainNav.singlePageNav({
filter: ":not(.external)",
offset: $(".tm-nav-section").outerHeight(),
updateHash: true,
beforeStart: function() {
mainNav.removeClass("show");
}
});
videoSec = $("#tmVideoSection");
// Adjust height of video when window is resized
$(window).resize(function() {
setVideoHeight();
});
setVideoHeight();
$(window).on("load scroll resize", function() {
var scrolled = $(this).scrollTop();
var vidHeight = $("#hero-vid").height();
var offset = vidHeight * 0.6;
var scrollSpeed = 0.25;
var windowWidth = window.innerWidth;
if (windowWidth < 768) {
scrollSpeed = 0.1;
offset = vidHeight * 0.5;
}
$("#hero-vid").css(
"transform",
"translate3d(-50%, " + -(offset + scrolled * scrollSpeed) + "px, 0)"
); // parallax (25% scroll rate)
});
// Parallax image background
background_image_parallax($(".tm-parallax"));
// Back to top
$(".scroll").click(function() {
$("html,body").animate(
{ scrollTop: $("#home").offset().top },
"1000"
);
return false;
});
});
</script>
</body>
</html>