-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (35 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Logan Fairbairn's Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<!-- Navigation Column -->
<div class="navigation-column">
<!-- Header -->
<div id="manual-header-section">
<h1>Logan Fairbairn</h1>
</div>
<!-- Project Titles -->
<div class="sections">
<a href="https://github.com/LoganFairbairn/rymat" class="nav-link">RyMat</a>
<a href="https://loganfairbairn.github.io/rymat_documentation.html" class="nav-link">RyMat Documentation</a>
<a href="https://github.com/LoganFairbairn/rymodel" class="nav-link">RyModel</a>
</div>
</div>
<!-- Documentation Content Section -->
<div class="right-column">
<h1>INITIAL SETUP IN PROGRESS</h1>
<section id="overview">
<h2>Overview</h2>
<p>Stuff goes here...!</p>
</section>
</div>
</div>
<script src="script.js"></script>
</body>
</html>