-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<!--Started 9/16/2024, 7:20PM-->
<head>
<meta charset="utf-8">
<title>Norvel M. IV portfolio maybe.</title>
<link rel="stylesheet" href="./css/home.css">
<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">
</head>
<body>
<!--Header contains top most bar-->
<header id="div">
<img src="./images/favicon.gif" alt="icon" id="icon">
<h1 id="top">Portfolio about Norvel M. IV</h1>
</header>
<!--Navigation bar contains links-->
<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 element for, well, you know-->
<main id="contain">
<!--Picture of me-->
<img src="./images/me.jpg" alt="Norvel M. IV" id="me">
<section id="main">
<!--Paragraphs, because of my CSS I need more <br>s.-->
<h2>Hello, I am Norvel M. IV and go by Josiah.</h2>
<br>
<p>You are now at home page. Education section tells how I got to know all I know. Programs lists some projects I have worked on. General lists some things about me. You may find a list of where I may be talked with in contacts.</p>
<br>
<p>For here, this may be general but you can find out more in other sections. I am an about all purpose programmer, coder, software developer, computer scripter, or whatever you want to call it.</p>
<br>
<h3>Major things to know</h3>
<br>
<p>I am working on 3 or more dimensional drawing programming libraries. I have made an all sensing hardware user Android app but it is outdated now.</p>
<br>
<p>All as per one might be maybe or might not be maybe, maybe or maybe not, maybe.</p>
</section>
</main>
</body>
</html>
<!--X E.-->