forked from hacc/haccfiles
stuebinm
eb07f34672
idea is to have a directory `websites/` which contains all our static sites, with the name of each subdirectory also being their domain. Then Nix can just read that directory during build-time and automatically generate nginx virtualHosts for all of them (note that the subdirectories have to contain a `default.nix` specifying how to build the site for that to work). Thus we could avoid the dependency on gitlab pages.
32 lines
701 B
HTML
32 lines
701 B
HTML
|
|
<div class="dropdown">
|
|
<button class="dropbtn">
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
</button>
|
|
<div class="dropdown-content">
|
|
<a class="link" href="#about" data-scroll>About</a>
|
|
<a class="link" href="#styling" data-scroll>Styling</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="header">
|
|
<span class="site-title">{{ page.title }}</span>
|
|
<div class="header-links">
|
|
<a class="link" href="#about" data-scroll>About</a>
|
|
<a class="link" href="#styling" data-scroll>Colours & More</a>
|
|
</div>
|
|
</div>
|
|
<div class="background">
|
|
</div>
|
|
|
|
|
|
<div class="border-top">
|
|
<div class="site-banner">
|
|
{{ page.slogan }}
|
|
</div>
|
|
{% include contact-buttons.html %}
|
|
</div>
|
|
|