Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added SCArbiter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/SCArbiter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kevin_M_Hart - Portfolio</title>
</head>
<body>
<header>
<h1>Kevin_M_Hart</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#goals">Goals</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>

<main>
<!-- Add your content sections here -->
This is a test
<section>
<h2>About</h2>
<p>I am a student at OIC and have been since Late May.</p>
</section>

<section>
<h2>Skills</h2>
<h3>Skill #1</h3>
<p>Various things I learned from the last cohort.</p>
<h3>Skill #2</h3>
<p>Basic 3D Modeling/Animations back home.</p>
<h3>Skill #3</h3>
<p>Composition and organization skills.</p>
</section>

<section>
<h2>Goals</h2>
<p>Learn how to code in at least one or two coding languages.</p>
</section>
<h2>Random list</h2>
<section><ul>
<li><p style="color:Teal;">Teal.</p></li>
<li><p style="color:Gray;">Gray.</p></li>
<li><p style="color:Black;">Black.</p></li>
</ul></section>


<img src="images/SCArbiter.jpg" alt="Sci fi Space ship">

<section>
<h2>Contact</h2>
<p><strong>Fake email Adress Here</strong></p>

<h2>Links</h2>
<section><ul>
<li><a href="https://github.com/Kaiserteal9/bridge2tech-html-assignment/tree/newbranch">Visit my new branch repo</a>
</li>
<li><a href="https://education.github.com/git-cheat-sheet-education.pdf">The cheat sheet I used for this project</a></li>
</ul></section>

</section>

</main>

<footer>
<!-- Add footer content here -->


<p style="color:red;"> <em>I own everything in the universe, that is my copyright notice..</em></p>
</footer>
</body>
</html>