Skip to content

Commit 8b82822

Browse files
committed
Add FinnSowle to projects list
1 parent 279e887 commit 8b82822

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

pages/projects/index.vue

+23
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,29 @@
109109
</div>
110110
</div>
111111

112+
<div class="w-11/12 h-96 md:h-2/3 pt-6 pb-1 md:pt-1 mx-auto">
113+
<div class="project w-full h-full max-h-full rounded-md float-left overflow-y-hidden overflow-x-scroll">
114+
<ProjectInfoCard
115+
name="FinnSowle"
116+
title="Developer"
117+
image="finnsowle.jpg"
118+
description="I work on creating Minecraft mods and plugins for content creator FinnSowle."
119+
period="2023-"
120+
link="https://youtube.com/@FinnSowle"
121+
color="#33A9C6"
122+
class="inline-block mt-2 float-left"
123+
/>
124+
125+
<ProjectCard
126+
title="Crimecraft S3"
127+
image="crimecraft_s3.png"
128+
description="I worked on creating and porting mods for this season of Crimecraft."
129+
link="https://www.youtube.com/playlist?list=PL8iVQZQ_MFqp-So-SjEje5nMhCfQVP0GB"
130+
class="inline-block ml-2 mt-2 float-left"
131+
/>
132+
</div>
133+
</div>
134+
112135
<div class="w-11/12 h-96 md:h-2/3 pt-6 pb-1 md:pt-1 mx-auto">
113136
<div class="project w-full h-full max-h-full rounded-md float-left overflow-y-hidden overflow-x-scroll">
114137
<ProjectInfoCard
19.2 KB
Loading
30.4 KB
Loading

0 commit comments

Comments
 (0)