forked from HubPress/hubpress.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (73 loc) · 4.23 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GDG Sri Lanka</title>
<meta name="description" content="" />
<link href="//fonts.googleapis.com/css?family=Noto+Sans:300,400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="//GDGSriLanka.github.io/themes/Saga/assets/css/style.css?v=1.0.0" rel="stylesheet" type="text/css">
<link href="//GDGSriLanka.github.io/themes/Saga/assets/css/animate.min.css?v=1.0.0" rel="stylesheet" type="text/css">
<link href="//GDGSriLanka.github.io/themes/Saga/favicon.ico" rel="shortcut icon">
<link rel="canonical" href="https://GDGSriLanka.github.io" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="GDG Sri Lanka" href="https://GDGSriLanka.github.io/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="home-template">
<header id="header">
<div class="header-background" style="background-image: url(https://ghost.org/assets/coffee-8fc214f4eecb8f9fe6be1d0e20275dcf.jpg)">
<section class="blog-content animated fadeIn">
<a id="site-url" class="blog-title" href="https://GDGSriLanka.github.io">GDG Sri Lanka</a>
<span class="blog-description"></span>
<nav class="links fadeIn animated">
<ul>
<!-- <li class="rss"><a title="RSS Feed" href="/rss/"><i class="fa fa-fw fa-rss-square"></i></a></li> -->
</ul>
</nav>
</section>
</div>
</header>
<main id="main" class="archive">
<section id="feed" class="feed">
<article class="post" style="opacity: 0;">
<h2 class="post-title"><a href="https://GDGSriLanka.github.io/2015/08/04/Hello-world.html">Hello world!</a></h2>
<section class="post-content">
Hi everyone we are on Guthub pages now! We are happy to hear your ideas!…
</section>
<section class="post-meta">
<span class="date"><i class="fa fa-clock-o"></i> <a href="https://GDGSriLanka.github.io/2015/08/04/Hello-world.html"><time class="timesince" data-timesince="1438626600" datetime="2015-08-04T00:00" title="4 August 2015">2015-08-04 00:00:00<ago class="ago"></time></a></span>
</section>
</article></section>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav></main>
<footer class="animated fadeIn" id="footer">
<section class="colophon">
<section class="copyright">Copyright © <span itemprop="copyrightHolder">GDG Sri Lanka</span>. <span rel="license">All Rights Reserved</span>.</section>
<section class="poweredby">Published with <a class="icon-ghost" href="http://hubpress.io">HubPress</a></section>
</section>
<section class="bottom">
<section class="attribution">
<a href="http://github.com/Reedyn/Saga">Built with <i class="fa fa-heart"></i> and Free and Open-Source Software</a>.
</section>
</section>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script src="//GDGSriLanka.github.io/themes/Saga/assets/js/scripts.js?v=1.0.0"></script>
</body>
</html>