-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreview.html
More file actions
executable file
·40 lines (39 loc) · 1.65 KB
/
preview.html
File metadata and controls
executable file
·40 lines (39 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<title>Hackstrong</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/vendor/animate.css/animate.min.css">
<link rel="stylesheet" href="assets/vendor/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="assets/vendor/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/stylesheet.css">
<style>
.home {
background-color: #1b2db5;
}
@-ms-viewport{
width: device-width;
}
</style>
</head>
<body>
<section class="home">
<div class="home-outer-wrapper">
<div class="home-inner-wrapper container">
<img src="assets/img/logo.png" class="home-logo">
<h1 class="home-welcome-header bounceInDown animated"> HackStrong </h1>
<h4 class="home-welcome-sub bounceInUp animated"> At heart, we hack! </h4>
<h5 style="margin-top: 50px; letter-spacing: 1px;"> Registrations will be available by December 1 </h4>
<h6 style="letter-spacing: 1px; opacity: 0.25; position: absolute; bottom: 25px; left: 0; right: 0;"> Designed by <a href="http://sourcescript.ph" style="color: #fff;"> Sourcescript Innovations </a> </h6>
</div>
</div>
</section>
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/js/animate-scroll.js"></script>
<script src="assets/js/fade-on-scroll.js"></script>
<script src="assets/js/toggleNav-on-scroll.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>