-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
83 lines (77 loc) · 2.36 KB
/
menu.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<body>
<div class="pitch-menu">
<div class="pitch-menu-logo"></div>
<br><br>
<div class="git-box">
<div style="padding-top: 25px; padding-bottom: 10px;">
<span class="git-octicon">
<span class='octicon octicon-mark-github'></span>
<span style="padding-left: 5px;">
GitHub Slideshow
</span>
</span>
</div>
<hr class="fade-away">
<table>
<tr>
<td class="git-label">User:</td>
<td><a href="https://github.com/gitpitch" target="_blank">
<div class="short-link">gitpitch</div>
</a></td>
</tr>
<tr>
<td class="git-label">Repo:</td>
<td><a href="https://github.com/gitpitch/kitchen-sink" target="_blank">
<div class="short-link">kitchen-sink</div>
</a></td>
</tr>
<tr>
<td class="git-label">Branch:</td>
<td><a href="https://github.com/gitpitch/kitchen-sink/tree/master" target="_blank">
<div class="short-link">master</div>
</a></td>
</tr>
<tr>
<td class="git-label">Slides:</td>
<td><a href="https://github.com/gitpitch/kitchen-sink/blob/master/PITCHME.md" target="_blank">
<div class="short-link">PITCHME.md</div>
</a></td>
</tr>
</table>
<hr class="fade-away">
<table style="margin: 0 auto">
<tr>
<td class="git-octicon">
<span class="octicon octicon-star">
<span class="star-fork">
40
</span>
</td>
<td class="git-octicon">
<span class="octicon octicon-repo-forked">
<span class="star-fork">
98
</span>
</td>
</tr>
</table>
<hr class="fade-away">
<br>
</div>
<br><br>
<p>Activate <a target="_blank" style="text-decoration:none"
href="https://gitpitch.com/pro-features">GitPitch Pro!</a></p>
<p>to use Private Git Repos.</p>
<br>
</div>
</body>
</html>