-
Notifications
You must be signed in to change notification settings - Fork 46
/
index.html
49 lines (43 loc) · 1.75 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>H5BP ♥ Open Source</title>
<meta name="description" content="Find all the H5BP projects in one place.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/normalize.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/main.min.css">
<link rel="stylesheet" href="assets/style.css">
<link rel="canonical" href="https://h5bp.org">
</head>
<body>
<div class="grid">
<div class="unit-1-3 site-header">
<div class="header-box">
<div class="site-logo">
<img src="assets/h5bp-logo.png" alt="">
<h1>H5BP</h1>
</div>
<h2>A bunch of people creating open source software. Fork a project and get involved!</h2>
<p class="stats">
<a href="https://github.com/orgs/h5bp/repositories"><b id="num-repos">View</b> public repos</a>
<br>
<a href="https://github.com/orgs/h5bp/people"><b id="num-members">View</b> members</a>
<br>
<b id="num-stargazers"></b> total stars
</p>
<h3>Recently updated</h3>
<ol id="updated-repos"></ol>
</div>
</div>
<div class="site-content" id="repos"></div>
</div>
<footer class="site-footer">
<p>H5BP logo: <a href="downloads/h5bp-logo.svg">SVG</a> · <a href="downloads/h5bp-logo.png">PNG</a></p>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/jquery-3.4.1.min.js"><\/script>')</script>
<script src="assets/app.js"></script>
</body>
</html>