-
Notifications
You must be signed in to change notification settings - Fork 1
/
CONFIG.json
307 lines (307 loc) · 10.8 KB
/
CONFIG.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
{
"siteMetadata":{
"title":"Portfolio - Maxim",
"description":"Portfolio page by max1mde"
},
"global":{
"font":"roboto",
"home_route":"/home",
"custom_cursor":{
"enabled":false,
"sparkles":true,
"transitions":true,
"move_speed":0.05
}
},
"footer":{
"text":"© 2024 Maxim - All rights reserved.",
"links":[
{
"label":"GitHub",
"url":"https://github.com/max1mde/portfolio"
},
{
"label":"Contact",
"url":"/contact"
},
{
"label":"Privacy",
"url":"/privacy"
}
]
},
"pages":{
"home":{
"enabled":true,
"header":"Hello, my name is Maxim!",
"route":"/home",
"profile_image":"https://avatars.githubusercontent.com/u/114857048?v=4",
"about_me":"About Me",
"description":"I like to bring random ideas to reality",
"tools_languages_title":"Tools & Languages",
"languages":[
"Java",
"JavaScript",
"TypeScript",
"Python"
],
"tools":[
"Next.js",
"MongoDB",
"Intellij",
"MariaDB",
"Pycharm",
"FIX",
"Git"
],
"action_buttons":[
{
"label":"View Projects",
"route":"/projects",
"style":"primary"
},
{
"label":"View on Github",
"route":"https://github.com/max1mde/portfolio",
"style":"secondary"
}
],
"experience":{
"enabled":true,
"title":"My Experience",
"list":[
{
"title":"Software Developer",
"company":"India Solutions",
"date":"2023 - Present",
"description":"Developing highly effective phishing tools and creating innovative callcenter software solutions using cutting-edge technologies to improve the customer experience.",
"side":"left"
},
{
"title":"Planetary Mineralogy Specialist",
"company":"NASA",
"date":"2022 - 2023",
"description":"Led the inspection, analysis, and cataloging of unique mineral deposits found on Mars, including the discovery of the Jerome T. K. mineral.",
"side":"right"
},
{
"title":"Certified Pandemic Survivor",
"company":"Self-employed",
"date":"2020 - 2022",
"description":"Managed Zoom meetings while playing Bedwars and Among Us, effectively balancing work and gaming.",
"side":"left"
}
]
}
},
"projects":{
"enabled":true,
"header":"My Projects",
"route":"/projects"
},
"contact":{
"enabled":true,
"header":"Socials",
"route":"/contact",
"email":"[email protected]",
"direct_contact":"Reach Me Directly",
"legal":{
"enabled":true,
"name":"Maxim",
"address":"Vaitape - Bora Bora",
"email":"[email protected]",
"phone":"911",
"tax_id":"Not Applicable",
"legal_disclaimer":"This is a personal portfolio website for informational purposes."
},
"social_links":[
{
"name":"GitHub",
"url":"https://github.com/max1mde",
"icon":"github"
},
{
"name":"TikTok",
"url":"https://tiktok.com/@maximde",
"icon":"tiktok"
},
{
"name":"YouTube",
"url":"https://www.youtube.com/@max1mde",
"icon":"youtube"
}
],
"contact_form":{
"enabled":true,
"send_button":"Send Message",
"success_message":"Message sent successfully!",
"failure_message":"Failed to send message. Please try again.",
"error_message":"An error occurred. Please try again.",
"fields":[
{
"name":"name",
"label":"Your Name",
"type":"text",
"required":true
},
{
"name":"email",
"label":"Your Email",
"type":"email",
"required":true
},
{
"name":"message",
"label":"Your Message",
"type":"textarea",
"required":true
}
]
}
},
"privacy":{
"enabled":false,
"header":"Privacy Policy",
"route":"/privacy",
"content":{
"contact_title":"Contact",
"contact":"[email protected]",
"introduction":"This portfolio website is designed with minimal data collection and maximum user privacy in mind.",
"sections":[
{
"title":"Information Collection",
"description":"We collect the following types of information:",
"details":[
"Name, email, and message content submitted through the contact form",
"IP address for rate limiting and security purposes",
"Potential tracking of client-side interactions for website functionality"
]
},
{
"title":"Data Processing and Storage",
"description":"Data collection and processing details:",
"details":[
"Contact form submissions are processed in-memory and not permanently stored",
"IP addresses are temporarily tracked for rate limiting (maximum 30 minutes)",
"No persistent user data is saved or stored long-term"
]
},
{
"title":"Third-Party Services",
"description":"Potential data collection by third-party services:",
"details":[
"Image hosting services (e.g., shields.io) may collect IP address during image requests",
"Standard browser and server logs may capture additional metadata"
]
},
{
"title":"Data Protection",
"description":"We implement the following protection measures:",
"details":[
"Rate limiting to prevent abuse of contact form",
"Validation of submitted form data",
"No storage of sensitive personal information"
]
},
{
"title":"User Rights",
"description":"Users have the right to:",
"details":[
"Request information about data collection",
"Request deletion of any potential stored information",
"Opt-out of non-essential data collection"
]
}
]
}
}
},
"card":{
"pop_in":true,
"hover_effect":true,
"hover_glow":true,
"image_shine":true
},
"cards":[
{
"title":"Portfolio (This website)",
"description":"Customizable, responsive, portfolio website built with Next.js",
"imageSRC":"/images/projects/portfolio.webp",
"buttonText":"View on GitHub",
"buttonURL":"https://github.com/max1mde/portfolio",
"badges":[
"https://img.shields.io/github/stars/max1mde/portfolio.svg?style=flat"
]
},
{
"title":"Fancy Physics",
"description":"Tree fall animation, hit particles, realistic explosions, 3D particles & more",
"imageSRC":"/images/projects/fancyphysics.webp",
"buttonText":"View on SpigotMC",
"buttonURL":"https://www.spigotmc.org/resources/110500/",
"badges":[
"https://img.shields.io/spiget/downloads/110500"
]
},
{
"title":"Better Chat Bubbles",
"description":"Packet based chat bubbles above players head, with an extensive API",
"imageSRC":"/images/projects/betterchatbubbles.webp",
"buttonText":"Buy on SpigotMC",
"buttonURL":"https://www.spigotmc.org/resources/115811/",
"badges":[
"https://img.shields.io/spiget/downloads/115811"
]
},
{
"title":"Fancy Readme Stats",
"description":"Animated Readme Cards - For your GitHub profile or repository readme",
"imageSRC":"/images/projects/readmestats.webp",
"buttonText":"View on GitHub",
"buttonURL":"https://github.com/max1mde/fancy-readme-stats",
"badges":[
"https://img.shields.io/github/stars/max1mde/fancy-readme-stats.svg?style=flat"
]
},
{
"title":"HologramAPI",
"description":"Packet based text display hologram api with minimessage and emoji support",
"imageSRC":"/images/projects/hologramapi.webp",
"buttonText":"View on GitHub",
"buttonURL":"https://github.com/max1mde/HologramAPI",
"badges":[
"https://img.shields.io/github/stars/max1mde/HologramAPI.svg?style=flat"
]
},
{
"title":"NextFight",
"description":"NextFight is a Minecraft minigame network focused on a Battle Royale like gamemode",
"imageSRC":"/images/projects/nextfight.webp",
"buttonText":"Join the Discord",
"buttonURL":"https://discord.nextfight.net/",
"badges":[
"https://img.shields.io/discord/1051758423211003951"
]
},
{
"title":"MaximClient",
"description":"MaximClient was a 1.8 PVP client with many mods and free online cosmetics",
"imageSRC":"/images/projects/maximclient.webp",
"buttonText":"Join the Discord",
"buttonURL":"https://discord.gg/eCn8VWEGbZ",
"badges":[
"https://img.shields.io/discord/895012337793249341"
]
},
{
"title":"FIX",
"description":"A Windows tool for AI text correction and translation with hotkeys & voice control",
"imageSRC":"/images/projects/fix.webp",
"buttonText":"View on GitHub",
"buttonURL":"https://github.com/max1mde/FIX",
"badges":[
"https://img.shields.io/github/stars/max1mde/FIX.svg?style=flat"
]
}
]
}