-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.97 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>linux-user36</title>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<link rel="stylesheet" type="text/css" href="./internal/style.css"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,700;1,400;1,700"/>
</head>
<body>
<header>
<div class="navbar">
<a class="active" href=".">Home</a>
<a href="./news">News</a>
<div class="dropdown">
<a class="dropdown-option" href="./projects.html">Projects</a>
<div class="dropdown-content">
<a href="./yedex">Yedex</a>
<a href="./other-projects/mineclone.html">MineClone</a>
</div>
</div>
<a href="./about.html">About</a>
</div>
</header>
<div class="content">
<h1>Welcome!</h1>
<p>This is the website of <code>linux_user36</code>, a 3-year-experience Java programmer. He’s also quite familiar with <a href="https://processing.org">Processing</a> and the <a href="https://developer.android.com">Android</a> framework, programming apps since roughly one and a half years.</p>
<p>Sadly, his lack of self-motivation lead to him never quite completing any of his projects. That might change though with his latest project, <a href="./projects/yedex.html">Yedex</a>.</p>
<p>Aside from programming, he’s also quite interested in writing, both English and German, which is why you might see some slightly longer stories on the website.</p>
<h2 id="notes">Notes</h2>
<ul>
<li>I have a still work in progress History page, how about you <a href="./history.html">check it out</a>?</li>
<li>For contact, please go to the <a href="./about.html#contact">About</a> page.</li>
<li>Like the background image? Find more on <a href="http://spiralgraphics.biz/packs/browse.htm">spiralgraphics.biz</a>!</li>
</ul>
</div>
</body>
</html>