mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 17:42:02 +05:30
modify a little
This commit is contained in:
parent
6a9a38cf6c
commit
ff5e582e97
@ -10,6 +10,7 @@ specifiers:
|
|||||||
prettier-plugin-svelte: ^2.7.0
|
prettier-plugin-svelte: ^2.7.0
|
||||||
svelte: ^3.49.0
|
svelte: ^3.49.0
|
||||||
svelte-check: ^2.8.0
|
svelte-check: ^2.8.0
|
||||||
|
svelte-hcaptcha: ^0.1.1
|
||||||
svelte-preprocess: ^4.10.7
|
svelte-preprocess: ^4.10.7
|
||||||
svelte-seo: ^1.4.1
|
svelte-seo: ^1.4.1
|
||||||
tslib: ^2.4.0
|
tslib: ^2.4.0
|
||||||
@ -21,12 +22,13 @@ devDependencies:
|
|||||||
'@iconify-json/fa6-solid': 1.1.5
|
'@iconify-json/fa6-solid': 1.1.5
|
||||||
'@iconify-json/simple-icons': 1.1.19
|
'@iconify-json/simple-icons': 1.1.19
|
||||||
'@sveltejs/adapter-static': 1.0.0-next.38
|
'@sveltejs/adapter-static': 1.0.0-next.38
|
||||||
'@sveltejs/kit': 1.0.0-next.391_svelte@3.49.0+vite@3.0.2
|
'@sveltejs/kit': 1.0.0-next.396_svelte@3.49.0+vite@3.0.2
|
||||||
mdsvex: 0.10.6_svelte@3.49.0
|
mdsvex: 0.10.6_svelte@3.49.0
|
||||||
prettier: 2.7.1
|
prettier: 2.7.1
|
||||||
prettier-plugin-svelte: 2.7.0_o3ioganyptcsrh6x4hnxvjkpqi
|
prettier-plugin-svelte: 2.7.0_o3ioganyptcsrh6x4hnxvjkpqi
|
||||||
svelte: 3.49.0
|
svelte: 3.49.0
|
||||||
svelte-check: 2.8.0_svelte@3.49.0
|
svelte-check: 2.8.0_svelte@3.49.0
|
||||||
|
svelte-hcaptcha: 0.1.1
|
||||||
svelte-preprocess: 4.10.7_uslzfc62di2n2otc2tvfklnwji
|
svelte-preprocess: 4.10.7_uslzfc62di2n2otc2tvfklnwji
|
||||||
svelte-seo: 1.4.1_typescript@4.7.4
|
svelte-seo: 1.4.1_typescript@4.7.4
|
||||||
tslib: 2.4.0
|
tslib: 2.4.0
|
||||||
@ -127,8 +129,8 @@ packages:
|
|||||||
tiny-glob: 0.2.9
|
tiny-glob: 0.2.9
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@sveltejs/kit/1.0.0-next.391_svelte@3.49.0+vite@3.0.2:
|
/@sveltejs/kit/1.0.0-next.396_svelte@3.49.0+vite@3.0.2:
|
||||||
resolution: {integrity: sha512-2KWIPF7YjVCFldXRuMcSmv3tliTf92kkJaws/hxJ+MioTJx9QwYB/V+JYzIEMRMcddZDb+Rp1ko3vrQ95c1vmg==}
|
resolution: {integrity: sha512-bKFpuzp9QxPkOIOEIeNeedvxEMORNqBPxUmoJXDP/Se7MrSfcxYiamjBcKrG+bgGNWmV39nD3EvUox+CXno/Ig==}
|
||||||
engines: {node: '>=16.9'}
|
engines: {node: '>=16.9'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -1034,6 +1036,10 @@ packages:
|
|||||||
- sugarss
|
- sugarss
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/svelte-hcaptcha/0.1.1:
|
||||||
|
resolution: {integrity: sha512-iFF3HwfrCRciJnDs4Y9/rpP/BM2U/5zt+vh+9d4tALPAHVkcANiJIKqYuS835pIaTm6gt+xOzjfFI3cgiRI29A==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/svelte-hmr/0.14.12_svelte@3.49.0:
|
/svelte-hmr/0.14.12_svelte@3.49.0:
|
||||||
resolution: {integrity: sha512-4QSW/VvXuqVcFZ+RhxiR8/newmwOCTlbYIezvkeN6302YFRE8cXy0naamHcjz8Y9Ce3ITTZtrHrIL0AGfyo61w==}
|
resolution: {integrity: sha512-4QSW/VvXuqVcFZ+RhxiR8/newmwOCTlbYIezvkeN6302YFRE8cXy0naamHcjz8Y9Ce3ITTZtrHrIL0AGfyo61w==}
|
||||||
engines: {node: ^12.20 || ^14.13.1 || >= 16}
|
engines: {node: ^12.20 || ^14.13.1 || >= 16}
|
||||||
|
@ -15,20 +15,25 @@ description: Do you want to contact us?
|
|||||||
{ description }
|
{ description }
|
||||||
|
|
||||||
## Contact Form
|
## Contact Form
|
||||||
<IconLock /> <b>Your IP will be logged for anti-abuse measures.</b>
|
|
||||||
<form action="https://segfautilities.projectsegfau.lt/api/form" method="POST">
|
<form action="https://segfautilities.projectsegfau.lt/api/form" method="POST">
|
||||||
<input type="text" name="email" class="FormTextbox" placeholder="Email" required="required"/>
|
<div class="ip-note">
|
||||||
<select id="commentType" name="commentType" required="required" class="button">
|
<IconLock />
|
||||||
<option value="" selected="selected" disabled="disabled">Select a type of comment</option>
|
<b>Your IP will be logged for anti-abuse measures.</b>
|
||||||
<option value="Feedback">Feedback</option>
|
</div>
|
||||||
<option value="Suggestion">Suggestion</option>
|
<div class="meta">
|
||||||
<option value="Question">Question</option>
|
<input type="text" name="email" class="form-textbox" placeholder="Email" required="required"/>
|
||||||
<option value="Bug">Bug</option>
|
<select id="commentType" name="commentType" required="required" class="button">
|
||||||
</select>
|
<option value="" selected="selected" disabled="disabled">Select a type of comment</option>
|
||||||
<br />
|
<option value="Feedback">Feedback</option>
|
||||||
<textarea id="comment" name="message" rows="4" cols="50" required="required" class="FormTextbox">Your message.</textarea>
|
<option value="Suggestion">Suggestion</option>
|
||||||
|
<option value="Question">Question</option>
|
||||||
|
<option value="Bug">Bug</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<textarea id="comment" name="message" rows="4" cols="25" required="required" class="form-textbox" placeholder="Your message"></textarea>
|
||||||
<HCaptcha
|
<HCaptcha
|
||||||
sitekey=67e84266-980c-4050-8a39-142a91928fe8
|
sitekey=67e84266-980c-4050-8a39-142a91928fe8
|
||||||
|
theme=dark
|
||||||
/>
|
/>
|
||||||
<input type="submit" value="Submit" class="button" />
|
<input type="submit" value="Submit" class="button" />
|
||||||
</form>
|
</form>
|
||||||
@ -44,16 +49,43 @@ _Please be aware that Microsoft often blocks non-popular emails, if you do conta
|
|||||||
You can find ways to contact individual members [on our Members page](/members).
|
You can find ways to contact individual members [on our Members page](/members).
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.FormTextbox {
|
form {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 1rem;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ip-note {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.meta {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 450px) {
|
||||||
|
.meta {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-textbox {
|
||||||
background-color: var(--tertiary);
|
background-color: var(--tertiary);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
margin-bottom: 5px;
|
|
||||||
font-family: 'Comfortaa', sans-serif;
|
font-family: 'Comfortaa', sans-serif;
|
||||||
}
|
}
|
||||||
.FormTextbox:focus {
|
.form-textbox:focus {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -68,14 +100,14 @@ You can find ways to contact individual members [on our Members page](/members).
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:not(select):hover {
|
||||||
background-color: var(--accent-tertiary);
|
background-color: var(--accent-tertiary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active {
|
.button:not(select):active {
|
||||||
background-color: var(--accent-primary);
|
background-color: var(--accent-primary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
|
Loading…
Reference in New Issue
Block a user