added beam to fixture
This commit is contained in:
parent
ecb319a41b
commit
918b0d49e8
8 changed files with 61 additions and 37 deletions
|
|
@ -10,30 +10,27 @@
|
|||
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
|
||||
<script src="/static/floater.js"></script>
|
||||
<script src="/static/floater.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<div class="background">
|
||||
<div class="fixtures">
|
||||
<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 class="background">
|
||||
<div class="fixtures">
|
||||
<img class="fixture-photo floater" src="/static/fixture.png" alt="Ayrton Diablo S">
|
||||
</div>
|
||||
<div class="front-page">
|
||||
<div class="title-card">
|
||||
<h1>Koen de Ruiter</h1>
|
||||
<h2>Hobby Developer</h2>
|
||||
<h2>Lighting Designer</h2>
|
||||
<div class="beams">
|
||||
<img class="fixture-beam floater" src="/static/beam.png" alt="Beam of Ayrton Diablo S">
|
||||
</div>
|
||||
</div>
|
||||
<div class="front-page">
|
||||
<div class="title-card">
|
||||
<h1>Koen de Ruiter</h1>
|
||||
<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>
|
||||
<a class="title-card__link" href="https://www.linkedin.com/in/koen-de-ruiter-20a9a2343/" target="_blank"><img class="title-card__image" src="/static/linkedin.svg" alt="LinkedIn"></a>
|
||||
</div>
|
||||
<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>
|
||||
<a class="title-card__link" href="https://www.linkedin.com/in/koen-de-ruiter-20a9a2343/" target="_blank"><img class="title-card__image" src="/static/linkedin.svg" alt="LinkedIn"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue