Skip to content

Commit

Permalink
COPY COPY COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
transcental committed Dec 6, 2024
1 parent 00b5837 commit 8d8e9bf
Showing 1 changed file with 25 additions and 44 deletions.
69 changes: 25 additions & 44 deletions src/routes/mini/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<h1 class="header">Revolution<br /><span class="mini">mini</span></h1>

<div class="content">
<p class="hero">We're hosting a small event in London lorem ipsum sit dolor amet I hate web development</p>
<p class="hero">We're hosting a small hackathon in London on <strong>January 4th</strong></p>
<br />
<a href="https://revolution.fillout.com/mini" class="style-button">Sign Up Yes Do It Now Right Away Immediately</a>
<a href="https://revolution.fillout.com/mini" class="style-button">Sign up</a>
</div>
</div>

Expand All @@ -27,52 +27,33 @@

<div class="info-container">
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
<p>i am pissing myself</p>
<h2>Where is it?</h2>
<p>We don't know yet, but we're looking at venues in London Zones 1-3. We'll let you know as soon as we have a confirmed venue.</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
<h2>When is it?</h2>
<p>January 4th, 2025. The exact times will depend on the venue, but will be roughly 9am-5pm.</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
<h2>What can I build?</h2>
<p>Anything! As long as it follows the theme that is.</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
</div>
<div class="info-card">
<h2>What?</h2>

<p>i am pissing myself</p>
</div>

<div class="info-card">
<h2>What do I need to bring?</h2>
<p>Yourself, a photo ID (student ID card is fine!), a smile, and your laptop! Food and drink will be provided.</p>
</div>
<div class="info-card">
<h2>How much does it cost?</h2>
<p>Revolution (mini) is free to attend! You will need to pay for transport though.</p>
</div>
<div class="info-card">
<h2>What about allergies?</h2>
<p>If you have allergies or other medical conditions, let us know on the signup form and we'll do our best to accomodate them.</p>
</div>
<div class="info-card">
<h2>What is the theme?</h2>
<p>You'll find out on the day! We're not spoiling it for you, but it may be somewhat related to the Industrial Revolution. 👀</p>
</div>
</div>
</Page>

Expand Down Expand Up @@ -194,7 +175,7 @@
width: 64em;
padding: 2em 2em;
box-shadow: 4px 8px 8px 0 rgba(0, 0, 0, 0.2);
height: 32em;
height: 16em;
@include style.box-texture('$lib/textures/containerbox.svg');
}
Expand Down

0 comments on commit 8d8e9bf

Please sign in to comment.