Skip to content

Commit 13dc964

Browse files
committedApr 10, 2023
Added Volunteer Interest Form and favico image
1 parent dec9bf7 commit 13dc964

10 files changed

+48
-10
lines changed
 

‎404.html

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Code for San José - 404 Not Found!</title>
88
<link rel="stylesheet" href="./assets/css/global.min.css">
9+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
10+
911
<link rel="stylesheet" href="./assets/css/404.min.css">
1012

1113
<!-- Global site tag (gtag.js) - Google Analytics -->

‎about.html

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<title>Code for San José - About</title>
66
<meta charset="UTF-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
9+
810
<link rel="stylesheet" href="./assets/css/global.min.css" />
911
<link rel="stylesheet" href="./assets/css/header.min.css" />
1012
<link rel="stylesheet" href="./assets/css/footer.min.css" />

‎assets/css/index.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎assets/css/index.scss

+19-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $accent-color: #399fd3;
1919
background: rgba(0, 0, 0, 0.6);
2020
width: 100%;
2121
height: 45%;
22-
display: flex;
22+
// display: flex;
2323
flex-direction: column;
2424
justify-content: space-evenly;
2525
padding: 1% 10%;
@@ -42,10 +42,24 @@ $accent-color: #399fd3;
4242
border: none;
4343
border-radius: 5px;
4444
text-align: center;
45+
margin: 15px 15px 15px 15px;
46+
47+
}
48+
49+
#volunteer-interest-form-btn {
50+
padding: 10px 15px;
51+
background-color: #ff5131;
52+
font-size: 150%;
53+
border: none;
54+
border-radius: 5px;
55+
text-align: center;
56+
margin: 15px 15px 15px 15px;
57+
4558
}
4659
}
4760
}
4861

62+
4963
iframe {
5064
width: 90%;
5165
height: 200px;
@@ -276,6 +290,7 @@ iframe {
276290
#home-hero {
277291
#home-hero-btn {
278292
width: 50%;
293+
margin: 15px 15px 15px 15px;
279294
}
280295
}
281296
#cta {
@@ -365,6 +380,7 @@ iframe {
365380
#home-hero-btn {
366381
font-size: 175%;
367382
width: 50%;
383+
margin: 15px 15px 15px 15px;
368384
}
369385
}
370386
}
@@ -448,6 +464,7 @@ iframe {
448464
}
449465
#home-hero-btn {
450466
font-size: 175%;
467+
margin: 15px 15px 15px 15px;
451468
width: 40%;
452469
}
453470
}
@@ -536,6 +553,7 @@ iframe {
536553
}
537554
#home-hero-btn {
538555
font-size: 175%;
556+
margin: 15px 15px 15px 15px;
539557
}
540558
}
541559
}

‎cut.html

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Code for San José - FAQ</title>
88
<link rel="stylesheet" href="./assets/css/global.min.css">
9+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
10+
911
<link rel="stylesheet" href="./assets/css/header.min.css">
1012
<link rel="stylesheet" href="./assets/css/footer.min.css">
1113
<link rel="stylesheet" href="./assets/css/faq.min.css">

‎faq.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<title>Code for San José - FAQ</title>
88
<link rel="stylesheet" href="./assets/css/global.min.css">
99
<link rel="stylesheet" href="./assets/css/header.min.css">
10+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
11+
1012
<link rel="stylesheet" href="./assets/css/footer.min.css">
1113
<link rel="stylesheet" href="./assets/css/faq.min.css">
1214
<script src="https://kit.fontawesome.com/a5c8bf6536.js" crossorigin="anonymous"></script>

‎favicon.ico

32.2 KB
Binary file not shown.

‎index.html

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<html lang="en">
1111

1212
<head>
13+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
14+
1315
<title>Code for San José - Home</title>
1416
<!-- meta -->
1517
<meta charset="utf-8" />
@@ -109,6 +111,9 @@
109111
<h1>Help Build Tech for a Better San José</h1>
110112
<p>Uniting volunteer coders, designers, researchers, community members, & more in solving local issues</p>
111113
<a id="home-hero-btn" href="./volunteer.html">Get Involved</a>
114+
115+
<a id="home-hero-btn" href="https://forms.gle/pfLfKGidXK3HJGKf6">Volunteer Form</a>
116+
112117
</div>
113118
</div>
114119

‎projects.html

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Code for San José - Projects</title>
8+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
9+
810
<link rel="stylesheet" href="./assets/css/global.min.css">
911
<link rel="stylesheet" href="./assets/css/header.min.css">
1012
<link rel="stylesheet" href="./assets/css/footer.min.css">

‎volunteer.html

+13-8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Code for San José - Volunteer</title>
8+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
9+
810
<link rel="stylesheet" href="./assets/css/global.min.css" />
911
<link rel="stylesheet" href="./assets/css/header.min.css" />
1012
<link rel="stylesheet" href="./assets/css/footer.min.css" />
@@ -89,14 +91,17 @@ <h1>Volunteer</h1>
8991
<div class="h2bar"></div>
9092
<h2>Getting Started</h2>
9193
<div class="text-content">
92-
<p class="notify">In response to the Covid-19 pandemic, we are currently holding hack nights virtually. Please see
93-
our
94-
Meetup page or join our Slack channel for details and registration links.</p>
94+
<p>Our new volunteer sign-up form is <a href="https://forms.gle/pfLfKGidXK3HJGKf6">here</a>. It's not mandatory to fill out, but we will share the responses with project managers for them to get a sense of skillset and availability.</p>
95+
</div>
96+
97+
<div class="text-content">
98+
<p class="notify">We are back to in-person hacknights being held at Hacker Dojo in Mountain View! For now,
99+
we plan on meeting up on a monthly basis on the 1st Thursday of the month. Check out our Meetup page or join our Slack/Discord channels for details and registration links.</p>
95100
<ol id="gettingStartedList">
96101
<li>
97102
<div class="getting_started">
98103
<a href="https://join.slack.com/t/codeforsanjose/shared_invite/zt-iwnx99kh-motBC0J47O8ItlR3zjAIBA" target="_blank" rel="noopener noref">
99-
<p>Join Our Slack</p>
104+
<p>Join Our Slack and/or Discord</p>
100105
<img src="./assets/img/social_logos/Slack_RGB_White.png" alt="Slack_Mark.svg" />
101106
</a>
102107
</div>
@@ -124,16 +129,16 @@ <h2>Getting Started</h2>
124129
are not required to contribute.
125130
</p>
126131
<p>
127-
<strong>1. Join Our Slack Chat</strong>
132+
<strong>1. Join Our Slack and/or Discord</strong>
128133
<a href="https://join.slack.com/t/codeforsanjose/shared_invite/zt-iwnx99kh-motBC0J47O8ItlR3zjAIBA" target="_blank" rel="noopener noref"><button
129134
class="volunteer-btns">JOIN
130135
SLACK</button></a>
131136
</p>
132137
<p>
133-
We use Slack, an online chat platform, as our primary communication
134-
channel to collaborate on projects and stay updated on events.
138+
We use a combination of Slack and Discord as our primary communication
139+
channels to collaborate on projects and stay updated on events.
135140
</p>
136-
<p>Sign up to our Slack chat group and introduce yourself!</p>
141+
<p></p>
137142
<p>
138143
<strong>2. Attend a Meetup</strong>
139144
<a href="https://www.meetup.com/Code-for-San-Jose/" target="_blank" rel="noopener noref"><button

0 commit comments

Comments
 (0)
Please sign in to comment.