Skip to content

Commit af2b397

Browse files
Add have you eaten yet dot point
1 parent c57869f commit af2b397

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
lines changed
2.69 KB
Binary file not shown.

src/app.tsx

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { BsDownload } from "react-icons/bs";
1919

2020
function App() {
2121
const contacts = (
22-
<div className="contacts">
23-
<h2>Contacts</h2>
22+
<div className="contacts text-sm">
23+
<h2 className="mb-sm">Contacts</h2>
2424
<div className="gap-sm items-center hidden print:flex">
2525
<FaPhone/>
2626
<a href="tel:+61450580772">0450 580 772</a>
@@ -76,8 +76,8 @@ function App() {
7676
Deployed production code in multiple industries such as finance, insurance, agriculture, and retail
7777
</li>
7878
<li>
79-
Worked in cross functional teams of engineers, designers, product owners, and strategy consultants to
80-
deliver solutions in under 6 months
79+
Worked in cross functional teams of engineers, designers, and product owners to
80+
deliver market ready solutions in 2-6 months
8181
</li>
8282
</ul>
8383
<hr/>
@@ -86,30 +86,40 @@ function App() {
8686
<span className="text-tertiary">2019 - Present</span>
8787
</div>
8888
<ul>
89-
<li>Co-founded Caps Collective, managing a part-time team creating open-source games and software</li>
89+
<li>
90+
{"Co-founded "}
91+
<a href={links.capsCollective} target="_blank">Caps Collective</a>
92+
{", managing a part-time team creating open-source games and software"}
93+
</li>
9094
<li>
9195
{"Led development and design on the 3D city builder "}
9296
<a href={links.fantasyTown} target="_blank">
9397
Fantasy Town Regional Manager
9498
</a>
95-
</li>
96-
<li>
97-
{"Featured in "}
99+
{", featured in "}
98100
<a href={links.kotaku} target="_blank">
99-
Kotaku AU’s Top 10 Australian Games of 2021
101+
Kotaku AU’s Top 10 Australian Games
100102
</a>
101-
</li>
102-
<li>
103-
{"Nominee for the 2022 "}
103+
{" and nominee for the "}
104104
<a href={links.agda} target="_blank">
105105
Australian Game Development Awards
106106
</a>
107107
{" for Excellence In Emerging Games"}
108108
</li>
109+
<li>
110+
{"Released the short-form narrative game "}
111+
<a href={links.hyet} target="_blank">
112+
Have You Eaten Yet?
113+
</a>
114+
{" in collaboration with "}
115+
<a href={links.hyetDigital} target="_blank">
116+
4A Digital
117+
</a>
118+
</li>
109119
</ul>
110120
<hr/>
111121
<div className="flex justify-between flex-wrap">
112-
<h3>Hypothesis</h3>
122+
<h3>Hypothesis</h3>
113123
<span className="text-tertiary">2020 - 2021</span>
114124
</div>
115125
<ul>
@@ -149,11 +159,11 @@ function App() {
149159
</div>
150160
<div className="sidebar col-span-2 text-white p-lg">
151161
<div className="hidden md:block print:block">{contacts}</div>
152-
<div className="skills md:mt-md print:mt-md">
162+
<div className="skills md:mt-sm print:mt-sm">
153163
<h2>Skills</h2>
154-
<h3>Game Engines and 3D Software</h3>
164+
<h3>Game Engines</h3>
155165
<ul>
156-
<li>Developed multiple games, edutainment and logistics software across multiple engines</li>
166+
<li>Design and development of games, edutainment, and logistics software across multiple engines</li>
157167
</ul>
158168
<div className="grid grid-cols-3 justify-center gap-md mt-md text-xs">
159169
<div className="flex flex-col items-center">
@@ -274,6 +284,8 @@ const links = {
274284
capsCollective: "https://capscollective.com",
275285
agda: "https://agdas.com.au/2022-finalists-announced/",
276286
kotaku: "https://kotaku.com.au/2021/12/best-australian-games-2021/",
287+
hyet: "https://capscollective.itch.io/have-you-eaten-yet",
288+
hyetDigital: "https://4a.com.au/digital/"
277289
}
278290

279291
export default App

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
md: "16px",
3838
lg: "24px",
3939
xl: "40px",
40-
page: "780px",
40+
page: "768px",
4141
},
4242
textColor: {
4343
primary: "#000000",

0 commit comments

Comments
 (0)