-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
321 lines (266 loc) Β· 16.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- For SEO Purposes // Start -->
<!-- Google Analytics // Start -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GA_TRACKING_ID');
</script>
<!-- Google Analytics // End -->
<!-- Structured Data (JSON-LD) // Start -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy",
"url": "https://github.com/thenocturnaldevgypsy-io/nightfall-bootstrap-template-personal",
"author": {
"@type": "Person",
"name": "TheNocturnalDevGypsy [ Abegail Baustista Torrendon ]"
},
"description": "",
"sameAs": [
"https://www.github.com/thenocturnaldevgypsy-io"
]
}
</script>
<!-- Structured Data (JSON-LD) // End -->
<!-- For Essential Meta Tags // Start -->
<title>Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy</title>
<meta name="description" content="Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy">
<meta name="keywords" content="nightfall, thenocturnaldevgypsy, portfolio, personal website, bootstrap theme, responsive website">
<meta name="author" content="TheNocturnalDevGypsy [ Abegail Baustista Torrendon ]">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://github.com/thenocturnaldevgypsy-io/nightfall-bootstrap-template-personal">
<!-- For Essential Meta Tags // End -->
<!-- Social Media Meta Tags (Open Graph) // Start -->
<meta property="og:title" content="Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy">
<meta property="og:description" content="Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy">
<meta property="og:image" content="https://thenocturnaldevgypsy-io.github.io/assets/images/preview-image.jpg">
<meta property="og:url" content="https://github.com/thenocturnaldevgypsy-io/nightfall-bootstrap-template-personal">
<meta property="og:type" content="website">
<!-- Social Media Meta Tags (Open Graph) // End -->
<!-- Twitter Card Meta Tags // Start -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy">
<meta name="twitter:description" content="Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy">
<meta name="twitter:image" content="https://github.com/thenocturnaldevgypsy-io/nightfall-bootstrap-template-personal/tree/master/assets/images/preview-image.jpg">
<!-- Twitter Card Meta Tags // End -->
<!-- Favicons // Start -->
<link rel="apple-touch-icon" href="assets/images/favicons/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="assets/images/favicons/favicon.png" sizes="32x32" type="image/png">
<link rel="icon" href="assets/images/favicons/favicon.png" sizes="16x16" type="image/png">
<link rel="manifest" href="assets/images/favicons/manifest.json">
<link rel="mask-icon" href="assets/images/favicons/safari-pinned-tab.svg" color="#70c3ff">
<link rel="icon" href="assets/images/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#70c3ff">
<meta name="msapplication-TileImage" content="assets/images/favicons/favicon.png">
<meta name="theme-color" content="#70c3ff">
<!-- Favicons // End -->
<!-- CDN: Google Fonts // Start -->
<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=REM:[email protected]&display=swap" rel="stylesheet">
<!-- CDN: Google Fonts // End -->
<!-- For SEO Purposes // End -->
<!-- Library CSS Files // Start -->
<link href="assets/library/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/library/fontawesome-free/css/all.css" rel="stylesheet">
<link href="assets/library/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/library/aos/aos.css" rel="stylesheet">
<link href="assets/library/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Library CSS Files // End -->
<!-- Theme CSS Files // Start -->
<link rel="stylesheet" href="assets/css/main.styles.css">
<!-- Theme CSS Files // End -->
<!-- ============================================================================================================================
* Version and Updated: Version 2.0.0, Nov 5 2024 with Bootstrap v5.3.3
* Author: github.com/TheNocturnalDevGypsy-io [ Abegail Baustista Torrendon ]
* GitHub Source: https://github.com/thenocturnaldevgypsy-io/nightfall-bootstrap-template-personal
* License: MIT License - https://github.com/thenocturnaldevgypsy-io/nightfall-bootstrap-template-personal/blob/master/LICENSE
============================================================================================================================== -->
</head>
<body class="service-details-page">
<!-- Header and Navigation Menu // Start -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<!-- Logo and Header Text // Start -->
<a href="index.html" class="logo d-flex align-items-center"><img src="assets/images/logo.png" alt=""><h1 class="sitename">Nightfall</h1></a>
<!-- Logo and Header Text // End -->
<!-- Navbar Links // Start -->
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li class="dropdown"><a href="#"><span>Services</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="services-1.html">Services Page</a></li>
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html" class="active">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<!-- Navbar Links // End -->
</div>
</header>
<!-- Header and Navigation Menu // End -->
<!-- Content // Start -->
<main class="main" data-aos="fade" data-aos-delay="100">
<!-- Page Title // Start -->
<div class="page-title">
<div class="heading">
<div class="container">
<div class="row d-flex justify-content-center text-center">
<div class="col-lg-8">
<h1>Contact</h1>
<h2>See what I can do and how to hire and contact me.</h2>
<p class="mb-0">Something for later.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Page Title // End -->
<!-- Hire Me Details Section // Start -->
<section id="service-details" class="service-details section">
<div class="container">
<div class="row gy-4">
<!-- Hire Me Details Section > Lising // Start -->
<div class="col-lg-4">
<!-- Hire Me > Listing > Title // Start -->
<div class="services-section-title">
<h3>Contact me!</h3>
<div><span>I am</span> <span class="description-title">#OpenToWork / Available</span></div>
</div>
<!-- Hire Me > Listing > Title // End -->
<p class="py-1">To know more about my background, domain knowledge, and experiences, feel free to check the following:</p>
<!-- Services > Background > Listing // Start -->
<div class="services-list">
<a href="about.html">About</a>
<a href="education.html">Education</a>
<a href="experience.html">Experience</a>
<a href="portfolio.html">Portfolio</a>
</div>
<!-- Services > Background > Listing // End -->
<p>Feel free to check the <strong><a href="services-1.html">services</a></strong> I'm offering!</p>
</div>
<!-- Hire Me Details Section > Lising // End -->
<!-- Hire Me Details Section > Information // Start -->
<div class="col-lg-8">
<img src="assets/images/hire-me.jpg" alt="" class="img-fluid services-img">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris.</p>
<!-- Hire Me > Details > Listing // Start -->
<h4 class="service-accent"><i class="fa-solid fa-rocket"></i> Lorem ipsum dolor sit amet</h4>
<div class="hire-details">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque ut risus at erat pharetra suscipit at non tortor. Fusce vitae neque sit amet lorem sodales tempus. Vivamus consectetur lorem sit amet purus sollicitudin, a cursus erat vehicula.
</p>
</div>
<!-- Hire Me > Details > Listing // End -->
<p>Feel free to contact me by the following:</p>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="hire-details">
<div class="row">
<!-- Contact Details > Left Column - Icon / Start -->
<div class="col-2">
<i class="fa-solid fa-envelope-open-text"></i>
</div>
<!-- Contact Details > Left Column - Icon / End -->
<!-- Contact Details > Right Column - Text / Start -->
<div class="col-10">
<p class="hire-details-info">Email</p>
<p><a href="mailto:email" target="_blank">[email protected]</a></p>
</div>
<!-- Contact Details > Right Column - Text / End -->
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="hire-details">
<div class="row">
<!-- Contact Details > Left Column - Icon / Start -->
<div class="col-2">
<i class="fa-brands fa-telegram"></i>
</div>
<!-- Contact Details > Left Column - Icon / End -->
<!-- Contact Details > Right Column - Text / Start -->
<div class="col-10">
<p class="hire-details-info">via Telegram</p>
<p><a href="" target="_blank">@yourusername</a></p>
</div>
<!-- Contact Details > Right Column - Text / End -->
</div>
</div>
</div>
</div>
</div>
<p>And don't forget to follow/subscribe to my social media accounts!</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/yourusername/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://github.com/yourusername" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://x.com/yourusername"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.instagram.com/yourusername/"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
<!-- Hire Me Details Section > Information // End -->
</div>
</div>
</section>
<!-- Hire Me Details Section // End -->
</main>
<!-- Content // End -->
<!-- Footer and SNS Icons // Start -->
<footer id="footer" class="footer dark-background">
<div class="container">
<h3 class="sitename">Nightfall</h3>
<p>© 2024 | <span class="footer-accent"><i class="fa-brands fa-github"></i></span> <a href="https://github.com/thenocturnaldevgypsy-io/nightfall-bootstrap-template-personal" target="_blank">Nightfall : Free Personal Website Theme built with Bootstrap 5.3.3 by TheNocturnalDevGypsy</a> | Made with <span class="footer-accent"><i class="fa-solid fa-heart"></i></span> + <span class="footer-accent"><i class="fa-brands fa-bootstrap"></i></span></p>
<div class="social-links d-flex justify-content-center">
<a href="https://www.linkedin.com/in/yourusername/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://github.com/yourusername" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://x.com/yourusername"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.instagram.com/yourusername/"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</footer>
<!-- Footer and SNS Icons // End -->
<!-- Scroll Top // Start -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Scroll Top // End -->
<!-- Preloader // Start -->
<div id="preloader"></div>
<!-- Preloader // End -->
<!-- Library JS Files // Start -->
<script src="assets/library/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/library/aos/aos.js"></script>
<script src="assets/library/typed.js/typed.umd.js"></script>
<script src="assets/library/purecounter/purecounter_vanilla.js"></script>
<script src="assets/library/waypoints/noframework.waypoints.js"></script>
<script src="assets/library/swiper/swiper-bundle.min.js"></script>
<script src="assets/library/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/library/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Library JS Files // Start -->
<!-- Theme JS Files // Start -->
<script src="assets/js/main.core.js"></script>
<!-- Theme JS Files // End -->
</body>
</html>