Skip to content

WiCSJHU/wicsjhu.github.io

Repository files navigation

WiCS Website

This repository is for the WiCS@JHU website.

WiCS@JHU is built with Jekyll. To get started:

Adding/updating a member

To add a member:

  1. Add a file under _members
  2. Optional: Add a photo under assets/images/members and link in member file

Example:

---
name: Ada Lovelace
position: Chair # optional field
photo: assets/images/members/ada.png # optional field
status: active # 'active', 'current', or 'alum'
membership: 2023-present # optional field
---
This is a short sentence about Ada!

Tip: Use the order list in _config.yml to order the exec members first! All other members will appear in alphabetical file order.

Adding a sponsor

To add a sponsor to the home page:

  1. Add an image (logo) under the assets/images/sponsors directory
  2. Add the sponsor's name and image path to _data/sponsors.yml

Updating contact info

To update contact cards, update _data/contacts.yml.

Icon names are from Google Material Symbols.

About

Women in Computer Science (WiCS) | Johns Hopkins University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published