-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (77 loc) · 3.36 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
<!doctype html>
<html lang="en"><head>
<meta name="generator" content="Hugo 0.79.1" />
<title>Picture of Code</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Your meta description" />
<link rel="stylesheet" href="./css/theme.min.css">
</head>
<body>
<div id="content" class="mx-auto"><header class="container mt-sm-5 mt-4 mb-4 mt-xs-1">
<div class="row">
<div class="col-sm-4 col-12 text-sm-right text-center pt-sm-4">
<a href="./" class="text-decoration-none">
<img id="home-image" class="rounded-circle"
src="./images/avatar.png"
/>
</a>
</div>
<div class="col-sm-8 col-12 text-sm-left text-center">
<h2 class="m-0 mb-2 mt-4">
<a href="./" class="text-decoration-none">
Picture of Code
</a>
</h2>
<p class="text-muted mb-1">
Programming and tech
</p>
<ul id="nav-links" class="list-inline mb-2">
<li class="list-inline-item">
<a class="badge badge-white active" href="./" title="Posts">Posts</a>
</li>
<li class="list-inline-item">
<a class="badge badge-white " href="./about/" title="About">About</a>
</li>
<li class="list-inline-item">
<a class="badge badge-white " href="./projects/" title="Projects">Projects</a>
</li>
</ul>
<ul id="nav-social" class="list-inline">
<li class="list-inline-item mr-3">
<a href="http://github.com/yousifh" target="_blank">
<i class="fab fa-github fa-1x text-muted"></i>
</a>
</li>
</ul>
</div>
</div>
<hr />
</header>
<div class="container">
<div class="pl-sm-4 ml-sm-5 pt-2">
<div class="row">
<div class="col-12">
<div class="pb-3">
<h5><span class="badge category">Recent</span></h5>
<ul class="list-unstyled">
<li>
Dec 22 2020
<a href="https://yousifh.com/posts/my-first-post/">My First Post</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div><footer class="text-center pb-1">
<small class="text-muted">
© Copyright 2020, Picture of Code
<br>
Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a>
and <a href="https://github.com/austingebauer/devise" target="_blank">Devise</a>
</small>
</footer>
</body>
</html>