-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.86 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
<!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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet", href="doriansdefaultstyles.css">
<title>TheRealDeLorian's Page!</title>
</head>
<body>
<header>
<h1>Dorian Cottle</h1>
<h2>Software Engineer</h2>
</header>
<main>
<ul>
<li><a href="HTMLprojects/resume.html">See my resume</a></li>
<li><a href="HTMLprojects/ubuntu.html">See my instructions for my Technical Writing Final</a></li>
<li><a href="https://github.com/TheRealDeLorian/Final-Project-OOP-TheRealDeLorian">A college course schedule maker I made in Windows Forms</a></li>
<li><a href="/FinalProj/Findex.html">Delicious and dynamic cookie recipe</a></li>
<li><a href="HTMLprojects/recipe.html">How to make Peanut Butter Toast</a></li>
<li><a href="HTMLprojects/ferrets/ferrets.html">Ferret Farm</a></li>
<li><a href="HTMLprojects/resume.html">See my fake resume</a></li>
<li><a href="HTMLprojects/degreeplan.html">See the plan for my future classes</a></li>
<!-- <li><a href="HTMLprojects/degreeplan.html">See the plan for my future classes</a></li> -->
<!-- <li><a href="/JS projects/gameofsticks.html">Play the game of sticks!</a></li> -->
<!--<li><a href="HTMLprojects/recipe.html">How to make Peanut Butter Toast</a></li>-->
<!-- <li><a href="https://www.youtube.com/c/DorianC">Subscribe to my YouTube channel!</a></li> -->
</ul>
</main>
</body>
</html>