Skip to content

Commit 851a61f

Browse files
committed
added code quantum
1 parent 639107d commit 851a61f

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

_includes/team_acmw.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>ACM-W Team</h2>
2727

2828
<!-- Social Media -->
2929
{% assign image="default-pfp.png" %}
30-
{% assign name="Elixabeth Barrera" %}
30+
{% assign name="Elizabeth Barrera" %}
3131
{% assign title="Social Media" %}
3232
{% assign linkedin="" %}
3333
{% include officer.html %}

_includes/team_codequantum.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<div class="section-title" data-aos="fade-up">
2+
<h2>Code Quantum</h2>
3+
</div>
4+
5+
<div class="row" data-aos="fade-up">
6+
<div class="row boxes d-flex justify-content-center">
7+
<!-- Director -->
8+
{% assign image="default-pfp.png" %}
9+
{% assign name="tiffany tran" %}
10+
{% assign title="Director" %}
11+
{% assign linkedin="" %}
12+
{% include officer.html %}
13+
14+
<!-- Co-Director -->
15+
{% assign image="default-pfp.png" %}
16+
{% assign name="Lisete Isais" %}
17+
{% assign title="Co-Director" %}
18+
{% assign linkedin="" %}
19+
{% include officer.html %}
20+
21+
<!-- Design -->
22+
{% assign image="default-pfp.png" %}
23+
{% assign name="Renae Siewert" %}
24+
{% assign title="Design" %}
25+
{% assign linkedin="" %}
26+
{% include officer.html %}
27+
</div>
28+
</div>

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "acmtusa.github.io",
3-
"homepage": "https://github.com/UTSA-ACM/acmutsa.github.io",
2+
"name": "acmutsa.org",
3+
"homepage": "https://acmutsa.org",
44
"authors": [
55
"Zaquariah Holland <[email protected]>"
66
],

team.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
{% include team_acm.html %}
1010
{% include team_acmw.html %}
1111
{% include team_rowdy_creators.html %}
12+
{% include team_codequantum.html %}
1213
</div>
1314
</section>

0 commit comments

Comments
 (0)