Skip to content

Commit

Permalink
Make font sizes of headers consistent, and reduce spacing in past mem…
Browse files Browse the repository at this point in the history
…bers list
  • Loading branch information
memgonzales committed Feb 23, 2024
1 parent ffbd101 commit 1718a70
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _data/members_alumni.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- name: Kyle Santiago, completed MS Computer Science as ERDT scholar, moved to private sector
- name: Joyce E. Guiao, completed MS Statistics, moved to private sector
- name: Crissa A. Lilagan, moved to University of Santo Tomas Manila
- name: Crissa A. Lilagan, moved to University of Santo Tomas, Manila
4 changes: 2 additions & 2 deletions _pages/join_us.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ sitemap: false
permalink: /join_us/
---

# Join us
### Join us

Are you energetic, driven, and curious? <br>
Are you intrigued by the mysterious and wonderful mechanisms of the phenomemon we call life? <br>
Do you like programming? <br>
Are you interested in advanced algorithms and data-structures? <br>
Are you interested in advanced algorithms and data structures? <br>
How about hardware acceleration of algorithms? <br>
Are you keen about machine learning? <br>

Expand Down
3 changes: 2 additions & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sitemap: false
permalink: /publications/
---

### Journal articles and conference presentations
### Journal Articles and Conference Presentations

<!--
{% assign number_printed = 0 %}
Expand Down Expand Up @@ -52,6 +52,7 @@ permalink: /publications/

{% assign publi_grouped = site.data.publist | group_by: "year" | sort: "name" | reverse %}
{% for group in publi_grouped %}

<h4>{{group.name}}</h4>
{% for publi in group.items %}

Expand Down
10 changes: 6 additions & 4 deletions _pages/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ sitemap: false
permalink: /team/
---

# People
### People

## Faculty members
#### Faculty Members

{% assign number_printed = 0 %}
{% for member in site.data.members_faculty %}
Expand Down Expand Up @@ -81,7 +81,7 @@ permalink: /team/

<br>

## Student members
#### Student Members

{% assign number_printed = 0 %}
{% for member in site.data.members_students %}
Expand Down Expand Up @@ -145,8 +145,10 @@ permalink: /team/

<br>

## Past members
#### Past Members

<div id="past-members-div">
{% for member in site.data.members_alumni %}
{{ member.name }}
{% endfor %}
</div>
7 changes: 6 additions & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pubtit {
}


/* Carusel */
/* Carousel */

.carousel {
border-radius: 3px 3px 3px 3px;
Expand Down Expand Up @@ -162,4 +162,9 @@ body {
.proj-item-container {
margin-left: 15px;
margin-right: 15px;
}

/* Past Members */
#past-members-div p {
margin-bottom: 0.25em;
}

0 comments on commit 1718a70

Please sign in to comment.