forked from triangleAdmin/triangleAdmin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 2.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
<!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.0">
<script src="https://kit.fontawesome.com/2fe80da2d0.js" crossorigin="anonymous"></script>
<title>The Triangle | Drexel's Student Newspaper</title>
<link rel="icon" href="tri.png" type="image/png" />
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/indigo-white.css">
<!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-grey.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-red.css"> -->
<!-- <link rel="stylesheet" href="css/themes/yellow-black.css"> -->
</head>
<body>
<main>
<div class="intro">The Triangle</div>
<div class="tagline">The Independent Student Newspaper at Drexel University</div>
<div class="Error">If you are seeing this, we are doing website maintenance until 7/19. Follow us on Social Media until then!</div>
<!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands -->
<div class="icons-social">
<a target="_blank" href="https://www.instagram.com/drexeltriangle/">
<i class="fa-brands fa-instagram"></i>
<span class="sr-only">Instagram</span>
<a target="_blank" href="https://www.facebook.com/drexeltriangle">
<i class="fa-brands fa-facebook-f"></i>
<span class="sr-only">Facebook</span>
</a>
<a target="_blank" href="https://twitter.com/drexeltriangle">
<i class="fa-brands fa-twitter"></i>
<span class="sr-only">Twitter</span>
</a>
</main>
</body>
</html>