-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
334 lines (264 loc) · 14.1 KB
/
contact.html
File metadata and controls
334 lines (264 loc) · 14.1 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Info -->
<title>Mit Patel - Contact</title>
<meta name="description" content="Mit Patel - Get In Touch">
<meta name="author" content="Mit Patel">
<!-- Open Graph Tags -->
<meta property="og:title" content="Mit Patel - Contact">
<meta property="og:type" content="website">
<meta property="og:url" content="127.0.0.1:5500/contact.html">
<meta property="og:image" content="127.0.0.1:5500/portfolio_media/photo_2.jpg">
<meta property="og:image:alt" content="Mit Patel Profile Image">
<!-- Preconnect for Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Custom Font -->
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/modern_normalize.css" />
<link rel="stylesheet" href="css/html5bp.css">
<link rel="stylesheet" href="css/main.css">
<!-- Set a theme color -->
<meta name="theme-color" content="#fafafa">
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="180x180" href="/icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header class="page-header">
<div class="container">
<div class="header-top flex-responsive">
<div class="header-info">
<h1>Mit Patel</h1>
<nav>
<ul class="inline-list flex-responsive">
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="tech-stack.html">Tech Stack</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="page-content">
<div class="container contact-container">
<main>
<section>
<h2 class="section-heading">Get In Touch</h2>
<p class="contact-intro">I'm always open to discussing new projects, creative ideas, or
opportunities to be part of an ambitious vision. Feel free to reach out.</p>
</section>
<section>
<h3 class="contact-subheading">Connect With Me On</h3>
<div class="contact-links">
<!-- Loop through your social links from the JSON -->
<a href="https://www.linkedin.com/in/mitcpatel" class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">
<!-- A simple way to get a Font Awesome icon based on the label -->
<!--
<i class="fab fa-linkedin"></i>
-->
</div>
<div class="contact-icon">
<!-- This now uses the SVG data read by the Python script -->
<svg aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
role="img"
width="16"
height="16"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z" />
</svg>
</div>
<div class="contact-label">LinkedIn</div>
</a>
<a href="https://github.com/GoJo-Rika" class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">
<!-- A simple way to get a Font Awesome icon based on the label -->
<!--
<i class="fab fa-github"></i>
-->
</div>
<div class="contact-icon">
<!-- This now uses the SVG data read by the Python script -->
<svg aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
role="img"
width="16"
height="16"
fill="currentColor"
class="bi bi-github"
viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8" />
</svg>
</div>
<div class="contact-label">GitHub</div>
</a>
<a href="https://leetcode.com/u/mitpatel_27/" class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">
<!-- A simple way to get a Font Awesome icon based on the label -->
<!--
<i class="fas fa-link"></i>
-->
</div>
<div class="contact-icon">
<!-- This now uses the SVG data read by the Python script -->
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LeetCode</title><path d="M13.483 0a1.374 1.374 0 0 0-.961.438L7.116 6.226l-3.854 4.126a5.266 5.266 0 0 0-1.209 2.104 5.35 5.35 0 0 0-.125.513 5.527 5.527 0 0 0 .062 2.362 5.83 5.83 0 0 0 .349 1.017 5.938 5.938 0 0 0 1.271 1.818l4.277 4.193.039.038c2.248 2.165 5.852 2.133 8.063-.074l2.396-2.392c.54-.54.54-1.414.003-1.955a1.378 1.378 0 0 0-1.951-.003l-2.396 2.392a3.021 3.021 0 0 1-4.205.038l-.02-.019-4.276-4.193c-.652-.64-.972-1.469-.948-2.263a2.68 2.68 0 0 1 .066-.523 2.545 2.545 0 0 1 .619-1.164L9.13 8.114c1.058-1.134 3.204-1.27 4.43-.278l3.501 2.831c.593.48 1.461.387 1.94-.207a1.384 1.384 0 0 0-.207-1.943l-3.5-2.831c-.8-.647-1.766-1.045-2.774-1.202l2.015-2.158A1.384 1.384 0 0 0 13.483 0zm-2.866 12.815a1.38 1.38 0 0 0-1.38 1.382 1.38 1.38 0 0 0 1.38 1.382H20.79a1.38 1.38 0 0 0 1.38-1.382 1.38 1.38 0 0 0-1.38-1.382z"/></svg>
</div>
<div class="contact-label">LeetCode</div>
</a>
<a href="https://www.hackerrank.com/profile/patel_m9521" class="contact-card" target="_blank" rel="noopener noreferrer">
<div class="contact-icon">
<!-- A simple way to get a Font Awesome icon based on the label -->
<!--
<i class="fas fa-link"></i>
-->
</div>
<div class="contact-icon">
<!-- This now uses the SVG data read by the Python script -->
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>HackerRank</title><path d="M0 0v24h24V0zm9.95 8.002h1.805c.061 0 .111.05.111.111v7.767c0 .061-.05.111-.11.111H9.95c-.061 0-.111-.05-.111-.11v-2.87H7.894v2.87c0 .06-.05.11-.11.11H5.976a.11.11 0 01-.11-.11V8.112c0-.06.05-.11.11-.11h1.806c.061 0 .11.05.11.11v2.869H9.84v-2.87c0-.06.05-.11.11-.11zm2.999 0h5.778c.061 0 .111.05.111.11v7.767a.11.11 0 01-.11.112h-5.78a.11.11 0 01-.11-.11V8.111c0-.06.05-.11.11-.11z"/></svg>
</div>
<div class="contact-label">HackerRank</div>
</a>
</div>
</section>
<section>
<h3 class="contact-subheading">Send Me An Email</h3>
<p class="contact-intro">The best way to reach me is by email. I'm very responsive and will get back
to you as soon as possible.</p>
<a href="mailto:patel.m9521@gmail.com" class="email-button">patel.m9521@gmail.com</a>
</section>
</main>
</div>
</div>
<footer class="page-footer">
<div class="container">
<p>© 2026 Mit Patel. All rights reserved.</p>
</div>
</footer>
<!-- ===== Style Switcher & JS ===== -->
<div class="theme-toggle-container">
<div id="theme-toggle-icon" class="theme-icon"><i class="fas"></i></div>
</div>
<script src="js/app.js"></script>
<!-- ===== In-house CSS for this page ===== -->
<style>
/* Remove the extra white space by preventing the body grid from stretching */
body {
grid-template-rows: auto auto auto;
}
.contact-container {
max-width: 800px;
/* Center the content in a readable column */
display: block;
/* Override the grid layout for a single column */
}
.contact-intro {
text-align: center;
font-size: 1.1rem;
margin-bottom: 2.5rem;
}
.contact-subheading {
text-align: center;
font-size: 1.2rem;
margin-bottom: 1.5rem;
font-weight: 500;
}
.contact-links {
display: flex;
justify-content: center;
gap: 1.5rem;
margin-bottom: 3rem;
}
.contact-card {
background-color: var(--card-bg-color);
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 1.5rem 2rem;
width: 150px;
text-align: center;
text-decoration: none;
color: var(--text-color) !important;
transition: all 0.2s ease-in-out;
}
.contact-card:hover {
transform: translateY(-5px);
border-color: var(--link-color);
}
/* .contact-icon with font-awesome (no longer used) */
/* font-size: 2.5rem; margin-bottom: 0.75rem; color: var(--link-color); */
.contact-icon {
/* Use flexbox to perfectly center the SVG inside */
display: flex;
align-items: center;
justify-content: center;
height: 48px;
/* Give the container a fixed height */
margin-bottom: 0.75rem;
}
/* This is the key: it targets and styles the SVG element itself */
.contact-icon svg {
height: 100%;
/* Make the SVG fill the container's height */
width: auto;
/* Let the width adjust automatically */
max-width: 48px;
/* Prevent wide icons from stretching too far */
fill: var(--link-color);
/* Make the icon's color match the theme */
}
.contact-label {
font-weight: 600;
}
.email-button {
display: block;
width: fit-content;
margin: 1rem auto;
padding: 12px 25px;
background-color: var(--link-color);
color: #fff !important;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: background-color 0.2s;
}
.email-button:hover {
background-color: var(--link-color-hover);
}
/* Mobile responsive: wrap contact cards into a grid */
@media (max-width: 48rem) {
.contact-links {
flex-wrap: wrap;
}
.contact-card {
width: calc(50% - 1rem);
/* 2 cards per row on tablets/small screens */
}
}
@media (max-width: 30rem) {
.contact-card {
width: 100%;
/* 1 card per row on very small screens */
}
}
</style>
</body>
</html>