From b37af8388e9e050a9f18a1ff7eda47d27e6c826c Mon Sep 17 00:00:00 2001 From: Thomas Makin Date: Thu, 15 Feb 2024 11:49:40 -0500 Subject: [PATCH] sauce: update misc. style stuff - bold SCCS - use logo over text for top corner for consistency --- _docs/index.md | 6 +++--- views/dashboard.pug | 10 ++++++---- views/docPage.pug | 6 +++++- views/include/sauce-common.pug | 3 ++- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/_docs/index.md b/_docs/index.md index 6d2f058..05257e2 100644 --- a/_docs/index.md +++ b/_docs/index.md @@ -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. @@ -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. diff --git a/views/dashboard.pug b/views/dashboard.pug index 2f9063c..680737e 100644 --- a/views/dashboard.pug +++ b/views/dashboard.pug @@ -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 @@ -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:staff@sccs.swarthmore.edu') 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:staff@sccs.swarthmore.edu') staff@sccs.swarthmore.edu] for more info. .col-12.col-xl.px-3 if posts h2.mb-4 News and Updates diff --git a/views/docPage.pug b/views/docPage.pug index c4756ca..e4df4d7 100644 --- a/views/docPage.pug +++ b/views/docPage.pug @@ -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 diff --git a/views/include/sauce-common.pug b/views/include/sauce-common.pug index 3098b3a..52740e1 100644 --- a/views/include/sauce-common.pug +++ b/views/include/sauce-common.pug @@ -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',