forked from Aditya-Jyoti/Recruitment-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
49 lines (48 loc) · 1.79 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"club": {
"name": "Computer Society",
"logo": "logo.webp",
"departments": [
{
"name": "UI/UX and Design",
"head": "Mrithula and Jasmine",
"description": "Join our UI/UX and Design team! Create stunning websites, 3D interfaces, game characters, and social media visuals. If you're passionate about innovative design and bringing ideas to life, come create something extraordinary with us!",
"icon": "design.svg"
},
{
"name": "Technical",
"head": "Sam Shervin",
"description": "Join our tech-focused team! We build cool projects, host epic events, and explore new technologies. Collaborate with fellow enthusiasts, tackle exciting challenges, and enjoy a space where creativity and innovation thrive.",
"icon": "technical.svg"
},
{
"name": "HR and Management",
"head": "Anirudh Sridhar",
"description": "Come join the management team to gain valuable experience in conducting amazing events, while learning the other aspects of event and people management.",
"icon": "management.svg"
},
{
"name": "Social Media and Content",
"head": "Teeshta Parmar",
"description": "Join our Social Media team! We create engaging content, manage our club's online presence, and run innovative campaigns across platforms. Help us connect with audiences and boost our club's visibility through compelling posts and strategic digital marketing.",
"icon": "social-media.svg"
}
],
"mediaPresence": {
"instagram": "https://www.instagram.com/",
"linkedin": "https://www.linkedin.com/",
"discord": "https://discord.com/invite/"
}
},
"styling": {
"colours": {
"background": "#0F0F0F",
"primary": "#31cf9f",
"foreground": "#EFECE6"
},
"fonts": {
"main": ["Lato", "sans-serif"],
"header": ["Encode Sans", "sans-serif"]
}
}
}