-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make project dynamic with its content
- Loading branch information
1 parent
8c7702a
commit 94f6869
Showing
27 changed files
with
188 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"club": { | ||
"name": "Club Name", | ||
"logo": "logo.png", | ||
"about": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris", | ||
"principles": [ | ||
{ | ||
"name": "principle one", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris" | ||
}, | ||
{ | ||
"name": "principle two", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris" | ||
}, | ||
{ | ||
"name": "principle three", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris" | ||
} | ||
], | ||
"departments": [ | ||
{ | ||
"name": "Design", | ||
"head": "Lead", | ||
"linkedlin": "https://www.linkedin.com/", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris", | ||
"icon": "design.svg" | ||
}, | ||
{ | ||
"name": "Technical", | ||
"head": "Lead", | ||
"linkedlin": "https://www.linkedin.com/", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris", | ||
"icon": "technical.svg" | ||
}, | ||
{ | ||
"name": "HR and Management", | ||
"head": "Lead", | ||
"linkedlin": "https://www.linkedin.com/", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris", | ||
"icon": "management.svg" | ||
}, | ||
{ | ||
"name": "UI/UX", | ||
"head": "Lead", | ||
"linkedlin": "https://www.linkedin.com/", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris", | ||
"icon": "ui-ux.svg" | ||
}, | ||
{ | ||
"name": "Social Media", | ||
"head": "Lead", | ||
"linkedlin": "https://www.linkedin.com/", | ||
"description": "loreum ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua ut enim ad minim veniam quis nostrud exercitation ullamco laboris", | ||
"icon": "social-media.svg" | ||
} | ||
], | ||
"mediaPresence": { | ||
"instagram": "https://www.instagram.com/", | ||
"linkedin": "https://www.linkedin.com/", | ||
"discord": "https://discord.com/invite/" | ||
} | ||
}, | ||
"styling": { | ||
"colours": { | ||
"background": "#1b1b1b", | ||
"text": "#ffffff", | ||
"primary": "#31cf9f", | ||
"accent": "#fdf6e4" | ||
}, | ||
"fonts": { | ||
"main": ["Lato", "sans-serif"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.