mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
[arcade] formatting + how to play description update
This commit is contained in:
parent
cf5f0e2355
commit
77d1701b55
2 changed files with 7 additions and 5 deletions
|
|
@ -72,7 +72,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Step 1: Work on projects!</h2>
|
||||
<p>You must be actively working on something, not just passively consuming information. For example: [ ]</p>
|
||||
<p>You must be actively working on something, not just passively consuming information. For example: making your own PCB, building your own site, creating an app.</p>
|
||||
<h2>Step 2: Submit your hours!</h2>
|
||||
<p>Use /hack in #hack-hour on the Hack Club Slack to log your hours! It activates a pomodoro timer; the timer should be the length you're planning to work on the project for.</p>
|
||||
<h2>Step 3: Redeem your hours for prizes!</h2>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@ html {
|
|||
}
|
||||
|
||||
.heading-card {
|
||||
background: #6B5B5B;
|
||||
background: #2e2a31;
|
||||
padding: 0.5em;
|
||||
padding-left: 3em;
|
||||
padding-right: 3em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
@ -168,8 +170,8 @@ html {
|
|||
text-align: center;
|
||||
margin-top: 5vw;
|
||||
padding-bottom: 5vw;
|
||||
margin-left: 15vw;
|
||||
margin-right: 15vw;
|
||||
margin-left: 18vw;
|
||||
margin-right: 18vw;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
@ -177,7 +179,7 @@ h2 {
|
|||
background: -webkit-linear-gradient(#FC867D, #FBCE60);
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
padding-top: 2vw;
|
||||
padding-top: 1vw;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue