Skip to content

Commit 2990961

Browse files
authored
Add files via upload
0 parents  commit 2990961

12 files changed

+2684
-0
lines changed

CSPH Details.txt

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
About CodeSync.PH
2+
3+
At CodeSync.PH, we're just a bunch of folks who love coding. We're a non-profit group that's all about bringing Filipino programmers together – to learn from each other, grow together, and build cool stuff as a team. It doesn't matter if you're just starting out or you've been at it for years; there's a spot here for you.
4+
5+
We're here to lend a hand, share a laugh, and celebrate every little win on this coding journey. Because at the end of the day, it's not just about the code – it's about the friendships and memories we create along the way.
6+
7+
8+
Vision
9+
10+
- VISION is to inspire and support Filipino programmers to achieve their full potential in the digital world.
11+
12+
Mission
13+
14+
- MISSION is to provide Filipino programmers with a vibrant and inclusive community where they can share knowledge, work on projects, and access quality education and career guidance.
15+
16+
Core Values
17+
18+
- Innovation and Inspiration: We are committed to sparking creativity and inspiring Filipino programmers to reach new heights in the digital realm.
19+
20+
- Community and Collaboration: At the heart of CodeSync.ph is a strong, inclusive community that thrives on collaboration and shared knowledge.
21+
22+
- Excellence and Achievement: Our goal is to help every Filipino programmer achieve excellence and realize their full potential.
23+
24+
- Support and Growth: We provide unwavering support to our community members, fostering an environment where growth is not just encouraged, but expected.
25+
26+
Tagline
27+
We Brings Ideas to life
28+
Code Create and Innovate
29+
30+
Community Leaders
31+
32+
Founder/ Community Manager:  Jay Patrick Cano
33+
34+
Co-founder: Johnpaul Caigas / Criztian Tuplano / Melvin Jones Gallano Repol
35+
36+
Graphic designer: Ted Raphael Aliday Pabiona. Assistant: Janritz Bantolo Cabansag
37+
38+
Moderators: Johnroy Lapida, Marvin Quillo Saik , Mart Salazar
39+
40+
Event Coordinator: Albert winkler
41+
42+
Copy writer/ Partnership Manager: Lei Alcantara
43+
44+
Ambassadors: Hopie Soberanya , Rey Jhon Capito , Rew Lix , John Lambert, Rens Belga Acuña ,Sherwin Jefferson Tajan Gareza , Fretch Sernada Granito ,
45+
46+
Developers Team
47+
48+
Daily Debuggers Team
49+
- N/A
50+
51+
CodeCrafters Team
52+
- N/A
53+
54+
We byte Team
55+
- N/A
56+
57+
58+
Community Partnerships
59+
60+
Filipino Web Development Peers (FWDP)
61+
Student Developer Philippines (Studev)
62+

app.js

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
particlesJS('particles-js',
2+
3+
{
4+
"particles": {
5+
"number": {
6+
"value": 80,
7+
"density": {
8+
"enable": true,
9+
"value_area": 800
10+
}
11+
},
12+
"color": {
13+
"value": "#FF4110"
14+
},
15+
"shape": {
16+
"type": "circle",
17+
"stroke": {
18+
"width": 0,
19+
"color": "#000000"
20+
},
21+
"polygon": {
22+
"nb_sides": 5
23+
},
24+
"image": {
25+
"src": "img/github.svg",
26+
"width": 100,
27+
"height": 100
28+
}
29+
},
30+
"opacity": {
31+
"value": 0.5,
32+
"random": false,
33+
"anim": {
34+
"enable": false,
35+
"speed": 1,
36+
"opacity_min": 0.1,
37+
"sync": false
38+
}
39+
},
40+
"size": {
41+
"value": 3,
42+
"random": true,
43+
"anim": {
44+
"enable": false,
45+
"speed": 5,
46+
"size_min": 0.1,
47+
"sync": false
48+
}
49+
},
50+
"line_linked": {
51+
"enable": true,
52+
"distance": 150,
53+
"color": "#FF4110",
54+
"opacity": 0.4,
55+
"width": 1
56+
},
57+
"move": {
58+
"enable": true,
59+
"speed": 1,
60+
"direction": "none",
61+
"random": false,
62+
"straight": false,
63+
"out_mode": "out",
64+
"attract": {
65+
"enable": false,
66+
"rotateX": 600,
67+
"rotateY": 1200
68+
}
69+
}
70+
},
71+
"interactivity": {
72+
"detect_on": "canvas",
73+
"events": {
74+
"onhover": {
75+
"enable": true,
76+
"mode": "repulse"
77+
},
78+
"onclick": {
79+
"enable": true,
80+
"mode": "push"
81+
},
82+
"resize": true
83+
},
84+
"modes": {
85+
"grab": {
86+
"distance": 400,
87+
"line_linked": {
88+
"opacity": 1
89+
}
90+
},
91+
"bubble": {
92+
"distance": 400,
93+
"size": 40,
94+
"duration": 2,
95+
"opacity": 8,
96+
"speed": 3
97+
},
98+
"repulse": {
99+
"distance": 200
100+
},
101+
"push": {
102+
"particles_nb": 4
103+
},
104+
"remove": {
105+
"particles_nb": 2
106+
}
107+
}
108+
},
109+
"retina_detect": true,
110+
"config_demo": {
111+
"hide_card": false,
112+
"background_color": "#b61924",
113+
"background_image": "",
114+
"background_position": "50% 50%",
115+
"background_repeat": "no-repeat",
116+
"background_size": "cover"
117+
}
118+
}
119+
120+
);

0 commit comments

Comments
 (0)