-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstruction.html
61 lines (55 loc) · 2.29 KB
/
construction.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
<!DOCTYPE HTML>
<html>
<head>
<title>Under Construction</title>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="icon" type="image/x-icon" href="/images/icons/new_logo_2.ico">
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt2">
<h1><strong><a href="index.html"style="position: relative; top: -15px;"> ACS</a><br></strong> Chemistry for Life</h1>
<ul class="icon">
<a href="index.html" style="position: relative; top: -14px;"><img src="./images/logos/new_logo_2.png" alt="" width="75" height="50"></a>
</ul>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://www.acs.org/">ACS Website</a></li>
<li><a href="sponsorships.html">Corporate Partnerships</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<section id="banner_construction">
<h2>Website Under Construction</h2>
<p>We are currently working on something awesome. Stay tuned!</p>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://github.com/acsumich/acsumich.github.io" class="icon fa-github"></a></li>
<li><a href="https://www.instagram.com/acs.umich?igsh=eHIzOXc1YnNrbTh3" class="icon fa-instagram"></a></li>
</ul>
<p>Questions? Contact us at
<a href="mailto:acs.umich.exec@umich.edu" style="color: #160c9a">
acs.umich.exec@umich.edu
</a>
</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>