master
louisafriederike 1 year ago
parent dc0f3c0e8b
commit b4c12d87ba

@ -17,24 +17,24 @@
</head> </head>
<body> <body>
<div class="profile"> <p id="title">Welcome to Eixogen, "player name".</p> <!-- <div class="profile"> <p id="title">Welcome to Eixogen, "player name".</p>
<button >profile</button> <button >profile</button>
<button >sign up</button> <button >sign up</button>
<button >log in</button> <button >log in</button> -->
<div class="wrapper"> <div class="wrapper">
<div class="flex-container" > <div class="flex-container" >
<div class="flex-left"> <div class="flex-left">
<div> <div>
<img id="logo" src="img/bw.png"> <!-- <img id="logo" src="img/bw.png"> -->
<embed class ="embed" id="weather" src="https://wttr.in/Rotterdam?T0"> <embed class ="embed" id="weather" src="https://wttr.in/Rotterdam?T0">
</div> </div>
<div class="section" id="objective"><br><br><br><br> <!-- <div class="section" id="objective"><br><br><br><br>
<p>~* *..* active trails ~~</p> <p>~* *..* active trails ~~</p>
<button onclick="window.location.href='riddles.html';">~* *..* mechanical fireflies<br> ~~ by user [xx[[</button> <button onclick="window.location.href='riddles.html';">~* *..* mechanical fireflies<br> ~~ by user [xx[[</button>
</div> </div> -->
<div class="section" id="chat-window"> <div class="section" id="chat-window">
<p>~* *..* live chat ~~</p> <p>~* *..* live chat ~~</p>
<ul id="messages"></ul> <ul id="messages"></ul>
@ -46,7 +46,7 @@
<p>users online: </p> <p>users online: </p>
<ul id="user-log"></ul> <ul id="user-log"></ul>
</div> </div>
<div class="section-main"> <!-- <div class="section-main">
<p>~* *..* eixogen phase 1: 15.09 ~ 01.10 ~~</p> <p>~* *..* eixogen phase 1: 15.09 ~ 01.10 ~~</p>
<progress id="file" max="100" value="10"> </progress> <progress id="file" max="100" value="10"> </progress>
<p>~* *..* highscore ~~</p> <p>~* *..* highscore ~~</p>
@ -54,7 +54,7 @@
<p>non-zero/: wallet: 56900 ETH * completed trails: 633</p> <p>non-zero/: wallet: 56900 ETH * completed trails: 633</p>
<p>wire3e3ee: wallet: 54000 ETH * completed trails: 523</p> <p>wire3e3ee: wallet: 54000 ETH * completed trails: 523</p>
</div> </div>
<p id="log-text"></p> <p id="log-text"></p> -->
<div class="section-main"> <div class="section-main">

@ -19,7 +19,7 @@ body {
font: 1.0em/1.6 'Inconsolata', monospace; font: 1.0em/1.6 'Inconsolata', monospace;
color: #c9cdc0; color: #c9cdc0;
font-weight: 400; font-weight: 400;
background-color: #736c9f; background-color: #0087ff;
text-shadow: #FF4800; text-shadow: #FF4800;
/* overflow-y: hidden; /* overflow-y: hidden;

@ -23,7 +23,7 @@ body {
text-shadow: #FF4800; text-shadow: #FF4800;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
transform-origin: right; transform-origin: left;
transform: translate(-100vw, 0) rotate(180deg); transform: translate(-100vw, 0) rotate(180deg);
writing-mode: vertical-rl; writing-mode: vertical-rl;
/* overflow-y: hidden; /* overflow-y: hidden;

Loading…
Cancel
Save