-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (76 loc) · 3.82 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
<!DOCTYPE html>
<html lang='en'><head>
<title> - My New Hugo Site</title>
<link rel='canonical' href='https://mikenev.github.io/' />
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='description' content='' />
<meta name='theme-color' content='black' />
<meta name="generator" content="Hugo 0.55.6" />
<link rel="stylesheet" href="https://mikenev.github.io/sass/style.min.cf2eeff825d4dbc673ce0b82d270d9fc32d34973a7d5cd079e0dcf4fe3e77515.css" integrity="sha256-zy7v+CXU28ZzzguC0nDZ/DLTSXOn1c0Hng3PT+PndRU=" media="screen">
<link rel="stylesheet" href="https://mikenev.github.io/syntax.min.css" integrity="" media="screen">
<meta property="og:title" content="My New Hugo Site" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mikenev.github.io/" />
<meta property="og:updated_time" content="2019-06-02T16:53:09-07:00"/>
<meta itemprop="name" content="My New Hugo Site">
<meta itemprop="description" content="">
</head>
<body>
<header style="background-image:linear-gradient(
rgba(0,0,0,0.4),rgba(0,0,0,0.4)
),url('https://mikenev.github.io/images/default-sidebar.jpg')">
<div class="intro">
<div class="logo-container">
<a href="/">
<img src='https://mikenev.github.io/images/edna-west.jpg' alt="Profile Posts" class="rounded-logo">
</a>
</div>
<h2>Welcome, I'm John Doe</h2>
<h3>This is my personal website</h3>
<div class="menu">
<p>
<a href="/about/">
About
</a>
</p>
<p>
<a href="/post/">
Post
</a>
</p>
</div>
</div>
<div class="socials">
</div>
</header>
<div class="content-wrapper">
<main id="content" class="">
<h1>My New Hugo Site</h1>
<h2>My Latest Job</h2>
<div class="post-container">
<h2>
<a href="https://mikenev.github.io/post/my-third-post/">3rd post</a>
</h2>
<p>Will this show up? 3rd</p>
<div class="read-more">
<a alt="3rd post" href="https://mikenev.github.io/post/my-third-post/" /><div class="icon">
<svg width="18px" height="18px" viewBox="0 0 115 115" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img">
<path d="M0 28.818v80.232h44.086c5.2-.045 9.824 1.027 12.077 4.388V34.334c-2.18-3.675-6.792-5.516-12.077-5.516H0zm70.914 0c-5.285 0-9.896 1.841-12.077 5.516v79.104c2.253-3.36 6.876-4.388 12.077-4.388H115V28.818H70.914zM12.034 42.19h33.431a2.674 2.674 0 1 1 0 5.349h-33.43a2.674 2.674 0 0 1 0-5.35zm57.5 0h33.431a2.674 2.674 0 0 1 0 5.349h-33.43a2.674 2.674 0 1 1 0-5.35zm-57.5 12.035h33.431a2.674 2.674 0 1 1 0 5.349h-33.43a2.674 2.674 0 0 1 0-5.35zm57.5 0h33.431a2.674 2.674 0 0 1 0 5.349h-33.43a2.674 2.674 0 1 1 0-5.35zm-57.5 12.035h33.431a2.674 2.674 0 1 1 0 5.348h-33.43a2.674 2.674 0 0 1 0-5.348zm57.5 0h33.431a2.674 2.674 0 0 1 0 5.348h-33.43a2.674 2.674 0 1 1 0-5.348zm-57.5 12.034h33.431a2.674 2.674 0 1 1 0 5.35h-33.43a2.674 2.674 0 0 1 0-5.35zm57.5 0h33.431a2.674 2.674 0 0 1 0 5.35h-33.43a2.674 2.674 0 1 1 0-5.35zm-57.5 12.035h33.431a2.674 2.674 0 1 1 0 5.35h-33.43a2.674 2.674 0 0 1 0-5.35zm57.5 0h33.431a2.674 2.674 0 0 1 0 5.35h-33.43a2.674 2.674 0 1 1 0-5.35z"/>
</svg>
</div>
Read more</a>
</div>
</div>
</main>
</div>
<footer>
<div class="footer-wrapper">
<p>Made with ❤️ — Powered by <a href="https://gohugo.io/" target="_blank" rel="external">Hugo</a> and the <a href="https://github.com/bjacquemet/personal-web" target='_blank' rel="external">Personal Web</a> theme.</p>
<p></p>
</div>
</footer>
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,600|Raleway:400,400i,600" rel="stylesheet">
</body>
</html>