generated from acm-uiuc/sig-website-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
651d6b4
commit 4bcf371
Showing
29 changed files
with
128 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,47 +9,21 @@ seo: | |
--- | ||
|
||
# {{site.title}} | ||
This repository is a GitHub Pages template developed for the purpose of quickly deploying SIG websites. In addition to serving plain web pages and files, it provides a boilerplate for: | ||
|
||
- [announcements](announcements.md), | ||
- a [calendar](calendar.md), | ||
- a [staff](staff.md) page, | ||
- and a weekly [schedule](schedule.md). | ||
The Infra Committee is responsible for managing ACM @ UIUC's core software engineering and infrastructure efforts, both on-premises and in the cloud. We specialize in developing enterprise-level products that are robust, scalable, and user-friendly, designed to meet the needs of a diverse and growing community of 1000+ CS students at UIUC. | ||
|
||
This template that extends the popular [Just the Docs](https://github.com/just-the-docs/just-the-docs) theme, which provides a robust and thoroughly-tested foundation for your website. Just the Docs include features such as: | ||
## Projects | ||
|
||
- automatic [navigation structure](https://just-the-docs.github.io/just-the-docs/docs/navigation-structure/), | ||
- instant, full-text [search](https://just-the-docs.github.io/just-the-docs/docs/search/) and page indexing, | ||
- and a set of [UI components](https://just-the-docs.github.io/just-the-docs/docs/ui-components) and authoring [utilities](https://just-the-docs.github.io/just-the-docs/docs/utilities). | ||
- **[ACM Core](https://github.com/acm-uiuc/core):** A comprehensive platform for event management, ticketing, permissions, and more. | ||
- **[Resume Book](https://resumes.acm.illinois.edu):** Bridging the gap between UIUC CS/ECE students and corporate recruiters. | ||
- **[Membership Servicing](https://www.acm.illinois.edu/check-membership):** Facilitating the purchase and validation of ACM @ UIUC paid memberships. | ||
- **[Link Shortener](https://go.acm.illinois.edu):** Reducing link rot, maintaining a consistent brand image, and enabling easy management of shortened links within ACM. | ||
- ...and many more! | ||
|
||
# Recent Announcements | ||
We take pride in delivering high-quality, enterprise-level solutions that empower our members and enhance their experience while enabling SIG and committee chairs to do their work effectively. | ||
|
||
{% assign announcements = site.announcements | reverse %} | ||
{% assign announcement_count = announcements | size %} | ||
# Learn More | ||
Feel free to look around the [ACM GitHub](https://github.com/acm-uiuc), or reach out to our chairs at [[email protected]](mailto:[email protected]) or via the [ACM Discord](https://go.acm.illinois.edu)! | ||
|
||
<div class="announcements-list"> | ||
{% for announcement in announcements limit:5 %} | ||
{{ announcement }} | ||
{% endfor %} | ||
</div> | ||
|
||
{% if announcement_count > 5 %} | ||
<a href="/announcements" class="see-all-link">See All Announcements</a> | ||
{% endif %} | ||
|
||
## Getting Started | ||
|
||
Getting started with the ACM SIG template is simple. | ||
|
||
1. Create a [new repository based on the template](https://github.com/acm-uiuc/sig-website-template/generate). | ||
1. Update `_config.yml` and `README.md` with your SIG information. [Be sure to update the url and baseurl](https://mademistakes.com/mastering-jekyll/site-url-baseurl/). | ||
1. Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). Your website is now live! | ||
1. Edit and create `.md` [Markdown files](https://guides.github.com/features/mastering-markdown/) to add more content pages. | ||
|
||
### Local development environment | ||
|
||
Just the Class requires no special Jekyll plugins and can run on GitHub Pages' standard Jekyll compiler. To setup a local development environment, clone your template repository and follow the GitHub Docs on [Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll). | ||
|
||
## Attribution | ||
* [Just The Class](https://kevinl.info/just-the-class/) | ||
* [Just The Docs](https://just-the-docs.com/) | ||
# Get Involved | ||
Getting involved in Infra is a great way to learn more about professional software engineering. Join the [ACM Discord](https://go.acm.illinois.edu) and ask us how you can get involved! |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Anant Matta | ||
role: Lead | ||
meta: [['Vending Machine Lead']] | ||
pronouns: he/him | ||
email: [email protected] | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Dev Singh | ||
role: Chair | ||
pronouns: he/him | ||
email: [email protected] | ||
website: https://devksingh.com | ||
photo: dsingh14.jpg | ||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Jacob Levine | ||
role: Lead | ||
meta: [['Individual Contributor']] | ||
pronouns: he/him | ||
email: [email protected] | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Jasmine Liu | ||
role: Lead | ||
meta: [['Website Lead']] | ||
pronouns: she/her | ||
email: [email protected] | ||
photo: jrliu2.jpeg | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Kaylani Rivera | ||
role: Chair | ||
pronouns: she/her | ||
email: [email protected] | ||
website: https://krivera28.github.io | ||
photo: krive5.jpg | ||
--- |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Naomi Lin | ||
role: Lead | ||
meta: [['Website Lead']] | ||
pronouns: she/her | ||
email: [email protected] | ||
photo: naomil4.jpeg | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Noah Rockoff | ||
role: Lead | ||
meta: [['Vending Machine Lead']] | ||
pronouns: he/him | ||
email: [email protected] | ||
photo: noahlr2.jpeg | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Shashank Bhagavatula | ||
role: Lead | ||
meta: [['Core API Lead']] | ||
pronouns: he/him | ||
email: [email protected] | ||
photo: sbhag3.jpeg | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Tarash Agrawal | ||
role: Lead | ||
meta: [['Core API Lead']] | ||
pronouns: he/him | ||
email: [email protected] | ||
photo: tarasha2.jpg | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.team-section { | ||
display: grid; | ||
grid-template-columns: repeat(1, 1fr); /* Default: 1 item per row */ | ||
gap: 20px; /* Space between items */ | ||
margin-bottom: 40px; /* Space between sections */ | ||
width: 40vw; /* Ensure the grid spans the full viewport width */ | ||
margin: 0; /* Remove any default margins */ | ||
padding: 0; /* Remove padding */ | ||
box-sizing: border-box; /* Include padding in width calculation */ | ||
} | ||
|
||
@media (min-width: 600px) { | ||
.team-section { | ||
grid-template-columns: repeat(2, 1fr); /* 2 items per row */ | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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