forked from code9media/overthecs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·36 lines (31 loc) · 1.52 KB
/
about.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
---
layout: root
title: About OverAPI.com
---
<div class="index">
<div class="index-logo">
<a href="http://overapi.com" class="logo"><img src="/static/images/overapi-logo.png" alt="overapi" width="140" height="140"/></a>
<div class="index-desc">
<p><a href="" class="index-desc-logo">OverAPI.com</a></p>
<p class="index-slogan">Collecting All Cheat Sheets</p>
</div>
</div>
<div style="font-size:22px;margin:80px 0;text-align:center;font-weight:bold;">
Helping complete this with your <a href="https://github.com/overthecs/overthecs.github.com" target="_blank">Pull Request</a>.
</div>
<div id="disqus_thread"></div>
<!--<div style="text-align:left;">-->
<!--<a href="http://mixpanel.com/f/partner"><img src="http://mixpanel.com/site_media/images/partner/badge_light.png" alt="Real Time Web Analytics" /></a>-->
<!--</div>-->
</div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
/* * * DON'T EDIT BELOW THIS LINE * * */
var disqus_shortname = 'overapi'; // required: replace example with your forum shortname
var disqus_url = 'http://overapi.com/';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>