Merge branch 'main' of github.com:MCorange99/personal_website
This commit is contained in:
@@ -1,20 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Document</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- <script src="https://unpkg.com/htmx.org@1.9.11"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav">
|
||||
<a class="nav-logo" href="#home"> <img src="/static/logo.svg" alt="Website Logo"> </a>
|
||||
<a class="nav-btn nav-btn-active" href="#home">Home</a>
|
||||
<a class="nav-btn" href="#projects">Projects</a>
|
||||
<a class="nav-btn" href="#contact">Contact</a>
|
||||
<a class="nav-btn" href="#supportme">Support Me</a>
|
||||
</div>
|
||||
<html>
|
||||
|
||||
<!-- <h1>{{placeholder}}</h1> -->
|
||||
</body>
|
||||
</html>
|
||||
<head>
|
||||
|
||||
<title>placeholder</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="static/global.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="box titlebar">
|
||||
|
||||
<h1>Placeholder</h1>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="main-pane">
|
||||
|
||||
|
||||
<div class="box" id="sidenav">
|
||||
|
||||
<a href="#">Home</a>
|
||||
<a href="#">Home</a>
|
||||
<a href="#">Home</a>
|
||||
<a href="#">Home</a>
|
||||
</div>
|
||||
|
||||
<div class="box" id="content-pane">
|
||||
|
||||
<p>{{placeholder}}</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user