-
Notifications
You must be signed in to change notification settings - Fork 0
/
ed.html
36 lines (36 loc) · 1.54 KB
/
ed.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
<!DOCTYPE html>
<html lang="en">
<!--Started 11/21/2024, 7:20PM-->
<head>
<meta charset="utf-8">
<title>Norvel M. IV eductaion maybe.</title>
<link rel="stylesheet" href="./css/ed.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>
<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>
<section>
<h1>Education: College</h1>
<p>So far 3.833 GPA. I am in Computer Programming CSC. Courses were ITP 100, intro to programming, ITP 150, intro to Python, ITP 120, Java 1, ITP 220, Java 2, ITP 251, Systems analysis and design, and ITD 132, Structured Query Language.</p>
</section>
<section>
<h2>High school</h2>
<p>Courses include: English, Spanish, Honors math, Biology, Psychology, Chemistry, Zoology, Javascript class, Wood burning, P.E., and Arts.</p>
</section>
<section>
<h2>Other education</h2>
<p>I completed all up to those, some courses include English, Latin, Spanish, Math, and also I did W3Schools CSS and HTML, 100% on that last one. Good grades on everything. I am homeschooled except College. I unofficially know some Calculus now.</p>
<p>All as per one might be maybe or might not be maybe, maybe or maybe not, maybe.</p>
</section>
</body>
</html>
<!--X E-->