-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
34 lines (29 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AIUB Community</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta name="description" content="A web based community for students of American International University-Bangladesh (AIUB)">
<meta name="author" content="Raihan Al-Mamun (contact@aiubcommunity.com)">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://api.aiubcommunity.com/">
<link rel="prefetch" href="/static/loading.gif" as="image" type="image/gif">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons|Open+Sans:300' rel="stylesheet" type="text/css">
<link rel="preload" href="https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2" as="font" type="font/woff2" crossorigin>
<meta property="og:title" content="AIUB Community || by AIUBians, for AIUBians" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A web based community for students of American International University-Bangladesh (AIUB)" />
<meta property="og:url" content="https://www.aiubcommunity.com/" />
<meta property="og:image" content="https://www.aiubcommunity.com/static/header-pic.png" />
<style>.wait-screen{position:absolute;left:50%;top:50%;margin:-13px 0 0 -29px}.wait-screen div{display:inline-block;position:absolute;width:13px;height:26px;background:#2976ce;animation:wait-screen 1s cubic-bezier(0,.5,.5,1) infinite}.wait-screen div:nth-child(1){left:6px;animation-delay:-0.24s}.wait-screen div:nth-child(2){left:26px;animation-delay:-0.12s}.wait-screen div:nth-child(3){left:45px;animation-delay:0}@keyframes wait-screen{0%,100%{opacity:1}50%{opacity:0.1}}</style>
</head>
<body>
<div id="app">
<div class="wait-screen"><div></div><div></div><div></div></div>
</div>
<!-- built files will be auto injected -->
</body>
</html>