-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated projects and leadership for 2021 school year
- Loading branch information
1 parent
45bebb8
commit a18236f
Showing
7 changed files
with
265 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Next, automatically get the correct environment by running `pipenv shell` within | |
|
||
### A Quick Overview of `projects.json` | ||
All the project UI is loaded from one JSON array: `src/data/projects.json`. | ||
For each project is a JSON objcet with the following structure: | ||
For each project is a JSON object with the following structure: | ||
- background: The main iconography for the project. It should be a file path to an image within the `public/assets` folder. | ||
- bullets: A JSON string array that summarizes the work in a couple bullet points. This will be displayed in the profile listing in the top card. | ||
- featured: a boolean that determines whether this project will be displayed. | ||
|
@@ -60,4 +60,4 @@ python add_images_to_project.py [name] [path_to_image_file] [caption] | |
``` | ||
The `[name]` field should correspond to the same field in the JSON object described above, and the `[caption]` field should be the string that you want to be displayed under the image to give it context. | ||
|
||
If you have any questions, feel free to contact [drewgreg@stanford.edu] | ||
If you have any questions, feel free to contact [aperez01@stanford.edu] or [[email protected]]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
}, | ||
"name": "Anthony Perez", | ||
"leadership": true, | ||
"role": "Financial Officer/Design Lead" | ||
"role": "Co-President/Team Lead" | ||
}, | ||
"austinryanchow": { | ||
"imageSrc": "./assets/austinchow.jpg", | ||
|
@@ -85,7 +85,6 @@ | |
"github": "https://github.com/U8NWXD", | ||
"linkedin": "https://www.linkedin.com/in/christopher-skalnik" | ||
}, | ||
"leadership": true, | ||
"name": "Chris Skalnik", | ||
"role": "Co-President/Team Lead" | ||
}, | ||
|
@@ -100,7 +99,6 @@ | |
"role": "Developer" | ||
}, | ||
"drew": { | ||
"leadership": true, | ||
"imageSrc": "./assets/drew_photo.jpg", | ||
"links": { | ||
"email": "mailto:[email protected]", | ||
|
@@ -227,7 +225,8 @@ | |
"linkedin": "https://www.linkedin.com/in/james-zheng2/" | ||
}, | ||
"name": "James Zheng", | ||
"role": "Developer" | ||
"leadership": true, | ||
"role": "Financial Officer/Team Lead" | ||
}, | ||
"jasonzhao": { | ||
"imageSrc": "./assets/jason_zhao_photo.JPG", | ||
|
@@ -335,7 +334,7 @@ | |
}, | ||
"name": "Nadin Tamer", | ||
"leadership": true, | ||
"role": "Social Coordinator/Developer" | ||
"role": "Co-President/Team Lead" | ||
}, | ||
"raymondyao": { | ||
"imageSrc": "./assets/raymond_yao_photo.jpg", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.