-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bold SCCS - use logo over text for top corner for consistency
- Loading branch information
1 parent
5c49f32
commit b37af83
Showing
4 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters