Skip to content

Commit 15317fd

Browse files
authored
Merge pull request #64
Weekly main merge
2 parents 44a3f27 + 7d7a0ee commit 15317fd

File tree

167 files changed

+320
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+320
-97
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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
import * as spaceProgram from "./space-program";
2+
import * as interval from "./interval";
3+
import * as kiriko from "./kiriko";
4+
import * as specter from "./specter";
5+
import * as tank from "./tank";
6+
import * as youAreTwo from "./you-are-two";
7+
import * as typograzoo from "./typograzoo";
8+
import * as literal from "./literal";
9+
import * as swanLake from "./swan-lake";
10+
import * as theFall from "./the-fall";
11+
import * as switcher from "./switcher";
12+
13+
export const archivePageReferences: { [key: string]: any } = {
14+
"space-program": spaceProgram,
15+
"interval": interval,
16+
"kiriko": kiriko,
17+
"specter": specter,
18+
"tank": tank,
19+
"you-are-two": youAreTwo,
20+
"typograzoo": typograzoo,
21+
"literal": literal,
22+
"swan-lake": swanLake,
23+
"the-fall": theFall,
24+
"switcher": switcher
25+
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {createProjectContent} from "../template.ts";
1+
import {createProjectContent} from "../../template.ts";
22

33
import SHOWCASE_WEBM from "./assets/interval-showcase.webm";
44
import SHOWCASE_MP4 from "./assets/interval-showcase.mp4";
@@ -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

0 commit comments

Comments
 (0)