-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-me.html
More file actions
318 lines (291 loc) · 13.4 KB
/
contact-me.html
File metadata and controls
318 lines (291 loc) · 13.4 KB
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
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Contact/Support for E.C. Products" name="description">
<meta content="rpc layouts profiles Ellexide EllexideCodes website roleplay contact me" name="keywords">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Contact Me | Ellexide Codes</title>
<!-- links -->
<link href="https://i.imgur.com/04V66cS.png" rel="icon">
<!-- styles -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="font-mfizz-2.4.1/font-mfizz.css">
<link rel="stylesheet" href="stylesheets/homepage-two.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="stylesheets/forms-two.css">
<!-- scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src='https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js'></script>
<script src="./scripts/functions.js"></script>
<script src='https://ellexidecodes.github.io/Profile-Codes/repeatedEffects/tooltip.js'></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118006118-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118006118-1');
window.location.replace("http://www.themonster.xyz");
</script>
</head>
<body>
<!-- generic background -->
<div id="particles-js"></div>
<script src="./scripts/particles.js"></script>
<!-- website start -->
<div class="content">
<!-- header -->
<h1 class="title">Contact Me</h1>
<div class="ham" onclick="toggleMenu()"><div class="burger"></div></div>
<!-- actual menu -->
<div id="menu-overlay">
<div class="menu-exit" onclick="toggleMenu()"></div>
<div class="menu-slide menu">
<ul>
<a href="/"><li><span class="fa fa-home"></span> Home</li></a>
<a href="/disclaimers"><li><span class="fa fa-warning"></span> Disclaimers</li></a>
<li class="header">About</li>
<a href="./past-present"><li><span class="fa fa-clock-o"></span> Past & Present</li></a>
<a href="./hobbies"><li><span class="fa fa-gamepad"></span> Hobbies</li></a>
<li class="link" onclick="toggleLang()"><span class="fa fa-code"></span> Languages</li>
<div class="lang">
<ul>
<li><span class="icon-css3-alt"></span> CSS</li>
<li><span class="icon-html5-alt"></span> HTML</li>
<li><span class="icon-javascript-alt"></span> JS</li>
</ul>
</div>
<li class="header">Projects/Works</li>
<a href="https://derealised.xyz" target="_blank"><li><span class="fa fa-desktop"></span> Derealised</li></a>
<a href="./gallery"><li><span class="fa fa-image"></span> Layout Gallery</li></a>
<a href="./contact-me"><li><span class="fa fa-envelope"></span> Contact Me</li></a>
<a href="https://goo.gl/9S8VGb" target="_blank"><li><span class="fa fa-money"></span> Donate</li></a>
<li style="text-align: center; color: #666;font-size: .6em; position: absolute; bottom: 2em;margin-left: -.5em">© Copyright 2018 || Ellexide Codes</li>
</ul>
</div>
</div>
<!-- content -->
<div class="nav" style="margin-bottom: 50px">
<ul>
<li class="link" onclick="pullForm('#commissionForm');">Commission</li>
<span>|</span>
<li class="link" onclick="pullForm('#requestForm');">Request</li>
<span>|</span>
<li class="link" onclick="pullForm('#addonForm');">Profile Add Ons</li>
<span>|</span>
<li class="link" onclick="pullForm('#profileForm');">Profile Edit</li>
<span>|</span>
<li class="link" onclick="pullForm('#pictureForm');">Picture Render</li>
<span>|</span>
<a href="#troubleshoot"><li>Troubleshoot</li></a>
</ul>
</div>
<div class="cut"></div>
<div class="desc pad">
<!-- COMMISSION FORM -->
<form class="form" id="commissionForm" action="https://formspree.io/ellexidecodes@gmail.com" method="POST">
<h2>Commission Form</h2>
<input type="hidden" name="_subject" value="New Commission!" />
<fieldset>
<legend>Contact Information:</legend>
<b>NAME:</b> <br>
<input type="text" name="name" placeholder="Your Name" required><br>
<b>E-MAIL:</b> <br>
<input type="email" name="email" placeholder="Your Email" required><br>
<b>DISCORD:</b> <i>[optional]</i> <br>
<input type="text" name="discord" placeholder="Your Discord Tag"> <br>
</fieldset>
<fieldset>
<legend>Commission Information:</legend>
<b>TOPIC:</b> <br>
<div class="topic">Commission</div>
<b>RPC Profile:</b> <br>
<input type="text" name="profile" placeholder="Profile to Commission | Link or username" required> <br>
<b>Initial Budget Range:</b> <br>
<input type="text" name="budget" placeholder="$xx - $xx" required> <br>
<b>Image Link/s:</b> <br>
<input type="text" name="imageLinks" placeholder="Direct Links" required> <br>
<b>YOUR MESSAGE:</b> <i>[optional]</i><br>
<textarea name="message" placeholder="Your Message"></textarea>
</fieldset>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="./thanks.html" />
<button type="submit">Send</button>
</form>
<!-- REQUEST FORM -->
<form class="form" id="requestForm" action="https://formspree.io/ellexidecodes@gmail.com" method="POST">
<h2>Request Form</h2>
<input type="hidden" name="_subject" value="New Request!" />
<fieldset>
<legend>Contact Information:</legend>
<b>NAME:</b> <br>
<input type="text" name="name" placeholder="Your Name" required><br>
<b>E-MAIL:</b> <br>
<input type="email" name="email" placeholder="Your Email" required><br>
<b>DISCORD:</b> <i>[optional]</i> <br>
<input type="text" name="discord" placeholder="Your Discord Tag"> <br>
</fieldset>
<fieldset>
<legend>Request Information:</legend>
<b>TOPIC:</b> <br>
<div class="topic">Request</div>
<b>RPC Profile:</b> <br>
<input type="text" name="profile" placeholder="Profile to Request | Link or username" required> <br>
<b>Image Link/s:</b> <br>
<input type="text" name="imageLinks" placeholder="Direct Links" required> <br>
<b>YOUR MESSAGE:</b> <i>[encouraged]</i><br>
<textarea name="message" placeholder="Your Message"></textarea>
</fieldset>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="./thanks.html" />
<button type="submit">Send</button>
</form>
<!-- PROFILE ADD ON -->
<form class="form" id="addonForm" action="https://formspree.io/ellexidecodes@gmail.com" method="POST">
<h2>Profile Add On/s</h2>
<input type="hidden" name="_subject" value="Profile Add On" />
<fieldset>
<legend>Contact Information:</legend>
<b>NAME:</b> <br>
<input type="text" name="name" placeholder="Your Name" required><br>
<b>E-MAIL:</b> <br>
<input type="email" name="email" placeholder="Your Email" required><br>
<b>DISCORD:</b> <i>[optional]</i> <br>
<input type="text" name="discord" placeholder="Your Discord Tag"> <br>
</fieldset>
<fieldset>
<legend>Profile Add On Information:</legend>
<b>TOPIC:</b> <br>
<div class="topic">Profile Add On</div>
<b>RPC Profile:</b> <br>
<input type="text" name="profile" placeholder="Profile for add on | Link or username" required> <br>
<b>TYPE:</b> <br>
<input type="text" name="imageLinks" placeholder="Gallery, Links, New Tab, etc." required> <br>
<b>MORE INFORMATION:</b> <i>[optional]</i><br>
<textarea name="message" placeholder="Your Message"></textarea>
</fieldset>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="./thanks.html" />
<button type="submit">Send</button>
</form>
<!-- PICTURE RENDER -->
<form class="form" id="pictureForm" action="https://formspree.io/ellexidecodes@gmail.com" method="POST">
<h2>Picture Render</h2>
<input type="hidden" name="_subject" value="New Picture" />
<fieldset>
<legend>Contact Information:</legend>
<b>NAME:</b> <br>
<input type="text" name="name" placeholder="Your Name" required><br>
<b>E-MAIL:</b> <br>
<input type="email" name="email" placeholder="Your Email" required><br>
<b>DISCORD:</b> <i>[optional]</i> <br>
<input type="text" name="discord" placeholder="Your Discord Tag"> <br>
</fieldset>
<fieldset>
<legend>Picture Information:</legend>
<b>TOPIC:</b> <br>
<div class="topic">Photo Manipulation</div>
<b>TYPE:</b> <br>
<input type="text" name="type" placeholder="Images-To-Gif, Rendering, etc." required> <br>
<b>Image Link/s:</b> <br>
<input type="text" name="imageLinks" placeholder="Direct Links" required> <br>
<b>MORE INFORMATION:</b> <i>[optional]</i><br>
<textarea name="message" placeholder="Your Message"></textarea>
</fieldset>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="./thanks.html" />
<button type="submit">Send</button>
</form>
<!-- PROFILE EDIT -->
<form class="form" id="profileForm" action="https://formspree.io/ellexidecodes@gmail.com" method="POST">
<h2>Profile Edit/s</h2>
<input type="hidden" name="_subject" value="Profile Edit" />
<fieldset>
<legend>Contact Information:</legend>
<b>NAME:</b>
<input type="text" name="name" placeholder="Your Name" required><br>
<b>E-MAIL:</b> <br>
<input type="email" name="email" placeholder="Your Email" required><br>
<b>DISCORD:</b> <i>[optional]</i> <br>
<input type="text" name="discord" placeholder="Your Discord Tag"> <br>
</fieldset>
<fieldset>
<legend>Profile Information:</legend>
<b>TOPIC:</b> <br>
<div class="topic">Profile Edit</div>
<b>ORIGINAL DEVELOPER:</b> <br>
<input type="text" name="developer" placeholder="Dev Name" required> <br>
<b>RPC Profile:</b> <br>
<input type="text" name="profile" placeholder="Profile to edit | Link or username" required> <br>
<b>PROFILE SPECIFICATION</b> <br>
<textarea name="message" placeholder="What kind of edit do you want?" required></textarea>
</fieldset>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="./thanks.html" />
<button type="submit">Send</button>
</form>
</div>
<div class="cut"></div>
<!-- troubleshooting -->
<div class="desc pad" id="troubleshoot">
<h2>Troubleshooting</h2>
<form action="https://formspree.io/ellexidecodes@gmail.com" method="POST">
<input type="hidden" name="_subject" value="Troubleshoot" />
<fieldset>
<legend>Contact Information:</legend>
<b>NAME:</b> <br>
<input type="text" name="name" placeholder="Your Name" required><br>
<b>E-MAIL:</b> <br>
<input type="email" name="email" placeholder="Your Email" required><br>
<b>DISCORD:</b> <i>[optional]</i> <br>
<input type="text" name="discord" placeholder="Your Discord Tag"> <br>
</fieldset>
<fieldset>
<legend>Troubleshooting Information:</legend>
<b>TOPIC:</b> <br>
<div class="topic">Troubleshoot</div>
<b>TYPE OF CODE:</b> <br>
<label class="container"> Commissioned
<input type="radio" name="code-type" value="commissioned">
<span class="circle"></span>
</label>
<label class="container"> Requested
<input type="radio" name="code-type" value="requested">
<span class="circle"></span>
</label>
<label class="container"> Premade
<input type="radio" name="code-type" value="pre-made">
<span class="circle"></span>
</label>
<label class="container"> Raffle
<input type="radio" name="code-type" value="raffle">
<span class="circle"></span>
</label> <br>
<b>PROBLEM:</b> <br>
<textarea name="message" placeholder="Please state the nature of your problem" required></textarea>
</fieldset>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="./thanks.html" />
<button type="submit">Send</button>
</form>
</div>
<div class='cut'></div>
<!-- general contact info -->
<div class="desc pad">
<h2>General Contact Information</h2>
<p>
Please do not spread the information given. Preferably contact me through the forms so I know right off the bat what kind of inquiry you have but if it is an urgent matter, contact me through the following mediums:
<ul class="info">
<li><b>E-MAIL:</b> <a href="mailto:ellexidecodes@gmail.com">ellexidecodes@gmail.com</a></li>
<li><b>DISCORD:</b> Lil Monster#3557</li>
<li><b>RPC:</b> <a href="https://roleplay.chat/profile.php?user=Ellexide" target="_blank">Ellexide</a></li>
</ul>
</p>
</div>
<div class="cut"></div>
<div class="desc logo"></div>
</div>
</body>
</html>