diff --git a/AV/generateMembersHTML.py b/AV/generateMembersHTML.py
index 1542dda..d207779 100644
--- a/AV/generateMembersHTML.py
+++ b/AV/generateMembersHTML.py
@@ -73,14 +73,14 @@ def extractUserId(url: str) -> str:
def makeHTML(members: list[(str, str)], section: str):
with open(f"generated/{section}.html", "w") as f:
f.write(
- '
'
+ '
'
)
for name, img in members:
uid = extractUserId(img)
f.write(
- f'{name}'
+ f'{name}'
)
- f.write("
")
+ f.write("")
if __name__ == "__main__":
diff --git a/AV/generated/active.html b/AV/generated/active.html
index ea7907c..9cc356b 100644
--- a/AV/generated/active.html
+++ b/AV/generated/active.html
@@ -1,109 +1,209 @@
-
+
diff --git a/AV/generated/emeritus.html b/AV/generated/emeritus.html
index 570a9d8..7b11814 100644
--- a/AV/generated/emeritus.html
+++ b/AV/generated/emeritus.html
@@ -1,37 +1,65 @@
-
+
diff --git a/AV/index.md b/AV/index.md
index dcffbd1..76df13e 100644
--- a/AV/index.md
+++ b/AV/index.md
@@ -7,17 +7,6 @@ SIGPLAN-AV is a subcommitee of SIGPLAN whose goal is to centralize the efforts o
Everything we livestream and record is available for no cost at our [YouTube channel](https://www.youtube.com/@acmsigplan).
-#### Active Members
-
-{% include_relative generated/active.html %}
-
-#### Members Emeritus
-
-{% include_relative generated/emeritus.html %}
-
-We also thank all the people who contributed to A/V before it became the structure it is today.
-
-
#### For General Chairs
@@ -32,3 +21,16 @@ It is advisable to include the AV team at least 3 months in advance, before the
#### For Prospective Members
If you are interested in helping us, we are always looking for more volunteers to help us at conferences! Please get in touch with us using the above email.
+
+
+### Active Members
+
+{% include_relative generated/active.html %}
+
+### Members Emeritus
+
+{% include_relative generated/emeritus.html %}
+
+
+We also thank all the people who contributed to A/V before it adopted the structure it has today.
+
\ No newline at end of file