forked from KABI/fedi.camp_Website
preparation for after-camp standard site
This commit is contained in:
parent
f589d990ce
commit
cfa0d5bcc9
8 changed files with 1453 additions and 112 deletions
37
unused_components/timetable/index.html
Normal file
37
unused_components/timetable/index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Event Timetable</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="landscape-message">
|
||||
<br><br>
|
||||
<h1>FediCamp 2023 TimeTable</h1>
|
||||
<img src="https://fedi.camp/images/logo2023_1.png" alt="FediCamp Logo" id="logo" />
|
||||
<h2>Please Rotate Your Device</h2>
|
||||
<p>For the best viewing experience, please switch to landscape mode.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="timetable">
|
||||
<h1 id="headline">FediCamp 2023</h1>
|
||||
<h2 id="subheadline">Time Table</h2>
|
||||
|
||||
<div id="slider-container">
|
||||
<input type="range" min="0" max="4" value="0" id="slider" />
|
||||
<div id="slider-day"></div>
|
||||
<p id="slider-text">Slide to view other days</p>
|
||||
</div>
|
||||
|
||||
<div id="tables-container"></div>
|
||||
</div>
|
||||
|
||||
<div id="overlay"></div>
|
||||
|
||||
<script src="eventData.js"></script>
|
||||
<script src="scripts.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue