Basically done with home page
This commit is contained in:
parent
3da46b8e0e
commit
e57305123d
16 changed files with 303 additions and 49 deletions
|
|
@ -9,21 +9,26 @@
|
|||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;1,100&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<link rel="stylesheet" href="/styles/waterdrops.css">
|
||||
|
||||
<script src="/static/floater.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<div class="background">
|
||||
<div class="fixtures">
|
||||
<img class="fixture-photo" src="/static/fixture.png" alt="Ayrton Diablo S">
|
||||
<img class="fixture-photo flip" src="/static/fixture.png" alt="Ayrton Diablo S">
|
||||
<img class="fixture-photo floater" src="/static/fixture.png" alt="Ayrton Diablo S">
|
||||
<img class="fixture-photo floater flip" src="/static/fixture.png" alt="Ayrton Diablo S">
|
||||
</div>
|
||||
<div class="beams">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="front-page">
|
||||
<div class="title-card">
|
||||
<h1>Koen de Ruiter</h1>
|
||||
<h2>Developer, Lighting Designer</h2>
|
||||
<h2>Hobby Developer</h2>
|
||||
<h2>Lighting Designer</h2>
|
||||
|
||||
<div class="title-card__links">
|
||||
<a class="title-card__link" href="https://github.com/KoenDR06" target="_blank"><img class="title-card__image" src="/static/github.svg" alt="GitHub"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue