First version of the new layout.
This commit is contained in:
51
DouwcoWebsite/wwwroot/index.html
Normal file
51
DouwcoWebsite/wwwroot/index.html
Normal file
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Douwco</title>
|
||||
<link rel="stylesheet" href="/css/index.css"/>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<link rel="stylesheet" href="/css/douwco.css" />
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<link rel="stylesheet" href="css/home.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<div class="vert_container" style="justify-content: space-around">
|
||||
<a class="nav_option" href="#home"><img class="logo" src="/img/douwco_logo.png"></a>
|
||||
<a class="nav_option" href="#about_me">
|
||||
<img class="icon" src="/img/icons/user.png" alt="Icon">
|
||||
<p>About <span>Me</span></p>
|
||||
</a>
|
||||
<a class="nav_option" href="#apps">
|
||||
<img class="icon" src="/img/icons/projects_icon.png" alt="Icon">
|
||||
<p>Douwco <span>Apps</span></p>
|
||||
</a>
|
||||
<a class="nav_option" href="#games">
|
||||
<img class="icon" src="/img/icons/devicegamepad2.png" alt="Icon">
|
||||
<p>My <span>Games</span></p>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="scroll_container">
|
||||
<section id="home" class="scroll_section observed" data-section-name="home"></section>
|
||||
<section id="about_me" class="scroll_section observed" data-section-name="about_me"></section>
|
||||
<section id="apps" class="scroll_section observed" data-section-name="apps"></section>
|
||||
<section id="games" class="scroll_section observed" data-section-name="games"></section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="vert_container">
|
||||
<p id="copyright"></p>
|
||||
<p>Made and hosted in 🇪🇺</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user