Skip to content

Commit 5fbc6b2

Browse files
authored
Merge pull request #214 from ShreyaPrasad1209/source
2 parents 4e28507 + 1a5d0b0 commit 5fbc6b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ const projectList = [
66
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.',
77
tags: ['css', 'sass', 'scss', 'less', 'stylus']
88
},
9+
10+
{
11+
name: 'CircuitVerse',
12+
imageSrc: 'https://github.com/CircuitVerse/CircuitVerse/blob/master/app/assets/images/CircuitVerse.png',
13+
projectLink: 'https://github.com/CircuitVerse',
14+
description: 'CircuitVerse is a free, open-source platform which allows users to construct digital logic circuits online. We also offer the Interactive Book which teaches users on the fundamentals of modern, digital circuits.',
15+
tags: ['html', 'css', 'sass','javascript', 'ruby on rails']
16+
},
917
{
1018
name: 'MoveIt',
1119
imageSrc:

0 commit comments

Comments
 (0)