-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 2.57 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
<!doctype html>
<html lang="en">
<head>
<title>inwinSTACK @ Github</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="https://www.inwinstack.com/wp-content/themes/betheme-child/assets/img/faviconico.png" type="image/vnd.microsoft.icon" />
<link href="https://www.inwinstack.com/wp-content/themes/betheme-child/assets/img/faviconico.png" rel="icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="styles/default.css">
</head>
<body style="padding-top: 56px;">
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="https://www.inwinstack.com/">
<h2 class="display-6 text-right">inwinSTACK Open Source at GitHub</h2>
</a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId"
aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavId">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<!-- Needed for spacing -->
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="text" id="search" placeholder="Search our repos">
</form>
</div>
</nav>
<div class="gap_footer"></div>
<footer class="footer bg-dark">
<div class="container text-center">
<p>© Copyright <a href="https://www.inwinstack.com/">inwinSTACK</a> 2015-<script>
document.write(new Date().getFullYear());
</script>
</p>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/orgs.js"></script>
<script type="text/javascript" src="js/repos.js"></script>
<script src="https://1.www.s81c.com/common/stats/ida_stats.js"></script>
<script src="https://1.www.s81c.com/common/v18/js/www.js"></script>
<script src="https://cdn.optimizely.com/js/1141215513.js"></script>
</body>
</html>