-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgists.html
112 lines (97 loc) · 4.55 KB
/
gists.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Github Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Loading Bootstrap -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Loading Font Awesome -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Loading Flat UI -->
<link href="css/flat-ui.css" rel="stylesheet">
<!-- Social Buttons -->
<link href="css/social-buttons-3.css" rel="stylesheet">
<!-- Demo Content -->
<link href="css/demo.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Google Analytics Start -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44156589-2', 'dinks.github.io');
ga('send', 'pageview');
</script>
<!-- Google Analytics End -->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="/">Home</a></li>
<li class="active"><a href="/gists.html">Gists</a></li>
<li><a href="https://coderwall.com/p/u/dinks">Coder Wall</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="mailto:dinesh.vasudevan@gmail.com">Contact</a></li>
</ul>
<h3 class="text-muted">Dinks Github Page</h3>
</div>
<div class="jumbotron">
<h1 class="about-container">
<img src="images/demo/mine.jpg" class="me img-circle" />
Dinks
</h1>
<small>Codes and Snippets</small>
</div>
<h3>Gists</h3>
<div id="gists"></div>
</div> <!-- /container -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-7 like-section">
<h3 class="footer-title">Share Me</h3>
<a class="btn btn-facebook" href="https://www.facebook.com/sharer.php?src=bm&v=4&i=1383512796&u=http://dinks.github.io&t=Dinks Github" target="_blank">
<i class="fa fa-facebook-square fa-2x"></i> Share on Facebook
</a>
<a class="btn btn-twitter" href="https://twitter.com/intent/tweet?status=Hey! I like the page http://dinks.github.io ... Check it out" target="_blank">
<i class="fa fa-twitter-square fa-2x"></i> Share on Twitter
</a>
<a class="btn btn-github" href="https://github.com/dinks/dinks.github.io" target="_blank"><i class="fa fa-github-square fa-2x"></i> Star on Github</a>
<a class="btn btn-linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=http://dinks.github.io&title=Dinks Github&summary=Dinks Guithub&source=web
" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i> Share on LinkedIn</a>
<a class="btn btn-google-plus" href="https://plus.google.com/share?url=http://dinks.github.io" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i> Share on Google Plus</a>
</div> <!-- /col-md-7 -->
<div class="col-md-5">
<div class="footer-banner">
Made with <a href="http://designmodo.com/flat" target="_blank">
<img alt="Designmodo.com" src="images/footer/logo.png">
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Load JS here for greater good =============================-->
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-select.js"></script>
<script src="js/bootstrap-switch.js"></script>
<script src="js/flatui-checkbox.js"></script>
<script src="js/flatui-radio.js"></script>
<script src="js/jquery.tagsinput.js"></script>
<script src="js/jquery.placeholder.js"></script>
<script src="js/jquery.stacktable.js"></script>
<script src="js/mustache.js"></script>
<script src="http://vjs.zencdn.net/4.1/video.js"></script>
<script src="js/application.js"></script>
</body>
</html>