-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (114 loc) · 5.27 KB
/
index.html
File metadata and controls
179 lines (114 loc) · 5.27 KB
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en"><head>
<meta name="generator" content="Hugo 0.121.0">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
:root {
--accent-color: #FF4D4D;
}
</style>
<title>LynxLine</title>
<meta name="description" content="">
<meta name="keywords" content=''>
<meta property="og:url" content="https://lynxline.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="LynxLine">
<meta property="og:description" content="">
<meta property="og:image" content="https://lynxline.com/images/lynx.jpg">
<meta property="og:image:secure_url" content="https://lynxline.com/images/lynx.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="LynxLine">
<meta name="twitter:description" content="">
<meta property="twitter:domain" content="https://lynxline.com/">
<meta property="twitter:url" content="https://lynxline.com/">
<meta name="twitter:image" content="https://lynxline.com/images/lynx.jpg">
<link rel="canonical" href="https://lynxline.com/" />
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css" media="print">
<link rel="stylesheet" type="text/css" href="/css/main.min.css">
<link id="dark-theme" rel="stylesheet" href="/css/dark.min.css">
<script src="/js/bundle.min.c60dbb422ed053b0761160e3a3f08b9af2060f00adc8f12c0ff21a8cf55b3d8e.js" integrity="sha256-xg27Qi7QU7B2EWDjo/CLmvIGDwCtyPEsD/IajPVbPY4="></script>
</head>
<body>
<script type="text/javascript">
setThemeByUserPref();
</script><header class="header">
<nav class="header-nav">
<div class="avatar">
<a href="https://lynxline.com/">
<img src='/images/lynx.jpg' alt="avatar" />
</a>
</div>
<div class="nav-title">
<a class="nav-brand" href="https://lynxline.com/">LynxLine</a>
</div>
<div class="nav-links">
<div class="nav-link">
<a href="https://lynxline.com/services/"><span data-feather='zap'></span> Services </a>
</div>
<div class="nav-link">
<a href="https://lynxline.com/posts/"><span data-feather='layers'></span> Posts </a>
</div>
<div class="nav-link">
<a href="https://lynxline.com/tags/"><span data-feather='tag'></span> Tags </a>
</div>
<div class="nav-link">
<a href="https://lynxline.com/contact/"><span data-feather='mail'></span> Contact </a>
</div>
<div class="nav-link">
<a href="https://github.com"><span data-feather='github'></span> </a>
</div>
<span class="nav-icons-divider"></span>
<div class="nav-link dark-theme-toggle">
<span id="dark-theme-toggle-screen-reader-target" class="sr-only"></span>
<a>
<span id="theme-toggle-icon" data-feather="moon"></span>
</a>
</div>
<div class="nav-link" id="hamburger-menu-toggle">
<span id="hamburger-menu-toggle-screen-reader-target" class="sr-only">menu</span>
<a>
<span data-feather="menu"></span>
</a>
</div>
<ul class="nav-hamburger-list visibility-hidden">
<li class="nav-item">
<a href="https://lynxline.com/services/"><span data-feather='zap'></span> Services </a>
</li>
<li class="nav-item">
<a href="https://lynxline.com/posts/"><span data-feather='layers'></span> Posts </a>
</li>
<li class="nav-item">
<a href="https://lynxline.com/tags/"><span data-feather='tag'></span> Tags </a>
</li>
<li class="nav-item">
<a href="https://lynxline.com/contact/"><span data-feather='mail'></span> Contact </a>
</li>
<li class="nav-item">
<a href="https://github.com"><span data-feather='github'></span> </a>
</li>
<li class="nav-item dark-theme-toggle">
<span id="dark-theme-toggle-screen-reader-target" class="sr-only">theme</span>
<a>
<span id="theme-toggle-icon" data-feather="moon"></span>
</a>
</li>
</ul>
</div>
</nav>
</header>
<main id="content">
<section class="home-about">
<div class="avatar">
<img class=size-m src='/images/lynx.jpg' alt="avatar" />
</div>
<h1>LynxLine</h1>
</section>
<div class="flex-break"></div>
</main><footer class="footer">
<span>
Made using <a target="_blank" href="https://gohugo.io/">HUGO</a>
</span>
</footer>
</body>
</html>