Skip to content

Commit 986959c

Browse files
authored
Merge pull request #283 from DreadKnight/patch-1
fixes firstcontributions/first-contributions#60079
2 parents 290079d + 0950c47 commit 986959c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
const projectList = [
2+
{
3+
name: 'Ancient Beast',
4+
imageSrc: 'https://raw.githubusercontent.com/FreezingMoon/AncientBeast-Website/master/favicon.png',
5+
projectLink: 'https://github.com/FreezingMoon/AncientBeast/labels/easy',
6+
description: 'Match-based eSport where you duel others by materializing and controlling a squad of creatures.',
7+
tags: ['JavaScript', 'TypeScript', 'Node.js', 'Web App', 'Video Game', 'OpenSource', 'Mentored', 'Web', 'Web Development']
8+
},
29
{
310
name: 'Reseter.css',
411
imageSrc: 'https://raw.githubusercontent.com/resetercss/reseter.css/main/logo.png',
512
projectLink: 'https://github.com/resetercss/reseter.css',
613
description: 'Reseter.css is an awesome CSS boilerplate for a website. It is a great tool for any web designer. Reseter.css resets all the premade styles by the browser. It normalizes the browser\'s stylesheet for a better cross-browser experience.',
714
tags: ['css', 'sass', 'scss', 'less', 'stylus']
815
},
9-
1016
{
1117
name: 'CircuitVerse',
1218
imageSrc: 'https://github.com/CircuitVerse/CircuitVerse/blob/master/app/assets/images/CircuitVerse.png',

0 commit comments

Comments
 (0)