-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (54 loc) · 2.31 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
<!DOCTYPE html>
<!--
*********************
Inspire by go.fiu.edu
Author: Abraham, github.com/19cah
www.19cah.com
*********************
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GO.MDC</title>
<link href="assets/img/favicon.png" type="image/x-icon" rel="icon" />
<link href="assets/img/favicon.png" type="image/x-icon" rel="shortcut icon" />
<!-- Style -->
<link rel="stylesheet" type="text/css" href="assets/css/text.css" media="all" />
<link rel="stylesheet" type="text/css" href="assets/css/960_24_col.css" media="all" />
<link rel="stylesheet" type="text/css" href="assets/css/main.css" media="all" />
<!-- JS Files -->
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/jquery_qtip.js"></script>
<script type="text/javascript" src="assets/js/actions.js"></script>
<script type="text/javascript" src="assets/js/jquery.tablesorter.js"></script>
</head>
<body>
<div id ="container" class="container_24 addMargins clearfix">
<div id="header" class="grid_24 vMarginTop_6 clearfix">
<a href="/"><img src="assets/img/go-mdc.png" alt="Link to GoFIU page" height="140px" width="400px" class="gofiu" /></a>
</div>
<!-- Space below Image -->
<div class="grid_12 push_6 vMarginTop_4 vMarginBottom_2"></div>
<div class="clear"></div>
<div id="content">
<div class="thebox grid_5 push_11 ">
<div class="adminMenu grid_5 push_10 alpha omega clearfix">
<ul class="hMenu">
<li><a href="/shorturl">Short your URL</a></li>
</ul>
</div>
</div>
<div class="copyPage grid_24 vMarginTop_1">
<h2 class="faq">go.MDC.blue URL shortener</h2>
<div class="grid_18 push_3">
<p>
<span id="gofiu">go.MDC</span>
is a URL shortening service for the MDC Blue Programming Club hosted on GitHub that prepares great-looking short URLs that you can quickly and easily share with your friends, colleagues, on your blog or any other website. You need to an MDC Blue member.
</p>
</div>
<div id="footer" class="grid_24 clearfix">
<p>2018 © <a href="https://mdc.blue" target="_blank" style="text-decoration:none; color:#0069ab">MDC Blue</a>. All Rights Reserved.</a></p>
</div>
</div>
</body>
</html>