forked from jken785/racing-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunderConstruction.html
156 lines (140 loc) · 6.41 KB
/
underConstruction.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/logo-128x42.png" type="image/x-icon">
<meta name="description" content="WashU Racing, FSAE Team">
<title>WashU Racing</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="assets/custom/css/navbar.css">
</head>
<body>
<div id="nav">
<a class="img-fluid" href="index.html">
<img id="logoText" src="assets/images/logoText-white.png" alt="Wash U Racing Logo Text">
</a>
<div class="links">
<a href="index.html">About</a>
<a href="gallery.html">Gallery</a>
<a href="historyPage/history.html">History</a>
<a href="members.html">Members</a>
<a href="sponsors.html">Sponsors</a>
<a href="login.html">Team Login</a>
</div>
<div class="dropdown-links">
<div id="hidden-links">
<a href="index.html">About</a>
<a href="gallery.html">Gallery</a>
<a href="historyPage/history.html">History</a>
<a href="members.html">Members</a>
<a href="sponsors.html">Sponsors</a>
<a href="login.html">Team Login</a>
</div>
<i id="hamburger" class="fas fa-bars"></i>
</div>
</div>
<div class="content">
<div id="underConstruction">
Under Construction<br>
<span class="weak">Check back soon!</span>
</div>
<section class="cid-rv0QEzGR4g mbr-reveal" id="footer5-d">
<div class="container">
<div class="footer-lower">
<div class="media-container-row">
<div class="col-md-12">
<br><br>
</div>
</div>
<div class="media-container-row mbr-white">
<div class="col-md-6 copyright">
<p class="mbr-text mbr-fonts-style display-7">
© Copyright 2019 WashU Racing - All Rights Reserved
</p>
</div>
<div class="col-md-6">
<div class="social-list align-right align-baseline">
<div class="soc-item">
<a href="mailto:[email protected]" target="">
<span class="socicon-mail socicon mbr-iconfont mbr-iconfont-social"></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.facebook.com/WashURacing/" target="_blank">
<span class="socicon-facebook socicon mbr-iconfont mbr-iconfont-social"></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.instagram.com/washuracing/?hl=en" target="_blank">
<span class="socicon-instagram socicon mbr-iconfont mbr-iconfont-social"></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.youtube.com/channel/UCDRDocUskdc_wHeQetclQJQ" target="_blank">
<span class="socicon-youtube socicon mbr-iconfont mbr-iconfont-social"></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.linkedin.com/company/wash-u-racing/" target="_blank">
<span class="socicon-linkedin socicon mbr-iconfont mbr-iconfont-social"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/parallax/jarallax.min.js"></script>
<script src="assets/countdown/jquery.countdown.min.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/custom/js/navbar.js"></script>
</body>
<style>
#underConstruction {
color: #df0000;
margin-top: 60px;
margin: auto auto;
width: fit-content;
padding-left: 20px;
font-size: 75px;
text-align: left;
padding-top: 200px;
height: 100vh;
}
.weak {
color: white;
font-size: 50px;
}
body {
background-color: #222222;
}
.content {}
@media only screen and (max-width: 850px) {
#underConstruction {
font-size: 40px;
}
.weak {
font-size: 30px;
}
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {}
</style>
</html>