Skip to content

Commit 364dd7b

Browse files
authored
Merge pull request #7 from Skyhawkbotics/dev
Small Tweaks to Look & Feel
2 parents 37028d1 + 9e14f37 commit 364dd7b

File tree

13 files changed

+43
-31
lines changed

13 files changed

+43
-31
lines changed

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# website
1+
# Website
22

3-
The Skyhwakbotics Website. For dev info, see [README-DEVS.md](README-DEVS.md)
3+
The Hawkbot1cs website. For dev info, see [README-DEVS.md](README-DEVS.md)

src/assets/Hawkbotics_clear.png

122 KB
Loading

src/assets/robot.jpeg

-4.1 MB
Loading

src/components/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Hamburger bind:value={$isMenuOpen} />
1010

1111
<div class="header">
12-
<a href="{base}/" class="header--logo"><strong>Hawkbotics</strong> 20790</a>
12+
<a href="{base}/" class="header--logo"><strong>Hawkbot1cs</strong> 20790</a>
1313

1414
<div class="header--icons">
1515
<a href="https://www.twitter.com/SkyHawk03350366" target="_blank" rel="noreferrer"

src/routes/+page.svelte

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</script>
99

1010
<svelte:head>
11-
<title>Hawkbot1cs</title>
11+
<title>Home | Hawkbot1cs</title>
1212
</svelte:head>
1313

1414
<section id="main" class="section hero" class:open={$isMenuOpen}>
@@ -333,10 +333,11 @@
333333
margin-right: 0.5rem;
334334
335335
&--title {
336-
color: $pageText;
337-
font-family: "Roboto Slab", serif;
336+
color: $headerLogoTextStrong;
337+
font-family: "Press Start 2P", serif;
338+
font-weight: 400;
339+
font-style: normal;
338340
font-size: 40pt;
339-
font-weight: bold;
340341
margin: 0;
341342
}
342343
@@ -370,7 +371,7 @@
370371
}
371372
372373
&--image {
373-
width: calc(50% - 1rem);
374+
height: calc(100% - 1rem);
374375
margin-left: 0.5rem;
375376
}
376377
}

src/routes/calendar/+page.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
44
import robot from "$assets/robot.jpeg";
55
</script>
6+
7+
<svelte:head>
8+
<title>Calendar | Hawkbot1cs</title>
9+
</svelte:head>
10+
611
<p class="about--text">Part of achieving our mission is reaching as many people in our community as we can. The best way for us to do this is through community events and inviting the community to watch us and participate in our robotics tournaments. Below you will find an updated calendar of our events. Be sure to keep a close eye on it as the details may change. We hope to see you around!
712
</p>
8-
<iframe src="https://embed.styledcalendar.com/#26Y3g6u0smOUcKuhVfpm" title="Styled Calendar" class="styled-calendar-container" style="width: 60%; height: 40%; border: none;" data-cy="calendar-embed-iframe"></iframe>
13+
<iframe src="https://embed.styledcalendar.com/#26Y3g6u0smOUcKuhVfpm" title="Styled Calendar" class="styled-calendar-container" style="width: 95%; height: 100%; border: none;" data-cy="calendar-embed-iframe"></iframe>
914

1015

1116
<style lang="scss">

src/routes/involved/+page.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</script>
66

77
<svelte:head>
8-
<title>Get Involved!</title>
8+
<title>Get Involved! | Hawkbot1cs</title>
99
</svelte:head>
1010

1111
<p class="section-title" class:open={$isMenuOpen}>How to Join Us</p>
@@ -14,8 +14,10 @@
1414
<img src={robot} alt="robot" />
1515

1616
<p class="about--text">
17-
Are you a student (in 7 through 12th grade) interested in STEM, robotics, team management, or in learning how to work well as a part of an awesome team of leaders, visionaries, and friends? Then you would be perfect to join our robotics team! We are always looking for new members and would love to have you. Please contact skyhawkbotics@gmail.com for more information about our program, and we look forward to seeing you soon!
18-
If you are interested in mentoring our robotics team or volunteering to help promote and expand the vision and outreach of our nonprofit, we would love to have you on the team. We are always looking for technically skilled mentors who have experience in the STEM world, as well as mentors to help with the organization and management of the team. Please reach out to us at skyhawkbotics@gmail.com and we can’t wait to meet you!
17+
Are you a student (in 7 through 12th grade) interested in STEM, robotics, team management, or in learning how to work well as a part of an awesome team of leaders, visionaries, and friends? Then you would be perfect to join our robotics team! We are always looking for new members and would love to have you. Please contact skyhawkbotics@gmail.com for more information about our program, and we look forward to seeing you soon!
18+
</p>
19+
<p class="about--text">
20+
If you are interested in mentoring our robotics team or volunteering to help promote and expand the vision and outreach of our nonprofit, we would love to have you on the team. We are always looking for technically skilled mentors who have experience in the STEM world, as well as mentors to help with the organization and management of the team. Please reach out to us at skyhawkbotics@gmail.com and we can’t wait to meet you!
1921
</p>
2022
</section>
2123

src/routes/work/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</script>
66

77
<svelte:head>
8-
<title>Our Work</title>
8+
<title>Our Work | Hawkbot1cs</title>
99
</svelte:head>
1010

1111
<p class="section-title" class:open={$isMenuOpen}>Our Work</p>

src/styles/_includes.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ $fa-font-path: "@fortawesome/fontawesome-free/webfonts";
77
@import "@fortawesome/fontawesome-free/scss/regular.scss";
88
@import "@fortawesome/fontawesome-free/scss/solid.scss";
99
@import "@fortawesome/fontawesome-free/scss/brands.scss";
10+
11+
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&family=Press+Start+2P&display=swap');

0 commit comments

Comments
 (0)