-
Notifications
You must be signed in to change notification settings - Fork 0
/
general.html
47 lines (47 loc) · 1.99 KB
/
general.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--Favicon-->
<link rel="icon" type="image/gif" href="./images/favicon.gif">
<link rel="icon" type="image/png" href="./images/favicon.png">
<link rel="icon" type="image/gif" href="./images/favicon.gif">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>General maybe</title>
<link rel="stylesheet" href="./css/general.css">
</head>
<body>
<!--Navigation-->
<nav>
<a href="./index.html" id="z">Home</a>
<a href="./ed.html" id="y">Education</a>
<a href="./programs.html" id="x">Programs</a>
<a href="./general.html" id="w">General</a>
<a href="./contact.html" id="v">Contact</a>
</nav>
<!--Main layout-->
<main>
<video controls poster="./images/me.jpg">
<source src="./media/video.mp4">
<p>Video not supported.</p>
</video>
<section>
<h1>General about me:</h1>
<p>I like frozen stuff. I actually eat lime and lemon juice. I like gradients in case you can't tell. I was a construction worker. I am mechanically inclined. I used to like Legos. I built pinball things like machines with Legos. I do graphics design. I use Ubuntu Pro as like my main computer OS but Windows for school. That <== is a video of where I work on things.</p>
</section>
</main>
<h2>More about me.</h2>
<section id="main">
<section id="left">
<h3>Past things</h3>
<p>I have been in Scouts, moved to Trail Life when gayness got into Boy Scouts. I go to church. I had one brother, Kyle, and now that dad is remarried, I have another step brother.</p>
</section>
<section>
<h3>Present things</h3>
<p>I still go to Kingsway Church. I do not have much hobbies now. School and making programmed stuff takes up most of my time now.</p>
<p>All as per one might be maybe or might not be maybe, maybe or maybe not, maybe.</p>
</section>
</section>
</body>
</html>
<!--X E.-->