-
Notifications
You must be signed in to change notification settings - Fork 4
/
logo.html
34 lines (32 loc) · 1.14 KB
/
logo.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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GLUG</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="header-outer">
<div id="header" class="banner-center">
<img src="logo.svg" class="logo"/>
<div id="nonlogo">
<strong style="font-size:1.5em;"> GNU/Linux Users' Group</strong>
<strong style="color:white; font-size: 0.9em;">Association for Computing Machinery</strong><br>
<strong style="color:white; font-size: 0.9em;">University of Illinois Urbana-Champaign</strong>
</div>
</div>
</div>
<div id="navbar">
<div class="banner-center">
<a href="index.html">Home</a>
<a href="https://github.com/gnulug">Git</a>
<a href="links.html">Join Chat</a>
</div>
</div>
<div id="content">
The logo is licensed <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>, and is a modified version of <a href="https://www.deviantart.com/dablim/art/GNULinux-YinYang-Logo-390891444">GNULinux YinYang Logo by Dablim</a>.<br>
<a href="index.html">Click here to go back to the GLUG homepage</a>
</div>
</body>
</html>