diff --git a/_data/members.yml b/_data/members.yml index 2a2947b..3fde704 100644 --- a/_data/members.yml +++ b/_data/members.yml @@ -1,45 +1,51 @@ +- name: Roshni Dave + photo: roshni.jpeg + role: director, misc + github: roshda + linkedin: roshnidave + +- name: Teong Seng Tan + photo: ts.jpeg + role: director, pwn + github: asdiml + linkedin: ts-tan + - name: Andrew Kuai photo: arcblroth.png - role: director, web, misc + role: web, misc github: Arc-blroth linkedin: arcblroth -- name: Mark Epstein - photo: mark.jpg - role: director, rev, pwn - github: epsteinmark - linkedin: markepstein134 - - name: Ronak Badhe photo: r2dev2.webp - role: director, web, misc + role: web, misc github: r2dev2 website: https://r2dev2.github.io -- name: Benson Liu - photo: bliutech.png - role: advisor, web, misc - website: https://bliu.tech - github: bliutech - linkedin: bliutech - - name: Jason An photo: jason.png role: rev website: https://aplet.me github: Aplet123 -- name: Alec Machlis - photo: alec.jpg - role: web, misc - github: burturt - linkedin: alec-m - - name: Arnav Vora photo: arnav.jpg role: crypto github: AVDestroyer linkedin: arnav-vora + +- name: Cathleen Qiao + photo: cathy.jpeg + role: pwn, web, misc + github: zink-ed + linkedin: cathleenqiao + + +- name: Alec Machlis + photo: alec.jpg + role: web, misc + github: burturt + linkedin: alec-m - name: Vera Peker photo: vera.jpeg @@ -47,18 +53,6 @@ github: verapeker linkedin: verapeker -- name: Gary Song - photo: gary.png - role: crypto - github: freed2003 - linkedin: g-song - -- name: Alexander Zhang - photo: kaiphait.webp - role: pwn - github: bkrl - website: https://www.alexyzhang.dev - - name: Joshua Zhu photo: joshua-photo-square.jpg role: crypto @@ -66,19 +60,20 @@ linkedin: joshuazhu17 - name: Danniell Xu + photo: danniell.png role: crypto github: TheOtherRedGuy linkedin: danniell-xu - name: Rathul Anand photo: rathul.png - role: crypto + role: crypto, alumni github: rathull linkedin: rathul - name: Salma Alandary photo: salma.jpg - role: advisor, rev + role: rev, alumni github: ssalandary linkedin: ssalandary @@ -87,3 +82,35 @@ role: web github: stewartkwokca linkedin: stewartkwok + +- name: Gary Song + photo: gary.png + role: crypto, alumni + github: freed2003 + linkedin: g-song + +- name: Christopher Milan + role: pwn, alumni + github: sirhcm + linkedin: chrismilan + + +- name: Alexander Zhang + photo: kaiphait.webp + role: pwn, alumni + github: bkrl + website: https://www.alexyzhang.dev + +- name: Benson Liu + photo: bliutech.png + role: web, misc, alumni + website: https://bliu.tech + github: bliutech + linkedin: bliutech + +- name: Mark Epstein + photo: mark.jpg + role: rev, pwn, alumni + github: epsteinmark + linkedin: markepstein134 + diff --git a/assets/images/carousel/boilers.JPG b/assets/images/carousel/boilers.JPG new file mode 100644 index 0000000..ac7d20a Binary files /dev/null and b/assets/images/carousel/boilers.JPG differ diff --git a/assets/images/buckeye-ctf.jpeg b/assets/images/carousel/buckeye-ctf.jpeg similarity index 100% rename from assets/images/buckeye-ctf.jpeg rename to assets/images/carousel/buckeye-ctf.jpeg diff --git a/assets/images/carousel/ectf.jpg b/assets/images/carousel/ectf.jpg new file mode 100644 index 0000000..4c5da7c Binary files /dev/null and b/assets/images/carousel/ectf.jpg differ diff --git a/assets/images/lactf-carey.jpeg b/assets/images/carousel/lactf-carey.jpeg similarity index 100% rename from assets/images/lactf-carey.jpeg rename to assets/images/carousel/lactf-carey.jpeg diff --git a/assets/images/lactf-johnhammond.jpeg b/assets/images/carousel/lactf-johnhammond.jpeg similarity index 100% rename from assets/images/lactf-johnhammond.jpeg rename to assets/images/carousel/lactf-johnhammond.jpeg diff --git a/assets/images/lactf-nader.jpeg b/assets/images/carousel/lactf-nader.jpeg similarity index 100% rename from assets/images/lactf-nader.jpeg rename to assets/images/carousel/lactf-nader.jpeg diff --git a/assets/images/pbr-boba-social.jpg b/assets/images/carousel/pbr-boba-social.jpg similarity index 100% rename from assets/images/pbr-boba-social.jpg rename to assets/images/carousel/pbr-boba-social.jpg diff --git a/assets/images/pbr-team-photo.jpeg b/assets/images/carousel/pbr-team-photo.jpeg similarity index 100% rename from assets/images/pbr-team-photo.jpeg rename to assets/images/carousel/pbr-team-photo.jpeg diff --git a/assets/images/members/cathy.jpeg b/assets/images/members/cathy.jpeg new file mode 100644 index 0000000..4a1f506 Binary files /dev/null and b/assets/images/members/cathy.jpeg differ diff --git a/assets/images/members/danniell.png b/assets/images/members/danniell.png new file mode 100644 index 0000000..2731c0e Binary files /dev/null and b/assets/images/members/danniell.png differ diff --git a/assets/images/members/roshni.jpeg b/assets/images/members/roshni.jpeg new file mode 100644 index 0000000..de019a2 Binary files /dev/null and b/assets/images/members/roshni.jpeg differ diff --git a/assets/images/members/ts.jpeg b/assets/images/members/ts.jpeg new file mode 100644 index 0000000..bdd6554 Binary files /dev/null and b/assets/images/members/ts.jpeg differ diff --git a/assets/styles/carousel.scss b/assets/styles/carousel.scss index 732ddc3..799efbb 100644 --- a/assets/styles/carousel.scss +++ b/assets/styles/carousel.scss @@ -2,14 +2,18 @@ position: relative; margin: 0 auto; max-width: 2000px; - margin-bottom: 530px; + padding: 0 7%; + aspect-ratio: 16 / 9; + margin-bottom: 2rem; } .mySlides { display: none; - margin: 0 10% !important; - height: 500px; + width: 100%; + height: 100%; transition: opacity 0.5s ease-in-out; position: absolute; top: 0; + left: 0; + object-fit: cover; } \ No newline at end of file diff --git a/index.md b/index.md index 1b82d56..7d5a2f5 100644 --- a/index.md +++ b/index.md @@ -6,26 +6,24 @@ layout: default
-
-
-
-
-
+ {% assign carousel_images = site.static_files | where_exp: "f", "f.path contains '/assets/images/carousel/'" | sort: "path" %}
+ {% for img in carousel_images %}
+
-
- {{ member.name }}
-{{ member.role }}
- - {% if member.website %} - -
-
- {% endif %}
-
- {% if member.github %}
-
-
-
- {% endif %}
-
- {% if member.linkedin %}
-
-
-
- {% endif %}
-
- {% if member.instagram %}
-
-
-
- {% endif %}
-
-
+
+ {{ member.name }}
+ {% assign roles = member.role | split: ',' %} + {% assign clean_roles = '' %} + {% for r in roles %} + {% assign trimmed = r | strip %} + {% unless trimmed == 'alumni' %} + {% if clean_roles != '' %} + {% assign clean_roles = clean_roles | append: ', ' %} + {% endif %} + {% assign clean_roles = clean_roles | append: trimmed %} + {% endunless %} + {% endfor %} +{{ clean_roles }}
+ + {% if member.website %} + +
+
+ {% endif %}
+
+ {% if member.github %}
+
+
+
+ {% endif %}
+
+ {% if member.linkedin %}
+
+
+
+ {% endif %}
+
+ {% if member.instagram %}
+
+
+
+ {% endif %}
+
+
+ {{ member.name }}
+ {% assign roles = member.role | split: ',' %} + {% assign clean_roles = '' %} + {% for r in roles %} + {% assign trimmed = r | strip %} + {% unless trimmed == 'alumni' %} + {% if clean_roles != '' %} + {% assign clean_roles = clean_roles | append: ', ' %} + {% endif %} + {% assign clean_roles = clean_roles | append: trimmed %} + {% endunless %} + {% endfor %} +{{ clean_roles }}
+ + {% if member.website %} + +
+
+ {% endif %}
+
+ {% if member.github %}
+
+
+
+ {% endif %}
+
+ {% if member.linkedin %}
+
+
+
+ {% endif %}
+
+ {% if member.instagram %}
+
+
+
+ {% endif %}
+