-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>Agero Core Team Open Source</title>
<link rel="stylesheet" type="text/css" href="./css/octicons.css">
<link rel="stylesheet" type="text/css" href="./css/developers.css">
<link rel="stylesheet" type="text/css" href="./css/yelp-opensource.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="./js/orgs.js"></script>
<script src="./js/repos.js"></script>
<script src="./js/loaders.js"></script>
<script src="./js/data/load_repos.js"></script>
<script src="./js/opensource-site.js"></script>
<link rel="shortcut icon" href="./img/favicon.ico">
</head>
<body class="ytype borderless">
<div id="wrap">
<div class="top-shelf top-shelf-grey">
<div class="container">
<h1>Agero Core Team Open Source</h1>
</div>
</div>
<div class='main-container layout-block layout-right-rail'>
<div class="projects container">
<div class="not-featured"></div>
</div>
</div>
</div>
</body>
</html>