diff --git a/.vscode/settings.json b/.vscode/settings.json index 6baff446..789596f7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,7 +40,11 @@ "files.eol": "\n", "[markdown]": { "editor.wordWrap": "on", - "editor.quickSuggestions": false, + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + }, "editor.tabSize": 4 } } diff --git a/content/team/discord-team.json b/content/team/discord-team.json index 4d6c94fc..53450ab8 100644 --- a/content/team/discord-team.json +++ b/content/team/discord-team.json @@ -11,7 +11,8 @@ "name": "Allen Lu" }, { - "name": "Andrew Wang" + "name": "Andrew Wang", + "image": "/images/team/AndrewWang-Discord.jpeg" }, { "name": "Edwin Yi-Jan Yang", diff --git a/content/team/systems-committee.json b/content/team/systems-committee.json index 01bafa1b..fc95ae25 100644 --- a/content/team/systems-committee.json +++ b/content/team/systems-committee.json @@ -8,7 +8,8 @@ "role": "Alumni" }, { - "name": "Andrew Wang" + "name": "Andrew Wang", + "image": "/images/team/AndrewWang-Syscom.jpg" }, { "name": "Rio Liu" diff --git a/images/team/AndrewWang-Discord.jpeg b/images/team/AndrewWang-Discord.jpeg new file mode 100644 index 00000000..f08b47c1 Binary files /dev/null and b/images/team/AndrewWang-Discord.jpeg differ diff --git a/images/team/AndrewWang.jpg b/images/team/AndrewWang-Syscom.jpg similarity index 100% rename from images/team/AndrewWang.jpg rename to images/team/AndrewWang-Syscom.jpg