-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
103 lines (75 loc) · 4.36 KB
/
contact.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yu14 Ywen</title>
<!-- Links -->
<link href="style.css" rel="Stylesheet"/>
<link href="styles/style_contact.css" rel="Stylesheet"/>
</head>
<body>
<!-- HEADER -->
<header class="header">
<h1 class="header_Yu14 header_page"><a href="index.html">Yu14 Ywen</a></h1>
<h1 class="header_about"><a href="about.html">About</a></h1>
<h1 class="header_projects"> <a href="projects.html">Projects</a></h1>
<h1 class="header_contact"><a href="contact.html"> Contact </a></h1>
<h1 class="header_blog"><a href="blog.html">Blog</a></h1>
</header>
<hr class="header_hr">
<!--END-->
<main>
<h1>Socials</h1>
<hr class="Lines_Div">
<div class="inline_socials">
<a href="https://github.com/Yu14Y"><img class="inline_socials image"src="Resources/logos/github/github-mark-white.png" alt="Github Logo" width="50px" height="50px"> </a>
<h2 class="inline_socials text_h2"> <a href="https://github.com/Yu14Y">github</a></h2>
<a href="/Other_Pages/discord.html"><img class="inline_socials image"src="Resources/logos/Discord/discord-mark-white.png" alt="Discord Logo" height="50px"> </a>
<h2 class="inline_socials text_h2"> <a href="./Other_Pages/discord.html">Discord</a></h2>
<a href="https://bsky.app/profile/yu14.xyz"><img class="inline_socials image"src="Resources/logos/Bsky.app/master.png" alt="Bluesky Logo" height="50px"> </a>
<h2 class="inline_socials text_h2"> <a href="https://bsky.app/profile/yu14.xyz">BlueSky</a></h2>
<a href="./Other_Pages/revolt.html"><img class="inline_socials image"src="Resources/logos/revolt/revolt_white.png" alt="Revolt Logo" height="100px"> </a>
<h2 class="inline_socials text_h2"> <a href="./Other_Pages/revolt.html">Revolt</a></h2>
<a href="https://codeberg.org/yu14"><img class="inline_socials image"src="Resources/logos/Codeberg/codeberg-logo_icon_white-64x64.png" alt="CodeBerg Logo" > </a>
<h2 class="inline_socials text_h2"> <a href="https://codeberg.org/yu14">Codeberg</a></h2>
<a href="https://www.freecodecamp.org/Yula"><img class="inline_socials image"src="Resources/logos/FCC/fcc_primary_small.png" alt="FreeCodeCamp Logo" height="50px" > </a>
<h2 class="inline_socials text_h2"> <a href="https://www.freecodecamp.org/Yula">Freecodecamp</a></h2>
<a href="mailto:mail@yu14.xyz"><img class="inline_socials image"src="Resources/logos/mail/envelope_white.png" alt="Mail Logo" height="90px" > </a>
<h2 class="inline_socials text_h2"> <a href="mailto:mail@yu14.xyz">mail@yu14.xyz</a></h2>
<hr class="Lines_Div">
</div>
<div clsas="colored">
<h3 class="colored"> If any companies have problems with me using the logo, Please refer to <a class href="legal.html"> this page </a> </h3>
</div>
</main>
<hr class="lines">
<div class="container">
<h1>Contact Yula</h1>
<form id="contactForm">
<label for="email">Email (optional):</label>
<input type="email" id="email" name="email">
<label for="discordUid">Discord UID (optional):</label>
<input type="text" id="discordUid" name="discordUid">
<label for="name">Name / Username (optional):</label>
<input type="text" id="name" name="name">
<label for="subject">Subject:</label>
<input type="text" id="subject" name="subject" required>
<label for="text">Message:</label>
<textarea id="text" name="text" required></textarea>
<button type="submit">Submit</button>
</form>
</div>
<script src="Scripts/contact_script.js"></script>
<section></section>
<section></section>
<!-- Footer-->
<footer class="footer">
<hr class="footer_hr">
<h4> <a href="LICENSE.txt">GPL-3.0</a> © 2024 <a href="contact.html">Yula Ywen. </a> All rights reserved </h4>
<h4> Made with Love From Yula</h4>
<p> For legal inquries refer to <a href="legal.html"> This page </a></p>
<p><a href= "credits.html">Credits </a></p>
</footer>
</body>
</html>