mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 22:05:13 +00:00
update styling on landing 1, 2, 3 section
This commit is contained in:
parent
c04b4161cb
commit
8220c27cf7
5 changed files with 26 additions and 19 deletions
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
|
||||
|
||||
<p class="text-4xl font-bold font-dystopian">Events</p>
|
||||
<p class="text-4xl font-bold font-dystopian text-center">Events</p>
|
||||
|
||||
<p class="mt-2 opacity-80">Check this page for events - like game nights, speedruns, showcases, and more - that we'll be hosting throughout Highway!</p>
|
||||
<p class="mt-2 opacity-60"><i>Sorted by recent.</i></p>
|
||||
<p class="mt-2 opacity-80 text-center">Check this page for events - like game nights, speedruns, showcases, and more - that we'll be hosting throughout Highway!</p>
|
||||
<p class="mt-2 opacity-60 text-center"><i>Sorted by recent.</i></p>
|
||||
|
||||
<div class="mt-8 grid grid-cols-1 gap-8">
|
||||
|
||||
|
|
|
|||
|
|
@ -29,38 +29,45 @@
|
|||
<%= image_tag "landing/tracks1.png", class: "w-full -mt-8" %>
|
||||
<div id="about" class="flex flex-col justify-center items-center lg:mx-12 mx-4">
|
||||
<div class="grid xl:grid-cols-3 md:grid-cols-2 grid-cols-1 gap-4 lg:gap-8 mx-auto my-24 [&_p]:text-sm [&_p]:sm:text-base justify-center">
|
||||
<div class="relative">
|
||||
<%= image_tag "landing/box.png", class: "w-full" %>
|
||||
<div class="absolute inset-0 flex flex-col justify-center items-center p-8 py-16 max-w-xl text-center">
|
||||
|
||||
<div class="border-4 border-[#544FFF] rounded">
|
||||
<div class="flex flex-col justify-center items-center p-8 max-w-xl text-center">
|
||||
<div class="flex items-center justify-center gap-2 mx-auto">
|
||||
<%= image_tag "/1.png", style: "width: 15px" %>
|
||||
<h3 class="text-2xl font-bold ml-4 font-dystopian text-center">Design your project</h3>
|
||||
</div>
|
||||
<p class="mt-4">Custom PCBs? Check. Full CAD 3D model? Check.</p>
|
||||
<p class="mt-4">Custom PCBs? Check.</p>
|
||||
<p class="mt-2">Full CAD 3D model? Check.</p>
|
||||
<%= image_tag "/desc1.png", class: "w-full mt-8" %>
|
||||
<p class="mt-2 opacity-70"><i>Learn. Design. Make. Repeat. Repeat. Repeat.</i></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<%= image_tag "landing/box.png", class: "w-full" %>
|
||||
<div class="absolute inset-0 flex flex-col justify-center items-center p-8 py-16 max-w-xl text-center">
|
||||
|
||||
<div class="border-4 border-[#544FFF] rounded">
|
||||
<div class="flex flex-col justify-center items-center p-8 max-w-xl text-center">
|
||||
<div class="flex items-center justify-center gap-2 mx-auto">
|
||||
<%= image_tag "/2.png", style: "width: 20px" %>
|
||||
<h3 class="text-2xl font-bold ml-4 font-dystopian">Build it IRL</h3>
|
||||
</div>
|
||||
<p class="mt-4">Get all the parts sent to your doorstep. Build. Break. Iterate. Repeat </p>
|
||||
<h3 class="text-2xl font-bold ml-4 font-dystopian text-center">Build it IRL</h3>
|
||||
</div>
|
||||
<p class="mt-4">Get all the parts sent to your doorstep.</p>
|
||||
<p class="mt-2">Build. Break. Iterate. Repeat.</p>
|
||||
<%= image_tag "/desc2.png", class: "w-full mt-8" %>
|
||||
<p class="mt-2 opacity-70"><i>Work-in-progress of a 3D printer by a 17-year-old Hack Clubber!</i></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<%= image_tag "landing/box.png", class: "w-full" %>
|
||||
<div class="absolute inset-0 flex flex-col justify-center items-center p-8 py-16 max-w-xl text-center">
|
||||
|
||||
<div class="border-4 border-[#544FFF] rounded">
|
||||
<div class="flex flex-col justify-center items-center p-8 max-w-xl text-center">
|
||||
<div class="flex items-center justify-center gap-2 mx-auto">
|
||||
<%= image_tag "/3.png", style: "width: 23px" %>
|
||||
<h3 class="text-2xl font-bold ml-3 font-dystopian">Get invited to Undercity</h3>
|
||||
</div>
|
||||
<h3 class="text-2xl font-bold ml-4 font-dystopian text-center">Get invited to Undercity</h3>
|
||||
</div>
|
||||
<p class="mt-4">Undercity is a 4-day hardware hackathon @ Github HQ San Francisco, July 11-14. There'll be 3D printers, a PCB mill, and hundreds of microcontrollers. Travel stipends included.</p>
|
||||
<%= image_tag "/desc3.png", class: "w-full mt-4" %>
|
||||
<p class="mt-2 opacity-70"><i>Teenagers demo'ing @ Hack Club's Scrapyard Hackathon!</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
BIN
public/desc1.png
Normal file
BIN
public/desc1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 336 KiB |
BIN
public/desc2.png
Normal file
BIN
public/desc2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/desc3.png
Normal file
BIN
public/desc3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 848 KiB |
Loading…
Add table
Reference in a new issue