Skip to content

Commit

Permalink
sauce: update misc. style stuff
Browse files Browse the repository at this point in the history
- bold SCCS
- use logo over text for top corner for consistency
  • Loading branch information
makinbacon21 committed Feb 15, 2024
1 parent 5c49f32 commit b37af83
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
6 changes: 3 additions & 3 deletions _docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: 'About SCCS'
---

We're the Swarthmore College Computer Society, or SCCS for short: a student-run group offering
We're the Swarthmore College Computer Society, or **SCCS** for short: a student-run group offering
computing services, tools, toys, and information to the Swarthmore College community. Our goal is
not to mirror ITS, but to complement and supplement widely available services by providing resources
that would otherwise be out of the reach of individuals. For our part, SCCS staff learn extremely
that would otherwise be out of the reach of individuals. For our part, **SCCS Staff** learn extremely
practical system administration and software development skills—the stuff you can't learn in a
CS lecture.

Expand All @@ -26,7 +26,7 @@ CS lecture.

## Who We Are

The SCCS is run entirely by student volunteers. We're not affiliated with Swarthmore ITS nor the
**SCCS** is run entirely by student volunteers. We're not affiliated with Swarthmore ITS nor the
Computer Science department (although our staff are sometimes CS majors, for obvious reasons). We
accept new members in the first few weeks of each semester.

Expand Down
10 changes: 6 additions & 4 deletions views/dashboard.pug
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.row
h1.display-1.mb-4 SCCS Dashboard
h1.display-1.mb-4
span(style='font-weight:bold') SCCS
| Dashboard
.col-12.col-xl-7.mb-2.px-3
mixin service(title, desc, linkText, href)
.col-12.col-lg-6.mb-3
Expand All @@ -13,14 +15,14 @@
+service("Mailing Lists", "Distribute emails to clubs or student organizations", 'Manage lists', '/lists')
+service("The Cygnet", "The Swarthmore College student directory", 'Search the Cygnet', 'https://cygnet.sccs.swarthmore.edu')
+service("Reserved Students Digest", "A daily email with news, events, jobs, and more", 'View the RSD', 'https://rsd.sccs.swarthmore.edu')
+service("Course Scheduler", "Plan your schedule for next semester", 'View the scheduler', 'https://schedule.sccs.swarthmore.edu')
+service("Course Planner", "Plan your schedule for next semester", 'View the planner', 'https://schedule.sccs.swarthmore.edu')
+service("SCCS Sites", "Create your own websites using Wordpress", 'Create your site', 'https://sites.sccs.swarthmore.edu')
+service("Minecraft", "Join the Swarthmore College Minecraft server", 'Get whitelisted', '/minecraft')
+service("GPA Calculator", "Get your GPA by copy-pasting from MySwarthmore", 'Calculate your GPA', 'https://gpacalc.sccs.swarthmore.edu')
+service("Documentation", "Read our help pages and FAQs", 'Read our docs', '/docs')
p.text-muted
| Looking for something a bit more low-level? We can also help with advanced web hosting,
| databases, or anything else along those lines. Just contact #[a(href='mailto:[email protected]') staff@sccs.swarthmore.edu].
| Looking for something specific? We can provide advanced web hosting, private VMs, databases, equipment loans,
| and more. Contact us at #[a(href='mailto:[email protected]') staff@sccs.swarthmore.edu] for more info.
.col-12.col-xl.px-3
if posts
h2.mb-4 News and Updates
Expand Down
6 changes: 5 additions & 1 deletion views/docPage.pug
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ include include/sauce-common
else
= page.title
li.breadcrumb-item.active(aria-current='page')= data.title
h1= data.title
if data.title == 'About SCCS'
h1
span About #[strong SCCS]
else
h1= data.title
div!= data.contents.content
3 changes: 2 additions & 1 deletion views/include/sauce-common.pug
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ mixin sauce-container
}
]
.container-fluid
a.navbar-brand.mb-0.h1(href='/') SCCS
a.navbar-brand.mb-0.p-0(href='/')
img(src='/static/apple-touch-icon.png', height='40px', width='40px')
button.navbar-toggler(
type='button',
data-bs-toggle='collapse',
Expand Down

0 comments on commit b37af83

Please sign in to comment.