-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (64 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<title>DSC Open Source</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"
type="text/css">
<link rel="stylesheet" href="/assets/style.css">
<style>
</style>
<script src="popup.js"></script>
</head>
<body>
<div class="modal-header">
<h1 class="logo">
<img class="logo-icon" src="/assets/images/dsc-logo.png" /><strong>DSC RIT</strong>
</h1>
</div>
<div class="modal-content">
<p>Quick Access to productive sites</p>
</div>
<div class="modal-icons">
<div class="flex-container">
<div class="flex">
<a href="https://www.linkedin.com/" target=" _blank">
<i class="fab fa-linkedin" style="color:#272822 "></i>
</a>
</div>
<div class="flex">
<a href="https://github.com/" target="_blank">
<i class="fab fa-github" style="color:#272822 "></i>
</a>
</div>
<div class="flex">
<a href="https://mail.google.com/" target="_blank">
<i class="fas fa-envelope" style="color:#272822 "></i>
</a>
</div>
<div class="flex">
<a href="https://www.youtube.com/channel/" target="_blank">
<i class="fab fa-youtube" style="color:#272822 "></i>
</a>
</div>
<div class="flex">
<a href="https://www.medium.com/" target=" _blank">
<i class="fab fa-medium" style="color:#272822 "></i>
</a>
</div>
<div class="flex">
<a href="https://twitter.com/" target="_blank">
<i class="fab fa-twitter" style="color:#272822 "></i>
</a>
</div>
</div>
</div>
<div class="modal-content">
<a href="https://github.com/dsc-rit/DSC-Chrome-Extension">
<p>Click to contribute</p>
</a>
</div>
</div>
</body>
</html>