Skip to content

Commit 407a843

Browse files
committed
Updated portfolio list
1 parent 2205602 commit 407a843

File tree

1 file changed

+12
-24
lines changed

1 file changed

+12
-24
lines changed

src/components/lists/Data.js

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
export const gameList = [
22
{
3-
src: '/images/games/game_packet_tracers.svg',
3+
src: '/images/games/game_packet_tracers.svg',
44
url: 'https://alacrisdevs.itch.io/packet-tracers',
55
name: 'Packet Tracers',
66
description: 'Responsible for all the visuals and sound.'
77
},
88
{
9-
src: '/images/games/game_lux_mundi.svg',
9+
src: '/images/games/game_lux_mundi.svg',
1010
url: 'https://alacrisdevs.itch.io/lux-mundi',
1111
name: 'Lux Mundi',
1212
description: 'Solo-made project done during a camp.'
1313
},
1414
{
15-
src: '/images/games/game_dichotomia.svg',
15+
src: '/images/games/game_dichotomia.svg',
1616
url: 'https://alacrisdevs.itch.io/dichotomia',
1717
name: 'Dichotomia',
1818
description: 'Responsible for all the visuals and sound.'
@@ -27,13 +27,13 @@ export const gameList = [
2727

2828
export const eventList = [
2929
{
30-
src: '/images/events/event_gamecamp.png',
30+
src: '/images/events/event_gamecamp.png',
3131
url: 'https://gamecamp.ituk.ee/',
3232
name: 'TalTech GameCamp',
3333
description: 'Estonia\'s biggest educational game development event/competition.'
3434
},
35-
{
36-
src: '/images/events/event_gamedev_guild.png',
35+
{
36+
src: '/images/events/event_gamedev_guild.png',
3737
url: 'https://www.linkedin.com/posts/alacrisdevs_v10-of-gamedev-guild-is-a-go-weve-graduated-activity-7252672283402534912-Iud0/',
3838
name: 'Gamedev Guild',
3939
description: 'A casual meetup for Estonian gamedevs to showcase projects.'
@@ -53,53 +53,41 @@ export const designList = [
5353

5454
export const brandList = [
5555
{
56-
src: '/images/orgs/org_taltech_it.png',
56+
src: '/images/orgs/org_taltech_it.png',
5757
url: 'https://taltech.ee/en/school-of-information-technologies',
5858
name: 'TalTech School of IT',
5959
description: 'Commissioned designs like promotional material.'
6060
},
6161
{
62-
src: '/images/orgs/org_gamedev_estonia.png',
62+
src: '/images/orgs/org_gamedev_estonia.png',
6363
url: 'https://gamedevestonia.ee/',
6464
name: 'GameDev Estonia',
6565
description: 'Designing event logos and organizing events.'
6666
},
6767
{
68-
src: '/images/orgs/org_lvlup.png',
68+
src: '/images/orgs/org_lvlup.png',
6969
url: 'https://www.rara.ee/sundmused/interaktiivne-videomangude-muuseum-lvlup/',
7070
name: 'LVLup! Video Game Museum',
7171
description: 'Collaborated during game development events.'
7272
},
7373
{
74-
src: '/images/orgs/org_eka.png',
74+
src: '/images/orgs/org_eka.png',
7575
url: 'https://www.artun.ee/et/avaleht/',
7676
name: 'Estonian Academy of Arts',
7777
description: 'Collaborating and hosting regular meetups on EKA grounds.'
7878
},
7979
{
80-
src: '/images/orgs/org_pycord.png',
81-
url: 'https://pycord.dev/',
82-
name: 'Pycord',
83-
description: 'Created and designed the brand.'
84-
},
85-
{
86-
src: '/images/orgs/org_lillesalong.png',
80+
src: '/images/orgs/org_lillesalong.png',
8781
url: 'https://emajatutarlilled.ee/',
8882
name: 'Lillegalerii Ema ja Tütar',
8983
description: 'Created and designed the brand.'
9084
},
9185
{
92-
src: '/images/orgs/org_nurk.png',
86+
src: '/images/orgs/org_nurk.png',
9387
url: 'https://www.instagram.com/ofnurk/',
9488
name: 'ÕF Nurk',
9589
description: 'Created and designed the brand.'
9690
},
97-
{
98-
src: '/images/orgs/org_mokamaare.png',
99-
url: 'https://www.instagram.com/kiut.gloss/',
100-
name: 'ÕF Mokamääre',
101-
description: 'Created and designed the brand.'
102-
},
10391
];
10492

10593
export const galleryList = [

0 commit comments

Comments
 (0)