-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.51 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Project Usus</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Domine:400,700">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="vertical-center">
<div id="content">
<img id="logo" src="usus-logo-white.png">
<h1>Project Usus</h1>
<h2>Eclipse Plug-Ins that support the application of common coding practices</h2>
<ul class="list-inline" id="buttons">
<li><a class="btn btn-default btn-lg" href="https://github.com/usus/usus-plugins/wiki"><i class="fa fa-book fa-lg"></i> Wiki</a></li>
<li><a class="btn btn-default btn-lg" href="http://www.projectusus.org/usus-plugins/updates/"><i class="fa fa-sitemap fa-lg"></i> Update Site</a></li>
<li><a class="btn btn-default btn-lg" href="http://marketplace.eclipse.org/node/1089"><i class="fa fa-download fa-lg"></i> Eclipse Marketplace</a></li>
</ul>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>