-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
282 lines (249 loc) · 14.3 KB
/
contact.html
File metadata and controls
282 lines (249 loc) · 14.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Gabriel Cavazos | Premium Web Development Services</title>
<meta name="description" content="Get in touch with Gabriel Cavazos for premium web development, UI/UX design services, and digital consulting. Based in Laredo, TX.">
<meta name="keywords" content="contact developer, hire web developer, Gabriel Cavazos, web development services, UI/UX design, digital consulting, Laredo">
<meta name="author" content="Gabriel Cavazos">
<!-- Canonical URL -->
<link rel="canonical" href="https://gcavazo1.github.io/personal_link_tree/contact.html">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/favicon.png">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="contact-styles.css">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Contact Gabriel Cavazos | Premium Web Development Services">
<meta property="og:description" content="Get in touch for premium web development, UI/UX design services, and digital consulting. Based in Laredo, TX.">
<meta property="og:image" content="https://gcavazo1.github.io/personal_link_tree/assets/og-image.jpg">
<meta property="og:url" content="https://gcavazo1.github.io/personal_link_tree/contact.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Gabriel Cavazos Development">
<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Contact Gabriel Cavazos | Premium Web Development Services">
<meta name="twitter:description" content="Get in touch for premium web development, UI/UX design services, and digital consulting.">
<meta name="twitter:image" content="https://gcavazo1.github.io/personal_link_tree/assets/og-image.jpg">
<meta name="twitter:creator" content="@gabrielcavazos">
<!-- Schema.org structured data for contact page -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ContactPage",
"name": "Contact Gabriel Cavazos",
"description": "Get in touch with Gabriel Cavazos for premium web development, UI/UX design services, and digital consulting.",
"url": "https://gcavazo1.github.io/personal_link_tree/contact.html",
"mainEntity": {
"@type": "Person",
"name": "Gabriel Cavazos",
"email": "gigacode.developer@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Laredo",
"addressRegion": "TX",
"addressCountry": "US"
},
"jobTitle": "Web Developer",
"url": "https://gcavazo1.github.io/personal_link_tree/"
}
}
</script>
<!-- Google reCAPTCHA -->
<!-- TODO: Re-implement reCAPTCHA after fixing integration issues -->
<!-- <script src="https://www.google.com/recaptcha/api.js" async defer></script> -->
</head>
<body class="contact-page">
<!-- Custom cursor -->
<div class="cursor-dot" id="cursor-dot" aria-hidden="true"></div>
<div class="custom-cursor" id="custom-cursor" aria-hidden="true"></div>
<!-- Shader Canvas for Background -->
<canvas id="contact-shader-canvas" aria-label="Interactive background shader" role="img"></canvas>
<!-- Back Navigation -->
<div class="back-nav">
<a href="index.html" class="back-link">
<i class="fas fa-arrow-left" aria-hidden="true"></i>
<span>Back to Home</span>
</a>
</div>
<div class="contact-container">
<header class="contact-header">
<div class="contact-logo">
<h1>Gabriel Cavazos</h1>
<div class="tagline">Premium Digital Services</div>
</div>
</header>
<main class="contact-main">
<div class="contact-grid">
<!-- Left side: Contact Information -->
<div class="contact-info-container section-to-animate">
<div class="contact-intro">
<h2 class="contact-title">Let's Connect</h2>
<div class="section-divider"></div>
<p class="contact-message">
Thank you for your interest in my premium digital services. I'm dedicated to creating exceptional digital experiences that elevate your brand and drive measurable results.
</p>
</div>
<div class="contact-details">
<div class="contact-method">
<div class="method-icon">
<i class="fas fa-envelope" aria-hidden="true"></i>
</div>
<div class="method-info">
<h3>Email</h3>
<a href="mailto:gcavazo1@gmail.com">gcavazo1@gmail.com</a>
</div>
</div>
<div class="contact-method">
<div class="method-icon">
<i class="fas fa-map-marker-alt" aria-hidden="true"></i>
</div>
<div class="method-info">
<h3>Location</h3>
<p>Laredo, Texas, United States</p>
</div>
</div>
<div class="contact-method">
<div class="method-icon">
<i class="fas fa-clock" aria-hidden="true"></i>
</div>
<div class="method-info">
<h3>Availability</h3>
<p>Available at all times<br>Most responsive 8AM - 8PM CST</p>
</div>
</div>
</div>
<div class="social-connect">
<h3 class="social-title">Connect With Me</h3>
<div class="social-links">
<a href="https://www.facebook.com/gabriel.cavazos.5473/" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Facebook">
<i class="fab fa-facebook-f" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/gabrielzosavac/" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Instagram">
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://github.com/Gcavazo1" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="GitHub">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/yourusername" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="LinkedIn">
<i class="fab fa-linkedin-in" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="map-container">
<div class="map-overlay">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d111193.26313184325!2d-99.56471507414126!3d27.530767624550803!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8662c295a4419875%3A0x8a55a373097d3831!2sLaredo%2C%20TX!5e0!3m2!1sen!2sus!4v1710407562989!5m2!1sen!2sus"
width="100%"
height="300"
style="border:0;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
title="Map of Laredo, Texas"
aria-label="Google Maps showing Laredo, Texas location">
</iframe>
<div class="map-accent"></div>
</div>
</div>
</div>
<!-- Right side: Contact Form -->
<div class="contact-form-container section-to-animate">
<h2 class="form-title">Send a Message</h2>
<div class="section-divider"></div>
<form id="contact-form" class="contact-form">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="phone">Phone Number (Optional)</label>
<input type="tel" id="phone" name="phone">
</div>
<div class="form-group">
<label for="inquiry-type">Type of Inquiry</label>
<select id="inquiry-type" name="inquiry-type" required>
<option value="" disabled selected>Select an option...</option>
<option value="web-development">Web Development</option>
<option value="digital-consulting">Digital Consulting</option>
<option value="ui-ux-design">UI/UX Design</option>
<option value="seo-optimization">SEO Optimization</option>
<option value="other">Other Services</option>
</select>
</div>
<div class="form-group">
<label for="budget">Budget Range (Optional)</label>
<select id="budget" name="budget">
<option value="" disabled selected>Select a range...</option>
<option value="under-5k">Under $5,000</option>
<option value="5k-10k">$5,000 - $10,000</option>
<option value="10k-20k">$10,000 - $20,000</option>
<option value="over-20k">Over $20,000</option>
<option value="not-sure">Not sure yet</option>
</select>
</div>
<div class="form-group full-width">
<label for="message">Your Message</label>
<textarea id="message" name="message" rows="6" required></textarea>
</div>
<div class="form-group full-width">
<!-- TODO: Re-implement reCAPTCHA after fixing integration issues -->
<!--
<div class="captcha-container">
<div id="g-recaptcha-container" class="g-recaptcha" data-sitekey="6LcyKfQqAAAAADcGhM2zQF2einkv6jtJa_l6EESU"></div>
<div class="captcha-note">This helps prevent spam submissions</div>
</div>
-->
</div>
<div class="form-group full-width">
<div class="privacy-notice">
By submitting this form, you agree to my <a href="#" class="gold-text">privacy policy</a>.
Your information will never be shared with third parties.
</div>
</div>
<button type="submit" class="submit-button">
<span>Send Message</span>
<i class="fas fa-paper-plane"></i>
</button>
</form>
</div>
</div>
</main>
<footer class="contact-footer">
<div class="footer-content">
<div class="footer-logo">
<h3>Gabriel Cavazos</h3>
<p>Premium Digital Services</p>
</div>
<div class="footer-links">
<a href="index.html">Home</a>
<a href="consulting.html">Consulting</a>
<a href="index.html#services-modal">Services</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="copyright">
© <span id="current-year"></span> Gabriel Cavazos. All rights reserved.
</div>
</footer>
</div>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="contact.js"></script>
<script>
// Set current year in footer
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>