-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
56 lines (52 loc) · 2.47 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
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PESIMA ♥ Open Source</title>
<meta name="description" content="Find all the PESIMA projects in one place.">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="grid">
<div class="unit-1-3 site-header">
<div class="box">
<div class="site-logo">
<img src="assets/pesima-logo.png" alt="">
<h1>PESIMA</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/pesima/repositories"><b id="num-repos">View</b> public repos</a>
<br>
<a href="https://github.com/pesima?tab=members"><b id="num-members">View</b> members</a>
</p>
<h3>Recently updated</h3>
<ol id="updated-repos"></ol>
<h3>Recently updated</h3>
<ol id="external-link">
<li><span class="name"><a href="http://pesima.my/">Forum</a></span></li>
</ol>
<a class="twitter-share-button"
href="http://twitter.com/share"
data-text="All the PESIMA projects in one place"
data-url="http://pesima.github.com/"
data-via="pptmpesima"
data-count="none"
target="_blank">Tweet</a>
<a class="twitter-follow-button"
href="https://twitter.com/pptmpesima"
data-show-count="false"
data-lang="en"
data-count="none">Follow @pptmpesima</a>
</div>
</div>
<div class="site-content" id="repos"></div>
</div>
<footer class="site-footer">
<p>PESIMA logo: <a href="downloads/pesima-logo.svg">SVG</a> · <a href="downloads/pesima-logo.png">PNG</a></p>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/jquery-1.10.2.min.js"><\/script>')</script>
<script src="assets/app.js"></script>
</body>
</html>