-
Notifications
You must be signed in to change notification settings - Fork 1
/
brussels.html
27 lines (22 loc) · 1.42 KB
/
brussels.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<template name="brussels">
<a href="/about"><div class="arrowleftupcorner"><span style="margin-left: 20px">ABOUT</span></div></a>
<div class="arrowrightupcorner"><div class="circle-stamp-test"><a href="/test">FONT<br>TESTER</a></div></div>
<div class="arrowleftdowncorner"><a href="/main#index">INDEX</a></div>
<div class="arrowrightdowncorner">OVERVIEW</div>
<div class="arrowup" style="margin-left: -16px;"><a href="#up" style="color: white">UP</a></div>
<div class="content-center" style="font-family: Cabin">
<a id="up"></a>
<h3>BRUSSELS</h3>
<a href="/of/crickx"><div class="overview-box"><img src="/Crickx-small.png" style="width: 240px"></div></a>
<a href="/of/logisoso"><div class="overview-box" style="font-family: Logisoso; font-size: 50px">
<div style="border: solid 2px white; width: 100px; height: 99px; float: left; margin: 0px; font-size: 80px">↓</div>
<div style="border: solid 2px white; width: 146px; height: 99px; float: left; margin: 0px; padding-top: 23px">on</div>
<div style="border: solid 2px white; width: 246px; height: 99px; float: left; margin: 0px; padding-top: 23px">the road</div>
<div style="border: solid 2px white; width: 146px; height: 99px; float: left; margin: 0px; padding-top: 23px">again</div>
<div style="border: solid 2px white; width: 100px; height: 99px; float: left; margin: 0px; font-size: 80px">↑</div>
</div></a>
<!--
<a href="/main#overview"><div class="overview-box"></div></a>
-->
</div>
</template>