forked from kjsce-codecell/profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.03 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 lang="en">
<head>
<meta charset="UTF-8">
<title>Developers</title>
</head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="./assets/css/main.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<body>
<!-- <div id="gradient" /> -->
<h1>OpenSource and Git Workshop</h1>
<h3>Developers</h3>
<div class="container" id="wrap">
<div class="row" id="contrib">
</div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit pull-right">Developed by<a target="_blank" href="https://www.facebook.com/kjscecodecell"> Team CodeCell</a>.</p>
</div>
</div>
<script type="text/javascript" src="./assets/js/index.js">
</script>
</body>
</html>