First version of the new layout.
This commit is contained in:
20
DouwcoWebsite/wwwroot/includes/about_me.html
Normal file
20
DouwcoWebsite/wwwroot/includes/about_me.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="container">
|
||||
<img class="server-image" style="width: 400px; height: 400px" src="/img/me_img.png" alt="Image">
|
||||
<div class="left-section">
|
||||
<div class="logo-section">
|
||||
<div class="text-section">
|
||||
<h1>Hi, I'm Douwe</h1>
|
||||
<p>
|
||||
A <span style="color: var(--green-clr)">doctoral student</span> with a passion for building games, applications and tools.
|
||||
<br><br>
|
||||
At the moment I'm working on:
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-box">
|
||||
<p>
|
||||
To do...
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
6
DouwcoWebsite/wwwroot/includes/apps.html
Normal file
6
DouwcoWebsite/wwwroot/includes/apps.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1>Douwco Apps</h1>
|
||||
<div class="content-box">
|
||||
<p>
|
||||
To do...
|
||||
</p>
|
||||
</div>
|
||||
6
DouwcoWebsite/wwwroot/includes/games.html
Normal file
6
DouwcoWebsite/wwwroot/includes/games.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1>My Games</h1>
|
||||
<div class="content-box">
|
||||
<p>
|
||||
To do...
|
||||
</p>
|
||||
</div>
|
||||
25
DouwcoWebsite/wwwroot/includes/home.html
Normal file
25
DouwcoWebsite/wwwroot/includes/home.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<div class="container">
|
||||
<div class="left-section">
|
||||
<div class="logo-section">
|
||||
<img src="/img/douwco_logo.png" alt="Image">
|
||||
<div class="text-section">
|
||||
<h1 class="title">Douwco</h1>
|
||||
<div class="tagline">
|
||||
<p class="green-text">Because </p>
|
||||
<p class="normal-text">nerds build their own homeserver.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-box">
|
||||
<p>
|
||||
<span class="intro-text">Welcome to the Douwco website.</span> <br>
|
||||
Ever wondered what machine the website you are visiting is run on? Well this time you know, just look to the right.
|
||||
This small homeserver hosts several open-source services like Nextcloud, Gitea, Overleaf community and ofcourse this
|
||||
website. <br> <br>
|
||||
Here I showcase my portfolio and all the games I've created over the years. If you are
|
||||
a family member you can also find the different services in the Douwco Apps tab.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<img class="server-image" src="/img/server_image.png" alt="Image">
|
||||
</div>
|
||||
Reference in New Issue
Block a user