Skip to content

Commit 1aa7e3c

Browse files
committed
chore: consistency between project contents and labels
1 parent f2a99a2 commit 1aa7e3c

File tree

17 files changed

+35
-33
lines changed

17 files changed

+35
-33
lines changed

src/components/vertical-nav/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
margin: 0;
4040
font-weight: 300;
4141
font-size: 3em;
42+
text-transform: uppercase;
4243
}
4344
}
4445

src/content/projects/archives/interval/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import THUMBNAIL from "./assets/interval-thumbnail.png";
1414

1515
export const {content, techs, buttons, thumbnail} = createProjectContent(
1616
"Interval", // Title
17-
"Game Prototype - Spring 2019", // Subtitle
17+
"Game Prototype", // Subtitle
1818
"What if you can feel time?", // Tagline
1919

2020
// Paragraphs
@@ -36,7 +36,7 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
3636
//Buttons
3737
[
3838
["Process Journal", "https://github.com/cd-bash/Independent-Study/wiki", true],
39-
["Access the Repo", "https://github.com/cd-bash/Independent-Study", false]
39+
["GitHub Repo", "https://github.com/cd-bash/Independent-Study", false]
4040
],
4141

4242
// Thumbnail

src/content/projects/archives/kiriko/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import THUMBNAIL from "./assets/kiriko-thumbnail.png";
1414

1515
export const {content, techs, buttons, thumbnail} = createProjectContent(
1616
"Kiriko", // Title
17-
"Immersive Experience - Fall 2018", // Subtitle
17+
"Immersive Experience", // Subtitle
1818
"A VR Installation", // Tagline
1919

2020
// Paragraphs
@@ -35,13 +35,12 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
3535

3636
//Buttons
3737
[
38-
["LABEL", "LINK", true],
39-
["LABEL", "LINK", false]
38+
["Video Demo", "https://vimeo.com/491664986", true],
4039
],
4140

4241
// Thumbnail
4342
THUMBNAIL,
44-
"SUMMARY",
43+
"Two players VR installation.",
4544
"Immersive Experience",
4645
"#0D0328",
4746
"kiriko",
@@ -52,5 +51,6 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
5251
["Valerie Bourdon", "https://www.instagram.com/valeriebourdon_/"],
5352
["Michaël Petitclerc", "#"],
5453
["Codrin Mihail", "https://codrinmihail.com/"],
54+
["Elizabeth Parent", "#"]
5555
]
5656
);

src/content/projects/archives/literal/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import THUMBNAIL from "./assets/literal-thumbnail.png";
1414

1515
export const {content, techs, buttons, thumbnail} = createProjectContent(
1616
"Literal", // Title
17-
"Game prototype - Fall 2017", // Subtitle
17+
"Game prototype", // Subtitle
1818
"Physics engine for words", // Tagline
1919

2020
// Paragraphs
@@ -35,7 +35,7 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
3535

3636
//Buttons
3737
[
38-
["Try it online", "LINK", true],
38+
["Play now", "LINK", true],
3939
],
4040

4141
// Thumbnail

src/content/projects/archives/space-program/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
3535

3636
//Buttons
3737
[
38-
["See it in action", "https://www.youtube.com/watch?v=6FLp1SuoFXA&t=5s&ab_channel=cd-bash", true],
38+
["Video Demo", "https://www.youtube.com/watch?v=6FLp1SuoFXA&t=5s&ab_channel=cd-bash", true],
3939
],
4040

4141
// Thumbnail

src/content/projects/archives/specter/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import THUMBNAIL from "./assets/specter-thumbnail.png";
1414

1515
export const {content, techs, buttons, thumbnail} = createProjectContent(
1616
"Specter", // Title
17-
"Game release - Winter 2018", // Subtitle
17+
"Game release", // Subtitle
1818
"Console-Based Puzzle Game", // Tagline
1919

2020
// Paragraphs
@@ -35,8 +35,9 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
3535

3636
//Buttons
3737
[
38-
["Try it online", "LINK", true],
39-
["Download the game", "LINK", false]
38+
["Play now", "https://cd-bash.itch.io/specter", true],
39+
["Process Journal", "https://github.com/cd-bash/Specter/wiki", false],
40+
["GitHub Repo", "https://github.com/cd-bash/Specter", false]
4041
],
4142

4243
// Thumbnail

src/content/projects/archives/swan-lake/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import THUMBNAIL from "./assets/swan-lake-thumbnail.png";
1414

1515
export const {content, techs, buttons, thumbnail} = createProjectContent(
1616
"Swan Lake", // Title
17-
"Animation - Fall 2017", // Subtitle
17+
"Short Animation", // Subtitle
1818
"The Letter Company", // Tagline
1919

2020
// Paragraphs
@@ -41,7 +41,7 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
4141
// Thumbnail
4242
THUMBNAIL,
4343
"Animation of the dramatic story.",
44-
"Animation",
44+
"Short Animation",
4545
"#5A06A2",
4646
"swan-lake"
4747
);

src/content/projects/archives/switcher/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import THUMBNAIL from "./assets/switcher-thumbnail.png";
1414

1515
export const {content, techs, buttons, thumbnail} = createProjectContent(
1616
"Switcher", // Title
17-
"Game prototype - Winter 2017", // Subtitle
17+
"Game prototype", // Subtitle
1818
"A geometrical ballet", // Tagline
1919

2020
// Paragraphs
@@ -35,8 +35,8 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
3535

3636
//Buttons
3737
[
38-
["See the demo", "https://www.youtube.com/watch?v=Z89hsC-cPM0&ab_channel=cd-bash", true],
39-
["Access the repo", "https://github.com/cd-bash/switcher", false]
38+
["Video Demo", "https://www.youtube.com/watch?v=Z89hsC-cPM0&ab_channel=cd-bash", true],
39+
["GitHub Repo", "https://github.com/cd-bash/switcher", false]
4040
],
4141

4242
// Thumbnail

src/content/projects/archives/tank/index.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import THUMBNAIL from "./assets/tank-thumbnail.png";
1616

1717
export const {content, techs, buttons, thumbnail} = createProjectContent(
1818
"Tank", // Title
19-
"Game Release - Winter 2018", // Subtitle
19+
"Game Release", // Subtitle
2020
"A game collection", // Tagline
2121

2222
// Paragraphs
@@ -37,13 +37,14 @@ export const {content, techs, buttons, thumbnail} = createProjectContent(
3737

3838
//Buttons
3939
[
40-
["Download the game", "https://cd-bash.itch.io/tank", true],
41-
["Process Journal", "https://github.com/cd-bash/TANK/wiki", false]
40+
["Play now", "https://cd-bash.itch.io/tank", true],
41+
["Process Journal", "https://github.com/cd-bash/TANK/wiki", false],
42+
["GitHub Repo", "https://github.com/cd-bash/TANK", false]
4243
],
4344

4445
// Thumbnail
4546
THUMBNAIL,
46-
"Lonely tank exploring mysterious environments.",
47+
"Solo exploration of mysterious environments.",
4748
"Game Release",
4849
"#000000",
4950
"tank"

src/content/projects/archives/the-fall/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import THUMBNAIL from "./assets/the-fall-thumbnail.png";
1414

1515
export const {content, techs, buttons, thumbnail} = createProjectContent(
1616
"The Fall", // Title
17-
"Game prototype - Winter 2017", // Subtitle
17+
"Game prototype", // Subtitle
1818
"A glitchy situation", // Tagline
1919

2020
// Paragraphs

0 commit comments

Comments
 (0)