-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (85 loc) · 3.15 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
<!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>Excel 2021</title>
<link
href="https://fonts.googleapis.com/css?family=Karla:400,700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.materialdesignicons.com/4.8.95/css/materialdesignicons.min.css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="excel.css" />
<link rel="icon" type="image" href="excel2021.svg"/>
</head>
<body class="min-vh-100 d-flex flex-column">
<div class="overlay">
<video
loop
muted
autoplay
poster="excel.jpeg"
class="fullscreen-bg__video"
playsinline
>
<source src="Aftermovie.mp4" type="video/mp4" />
</video>
<header class="viewport-header">
<main>
<div class="container">
<p class="excel"><img src="excel2021.svg" width="110" height="100"
/>Excel 2021</p>
<h1 class="page-title">We're coming soon</h1>
<p class="page-description">
An avenue to inspire, innovate and engineer - the rendevous of technology and fun!
</p>
<p class="stay-connected">Stay connected</p>
<nav class="footer-social-links">
<a href="https://www.facebook.com/excelmec/" class="social-link"
><i class="mdi mdi-facebook-box"></i
></a>
<a href="https://twitter.com/excelmec/" class="social-link"
><i class="mdi mdi-twitter"></i
></a>
<a
href="https://www.linkedin.com/company/excelmec/"
class="social-link"
><i class="mdi mdi-linkedin"></i
></a>
<a href="https://www.instagram.com/excelmec/" class="social-link"
><i class="mdi mdi-instagram"></i
></a>
</nav>
</div>
</main>
</header>
</div>
<div class="row legacy-btn">
<div class="col-10"> <nav class="navbar navbar-dark bg-transparenet">
<span class="navbar-text d-none d-sm-inline-block">
<div class="footer-social-linkss">
<a href="https://2020.excelmec.org" class="legacy-link"
><img src="excel2020.png" width="40" height="40"
/></a>
<a href="https://2019.excelmec.org" class="legacy-link"
><img src="excel2019.png" width="40" height="40"
/></a>
<a href="https://2018.excelmec.org" class="legacy-link"
><img src="excel2018.png" width="40" height="40"
/></a>
<a href="https://2017.excelmec.org" class="legacy-link"
><img src="excel2017.png" width="40" height="40"
/></a>
</div></span>
</nav>
</div>
</body>
</html>