-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (103 loc) · 5.88 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/static/img/favicon.ico" />
<title>giáo-làng</title>
<meta name="author" content="giáo-làng" />
<meta name="description" content="Website chia sẻ về nghề IT và cuộc sống" />
<meta name="keywords" content="Do - IT - Now [Mần IT và nhiều món khác - ngay và luôn], " />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<meta content="1749788565247320" property="fb:app_id">
<meta content="Do - IT - Now [Mần IT và nhiều món khác - ngay và luôn]" property="og:site_name">
<meta content="Do - IT - Now [Mần IT và nhiều món khác - ngay và luôn]" property="og:title">
<meta content="website" property="og:type">
<meta content="Website chia sẻ về nghề IT và cuộc sống" property="og:description">
<meta content="http://localhost:4000/" property="og:url">
<meta content="http://localhost:4000/static/img/avatar.jpg" property="og:image">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@github.io">
<meta name="twitter:creator" content="@github.io">
<meta name="twitter:title" content="Do - IT - Now [Mần IT và nhiều món khác - ngay và luôn]">
<meta name="twitter:url" content="http://localhost:4000/">
<meta name="twitter:description" content="Website chia sẻ về nghề IT và cuộc sống">
<!-- Font awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/static/css/syntax.css">
<!-- Bootstrap core CSS -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/static/css/super-search.css">
<link rel="stylesheet" href="/static/css/thickbox.css">
<link rel="stylesheet" href="/static/css/projects.css">
<link rel="stylesheet" href="/static/css/main.css">
</head>
<body>
<div class="container">
<div class="col-sm-3">
<div class="fixed-condition">
<a href="/"><img class="profile-avatar" src="/static/img/avatar.jpg" height="75px" width="75px" /></a>
<h1 class="author-name">giáo-làng</h1>
<div class="profile-about">
Kẻ gàn dở - yêu thơ văn - và giảng dạy IT
</div>
<div class="social">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-stack-exchange"></i></a></li>
<li><a href="https://github.com/doit-now" target="_blank"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="search" id="js-search">
<input type="text" placeholder="(sitemap)~$ type to search" class="search__input form-control" id="js-search__input">
<ul class="search__results" id="js-search__results"></ul>
</div>
<hr />
<ul class="sidebar-nav">
<strong>Navigation</strong>
<li><a href="/">Home</a></li>
<li><a class="about" href="/about/">About Me</a></li>
<li><a class="about" href="/categories/">Categories</a></li>
<li><a class="about" href="/feed.xml">XML Feed</a></li>
</ul>
</div>
<!-- end /.fixed-condition -->
</div>
<div class="col-sm-8 col-offset-1 main-layout">
<div id="home">
<h1>Do - IT - Now [Mần IT và nhiều món khác - ngay và luôn]</h1>
<hr />
<h2>Coming soon...</h2>
<ol class="posts">
</ol>
<!-- Pagination links -->
</div><!-- end #home -->
<footer>
© giáo-làng
- <a href="https://github.com/doit-now">https://github.com/doit-now</a> - Powered by Jekyll. Theme by Agus Makmun (https://agusmakmun.github.io)
<div class="btn-github" style="float:right;">
<iframe src="https://ghbtns.com/github-btn.html?user=doit-now&repo=doit-now&type=star&count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>
<!--<iframe src="https://ghbtns.com/github-btn.html?user=doit-now&repo=doit-now.github.io&type=fork&count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe> -->
</div>
</footer>
</div>
<!-- end /.col-sm-8 -->
</div>
<!-- end /.container -->
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script src="/static/js/super-search.js"></script>
<script src="/static/js/thickbox-compressed.js"></script>
<script src="/static/js/projects.js"></script>
</body>
</html>