-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (52 loc) · 2.46 KB
/
index.html
File metadata and controls
56 lines (52 loc) · 2.46 KB
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
<!doctype html>
<html>
<head>
<title>glua.github.io</title>
<!-- testing --->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/semantic.min.css">
<link href='http://fonts.googleapis.com/css?family=Quicksand:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/custom.css">
<script src="javascript/semantic.min.js"></script>
<!--<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.18/angular.min.js"></script>-->
</head>
<body style="background-color: #FFFFF;">
<div id="logoo">
<span id="logoText"><span style="color: #0099FF;">GLUA</span>.IO</span>
</div>
<div id="mainContainer" class="ui divider"></div>
<div id="mainContainer">
<div id="aboutCard" class="ui left aligned horizontal segment message">
<h3 class="ui header">About</h3>
<p>glua.io is a site aiming to help developers find useful resources all around glua. <br>We, the creators of these resources, are active developers ourselves. If you want to find out more about us join our chat room or check out our github page. </p>
</div>
<div id="linkContainer" class="ui left aligned segment">
<h3 class="ui black header">Links</h3>
<a class="ui labeled blue icon button fullWidth" href="https://wiki.garrysmod.com/">
<i class="code icon"></i>
Docs
</a><br><br>
<a class="ui labeled red icon button fullWidth" href="steam://friends/joinchat/103582791439031144">
<i class="chat icon"></i>
Chat
</a><br><br>
<a class="ui labeled orange icon button fullWidth" href="https://discord.gg/6rsbUU8">
<i class="chat icon"></i>
Discord
</a><br><br>
<a class="ui labeled teal icon button fullWidth" href="http://github.com/glua">
<i class="github icon"></i>
Github
</a><br><br>
<a class="ui labeled purple green icon button fullWidth" href="http://steamcommunity.com/groups/glua">
<i class="users icon"></i>
Steam group
</a><br><br>
</div>
</div>
<div id="footer">
<span id="footerText">made by coders, for coders with <i class="heart icon"></i></span>
</div>
</body>
</html>