diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index b9f3c61..2d7d78d 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -5,10 +5,10 @@ -

Events

+

Events

-

Check this page for events - like game nights, speedruns, showcases, and more - that we'll be hosting throughout Highway!

-

Sorted by recent.

+

Check this page for events - like game nights, speedruns, showcases, and more - that we'll be hosting throughout Highway!

+

Sorted by recent.

diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb index 155d5c2..9eacd4d 100644 --- a/app/views/landing/index.html.erb +++ b/app/views/landing/index.html.erb @@ -29,38 +29,45 @@ <%= image_tag "landing/tracks1.png", class: "w-full -mt-8" %>
-
- <%= image_tag "landing/box.png", class: "w-full" %> -
+ +
+
<%= image_tag "/1.png", style: "width: 15px" %>

Design your project

-

Custom PCBs? Check. Full CAD 3D model? Check.

+

Custom PCBs? Check.

+

Full CAD 3D model? Check.

+ <%= image_tag "/desc1.png", class: "w-full mt-8" %> +

Learn. Design. Make. Repeat. Repeat. Repeat.

-
- <%= image_tag "landing/box.png", class: "w-full" %> -
+ +
+
<%= image_tag "/2.png", style: "width: 20px" %> -

Build it IRL

-
-

Get all the parts sent to your doorstep. Build. Break. Iterate. Repeat

+

Build it IRL

+
+

Get all the parts sent to your doorstep.

+

Build. Break. Iterate. Repeat.

+ <%= image_tag "/desc2.png", class: "w-full mt-8" %> +

Work-in-progress of a 3D printer by a 17-year-old Hack Clubber!

-
- <%= image_tag "landing/box.png", class: "w-full" %> -
+ +
+
<%= image_tag "/3.png", style: "width: 23px" %> -

Get invited to Undercity

-
+

Get invited to Undercity

+

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.

+ <%= image_tag "/desc3.png", class: "w-full mt-4" %> +

Teenagers demo'ing @ Hack Club's Scrapyard Hackathon!

-
diff --git a/public/desc1.png b/public/desc1.png new file mode 100644 index 0000000..35fd354 Binary files /dev/null and b/public/desc1.png differ diff --git a/public/desc2.png b/public/desc2.png new file mode 100644 index 0000000..08df76d Binary files /dev/null and b/public/desc2.png differ diff --git a/public/desc3.png b/public/desc3.png new file mode 100644 index 0000000..c8273b2 Binary files /dev/null and b/public/desc3.png differ