mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 22:05:13 +00:00
Merge branch 'main' of https://github.com/hackclub/highway
This commit is contained in:
commit
329fa881fa
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -35,3 +35,6 @@
|
|||
|
||||
/app/assets/builds/*
|
||||
!/app/assets/builds/.keep
|
||||
|
||||
.DS_Store
|
||||
# Ignore Mac system files
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
<%= 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">Design the circuitry and 3d printed parts to your project, and share your progress!</p>
|
||||
<p class="mt-4">Route that PCB. Design that 3D model. Code your firmware.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
<%= image_tag "/2.png", style: "width: 20px" %>
|
||||
<h3 class="text-2xl font-bold ml-4 font-dystopian">Build your project</h3>
|
||||
</div>
|
||||
<p class="mt-4">Get a grant up to 350 USD to build your project. Hack, iterate, and play with it IRL!</p>
|
||||
<p class="mt-4">Get a $350 Credit card</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue