-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex copy.html
91 lines (80 loc) · 3.46 KB
/
index copy.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">PROJECTS</a></li>
<li><a href="#">CONTACT</a></li>
<li><a href="#">SKILLS</a></li>
<li><a href="#">Home</a></li>
</ul>
</div>
<div class="hero">
<h1 class="heading"><strong>Hi! My name is Chizi Ogundu</strong></h1>
<div class="me">
<section class="intro">
<h2 class="about-me">About Me</h2>
<p>Hi codecamp, my name is Chizi Ogundu. At the time of writing this, I am a Software Engineering Major,
an
Undergraduate at AUN.
I will be looking to develop my skills in python and java but my main goal at this moment is to
become a
complete front-end programmer by learning HTML, CSS, and finally javascript. Then I will extend out
to
back-end. It will not be an easy journey as I am only starting out regardless I will do it. After
completing
both the front and back end, I will set out to learn other programming languages such as C, C++,
Java,
etc.
which will enable me to land my dream job as a game programmer.
</p>
</section>
</div>
<section class="skills">
<h2 class="prog-head">My Programming Skills</h2>
<ul class="prog-skills">
<li>Programming</li>
<li>Front-End Development</li>
<li>Python Programing</li>
<li>SQL Database Management</li>
<li>Basic Command Line </li>
</ul>
<h2 class="other-head">Other Skills</h2>
<ul class="other-skills">
<li>Fluent With Microsoft Word, Excel, Access, Power Point, etc.</li>
<li>Experienced with git & Github</li>
<li>rahrahrayh</li>
<li>Blah blah blah</li>
</ul>
</div>
</section>
<div class="work">
<h2 class="projects-head">Projects:</h2>
<section class="projects">
<p>Here is a brief list of projects I have completed:</p>
<article class="proj-link">
<p><a class="random-quote-generator" target="_blank"
href="/VSCODE/Random-Quote-Generator/index.html">Random Quote Generator</a></p>
<p><a class="task-manager" target="_blank" href="/VSCODE/Task-Manager/index.html">Task Manager</a></p>
<p><a class="simple-calculator" target="_blank"
href="/VSCODE/Simple-Calculator/index.html">Calculator</a></p>
<p><a class="simple-clock" target="_blank" href="/VSCODE/Simple-Clock/">Analog Clock</a></p>
</article>
</section>
</div>
</body>
<footer>
<p>
No Copyright - <a target="_blank" href="https://chiziogundu.com">Chizi Ogundu</a>
</p>
</footer>
</html>