-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
209 lines (180 loc) · 10 KB
/
Copy pathcontacts.html
File metadata and controls
209 lines (180 loc) · 10 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
---
title: "Contacts · Work with Me & Collaborations · Fabio Pittaccio"
description: "Contact Fabio Pittaccio for Gameplay Development opportunities, UE5 collaborations, or technical inquiries."
---
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title data-i18n="head_title">{{ page.title }}</title>
<!-- FAVICON -->
{% include favicon.html %}
<!-- ## CSS ## -->
<link rel="stylesheet" href="style/core.css"> <!-- Core: Base, Header, Footer -->
<link rel="stylesheet" href="style/icons.css"> <!-- SVG icons -->
<link rel="stylesheet" href="style/sections/section-about.css"> <!-- Info grid -->
<link rel="stylesheet" href="style/pages/contacts.css"> <!-- Form & Social networks -->
<link rel="stylesheet" href="style/pages/home.css"> <!-- Indicator -->
</head>
<body>
<!-- ## HEADER ## -->
<div id="header"></div>
<!-- ## PAGE ## -->
<main class="page-content contact-page-section">
<section class="contact-section">
<div class="contact-inner">
<!-- HEAD -->
<span class="hero-tag" data-i18n="contact_page.tag"></span>
<h1 class="contact-title" data-i18n-html="contact_page.title"></h1>
<p class="contact-subtitle" data-i18n="contact_page.subtitle"></p>
<!-- Quick Info -->
<div class="about-grid">
<div class="project-card">
<h3 class="project-name" data-i18n="contact_page.quick_info"></h3>
<ul class="contact-info-list">
<li>📍 <!-- Location -->
<strong data-i18n="contact_page.info.location_label"></strong>
<span class="contact-info" data-i18n="contact_page.info.location"></span>
</li>
<li>🕐 <!-- Time Zone -->
<strong data-i18n="contact_page.info.timezone_label"></strong>
<span class="contact-info" data-i18n="contact_page.info.timezone"></span>
</li>
<li>💭 <!-- Languages -->
<strong data-i18n="contact_page.info.lang_label"></strong>
<span class="contact-info" data-i18n="contact_page.info.lang"></span>
</li>
<li>💼 <!-- Status -->
<strong data-i18n="contact_page.info.status_label"></strong>
<span class="accent-text" data-i18n="contact_page.info.status_value"></span>
</li>
</ul>
</div>
</div> <!-- END quick info -->
<!-- PROFILES -->
<div class="about-grid">
<!-- Dev Profiles -->
<div class="project-card">
<h3 class="project-name" data-i18n="contact_page.dev_profiles"></h3>
<div class="contact-social-grid">
<!-- LinkedIn -->
<a href="https://linkedin.com/in/fabio-pittaccio" target="_blank" class="resume-link">
<img src="media/logo/linkedin.png" alt="itch.io mini logo" class="social-icon-img"/>
<strong>LinkedIn</strong>
</a>
<!-- GitHub -->
<a href="https://github.com/pittabio" target="_blank" class="resume-link">
<img src="media/logo/github.png" alt="itch.io mini logo" class="social-icon-img"/>
<strong>GitHub</strong>
</a>
<!-- GitLab -->
<a href="https://gitlab.com/pittabio" target="_blank" class="resume-link">
<img src="media/logo/gitlab.png" alt="itch.io mini logo" class="social-icon-img"/>
<strong>GitLab</strong>
</a>
<!-- itch.io -->
<a href="https://pittabio.itch.io" target="_blank" class="resume-link">
<img src="media/logo/itch.png" alt="itch.io mini logo" class="social-icon-img"/>
<strong>itch.io</strong>
</a>
</div>
</div> <!-- END profiles -->
<!-- Social -->
<div class="project-card">
<h3 class="project-name" data-i18n="contact_page.social_networks"></h3>
<div class="contact-social-grid">
<!-- Instagram -->
<a href="https://instagram.com/pittabio" target="_blank" class="resume-link">
<img src="media/logo/instagram.png" alt="Instagram mini logo" class="social-icon-img"/>
<strong>Instagram</strong>
</a>
<!-- Discord -->
<a href="https://discordapp.com/users/1169951922522968104" target="_blank" class="resume-link">
<img src="media/logo/discord.png" alt="discord mini logo" class="social-icon-img"/>
<strong>Discord</strong>
</a>
<!-- YouTube -->
<a href="https://www.youtube.com/@pittabio" target="_blank" class="resume-link">
<img src="media/logo/youtube.png" alt="YouTube mini logo" class="social-icon-img"/>
<strong>YouTube</strong>
</a>
<!-- Twitch -->
<a href="https://twitch.tv/pittabio" target="_blank" class="resume-link">
<img src="media/logo/twitch.png" alt="twitch mini logo" class="social-icon-img"/>
<strong>Twitch</strong>
</a>
</div>
</div> <!-- END social -->
</div> <!-- END about -->
<!-- BUTTON PART: INDICATOR -->
<a href="#form" class="scroll-indicator" aria-label="Scroll to the about section">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v13M5 12l7 7 7-7"/></svg>
</a>
<!-- FUN FACT -->
<div id="form" class="about-grid">
<div class="project-card">
<h1 class="contact-title" data-i18n-html="contact_page.fun_fact.title"></h1>
<p class="contact-subtitle" data-i18n-html="contact_page.fun_fact.description"></p>
</div>
</div>
<!-- CONTACT FORM -->
<div class="contact-form-container">
<h1 class="contact-title" data-i18n-html="contact_page.form.title"></h1>
<p class="contact-subtitle" data-i18n="contact_page.form.subtitle"></p>
<form class="contact-form-element" novalidate>
<!-- Web3Forms bot-check honeypot (hidden) -->
<label>
<input type="checkbox" name="botcheck" style="display:none" tabindex="-1" autocomplete="off">
</label>
<!-- Name -->
<div class="form-group">
<label for="form-name" data-i18n="contact_page.form.name"></label>
<input type="text" id="form-name" name="name" required
data-i18n-placeholder="contact_page.form.placeholder.name">
</div>
<!-- Email -->
<div class="form-group">
<label for="form-email" data-i18n="contact_page.form.email"></label>
<input type="email" id="form-email" name="email" required
data-i18n-placeholder="contact_page.form.placeholder.email">
</div>
<!-- Subject -->
<div class="form-group">
<label for="form-subject" data-i18n="contact_page.form.subject"></label>
<input type="text" id="form-subject" name="subject" required
data-i18n-placeholder="contact_page.form.placeholder.subject">
</div>
<!-- Message -->
<div class="form-group">
<label for="form-message" data-i18n="contact_page.form.message"></label>
<textarea id="form-message" name="message" rows="6" required
data-i18n-placeholder="contact_page.form.placeholder.message"></textarea>
</div>
<!-- hCaptcha widget (Web3Forms zero-config) -->
<div class="form-group">
<div class="h-captcha"
data-captcha="true"
data-theme="dark">
</div>
</div>
<!-- Submit button -->
<button type="submit" class="contact-submit-btn">
<span data-i18n="contact_page.form.submit"></span>
<svg xmlns="http://www.w3.org/2000/svg" class="arrow" viewBox="0 0 24 24"><path d="M5 12h13M12 5l7 7-7 7"/></svg>
</button>
</form>
</div> <!-- END contact form -->
</div>
</section>
</main>
<!-- ## FOOTER ## -->
<div id="footer"></div>
<!-- ## JAVASCRIPT ## -->
<script src="scripts/main.js"></script>
<script src="scripts/contacts.js"></script>
<script src="scripts/overlay.js"></script>
<script src="https://web3forms.com/client/script.js" async defer></script> <!-- Web3Forms script -->
</body>
</html>