-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
689 lines (650 loc) · 25.6 KB
/
index.html
File metadata and controls
689 lines (650 loc) · 25.6 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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Primary Meta Tags -->
<!-- TODO: Replace "Your Name" with your actual name throughout this file -->
<title>Your Name - Full Stack Developer | MERN Stack Specialist</title>
<meta
name="title"
content="Your Name - Full Stack Developer | MERN Stack Specialist"
/>
<meta
name="description"
content="Full-stack software engineer specializing in the MERN stack (MongoDB, Express, React, Node.js). Creating user-friendly web solutions and efficient applications."
/>
<!-- TODO: Update keywords with your name and relevant skills -->
<meta
name="keywords"
content="Your Name, Full Stack Developer, MERN Stack, MongoDB, Express, React, Node.js, JavaScript, Web Developer, Software Engineer, Web development, Portfolio"
/>
<meta name="author" content="Your Name" />
<meta name="robots" content="index, follow" />
<!-- TODO: Replace with your actual website URL -->
<link rel="canonical" href="https://yourwebsite.com" />
<!-- Favicon -->
<link rel="icon" href="./assets/coding_icon.png" type="image/png" />
<link
rel="apple-touch-icon"
href="./assets/coding_icon.png"
type="image/png"
/>
<!-- Open Graph / Facebook -->
<!-- TODO: Update all OG tags with your actual information and URLs -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yourwebsite.com" />
<meta
property="og:title"
content="Your Name - Full Stack Developer | MERN Stack Specialist"
/>
<meta
property="og:description"
content="Full-stack software engineer specializing in the MERN stack. Creating user-friendly web solutions and efficient applications."
/>
<!-- TODO: Create a social media card image (1200x630px) and update the path -->
<meta
property="og:image"
content="https://yourwebsite.com/assets/social-media-card.jpg"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Your Name - Full Stack Developer Portfolio"
/>
<meta property="og:site_name" content="Your Name Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<!-- TODO: Update Twitter card meta tags with your information -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://yourwebsite.com" />
<meta
name="twitter:title"
content="Your Name - Full Stack Developer | MERN Stack Specialist"
/>
<meta
name="twitter:description"
content="Full-stack software engineer specializing in MERN stack. View my portfolio and projects."
/>
<meta
name="twitter:image"
content="https://yourwebsite.com/assets/social-media-card.jpg"
/>
<meta
name="twitter:image:alt"
content="Your Name - Full Stack Developer Portfolio"
/>
<!-- TODO: Replace with your Twitter handle -->
<meta name="twitter:creator" content="@YourTwitter" />
<meta name="twitter:site" content="@YourTwitter" />
<!-- Additional SEO -->
<meta name="theme-color" content="#2563eb" />
<meta name="msapplication-TileColor" content="#2563eb" />
<meta name="application-name" content="Your Name Portfolio" />
<!-- Structured Data (JSON-LD) -->
<!-- TODO: Update all fields in the JSON-LD structured data with your information -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Your Name",
"url": "https://yourwebsite.com",
"jobTitle": "Full Stack Developer",
"description": "Full-stack software engineer specializing in the MERN stack",
"image": "https://yourwebsite.com/assets/your-photo.jpg",
"address": {
"@type": "PostalAddress",
"addressRegion": "Your State",
"addressLocality": "Your City"
},
"email": "your.email@example.com",
"sameAs": [
"https://github.com/yourusername",
"https://linkedin.com/in/yourusername"
]
}
</script>
<!-- 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=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet"
/>
<!-- Stylesheets -->
<link rel="stylesheet" href="styles.css" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
rel="stylesheet"
/>
<!-- Scripts -->
<!-- Optional: Short Contact Form - comment out to remove-->
<script
src="https://cdn.jsdelivr.net/gh/DevManSam777/forms@latest/contact-form.js"
defer
></script>
<!--Optional: Full Web Inquiry Form -uncomment to-->
<!-- <script
src="https://cdn.jsdelivr.net/gh/DevManSam777/forms@latest/web-inquiry-form.js" defer
></script> -->
<!-- Optional: Back to Top Button - comment out to remove -->
<script
src="https://cdn.jsdelivr.net/gh/DevManSam777/back-to-top@main/back-to-top.js"
defer
></script>
<!-- Optional: Custom Cursor - comment out to remove -->
<script
src="https://cdn.jsdelivr.net/gh/DevManSam777/custom-cursor@main/custom-cursor.js"
defer
></script>
<!-- Optional: Typewriter Effect - comment out to remove -->
<script
src="https://cdn.jsdelivr.net/gh/DevManSam777/typewriter-web-component@main/typewriter-component.js"
defer
></script>
<script src="script.js" defer></script>
</head>
<body>
<!-- Optional: Custom Cursor - comment out to remove -->
<style>
body {
cursor: none;
}
</style>
<custom-cursor theme="blue"></custom-cursor>
<!--end Custom Cursor-->
<!-- Optional: Back to Top Button - comment out to remove -->
<back-to-top
size="4rem"
side-offset=".5rem"
bottom-offset="1rem"
background-color="rgba(36, 99, 234, 0.4)"
primary-color="#f59e0b"
dark-background-color="rgba(59, 129, 245, 0.4)"
hover-lift="8px"
animation-duration=".4s"
backdrop-blur="0px"
></back-to-top>
<!-- Header -->
<header class="header">
<nav class="nav">
<div>
<a href="#home">
<!-- TODO: Replace with your own logo/icon if desired -->
<img
src="assets/code_icon.png"
alt="Logo"
class="icon"
loading="lazy"
/>
</a>
</div>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<!-- Optional: Blog Section - Uncomment if you want to use the blog feature -->
<!-- <li><a href="#blog">Blog</a></li> -->
<li><a href="#contact">Contact</a></li>
<li>
<button
class="theme-toggle"
onclick="toggleTheme()"
aria-label="Toggle between light and dark theme"
>
<i class="fas fa-moon" id="theme-icon" aria-hidden="true"></i>
</button>
</li>
</ul>
<button
class="mobile-menu-btn"
aria-label="Open mobile navigation menu"
aria-expanded="false"
>
<i class="fas fa-bars" aria-hidden="true"></i>
</button>
</nav>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="container">
<div class="hero-content fade-in">
<!-- TODO: Replace with your name -->
<h1>Your Name</h1>
<!-- TODO: Update with your title/role -->
<p class="subtitle">Your Title | Your Specialty</p>
<!-- TODO: Write your own description -->
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
ad minim veniam, quis nostrud exercitation ullamco laboris.
</p>
<div class="cta-buttons">
<a href="#projects" class="btn btn-primary">
<i class="fas fa-code" aria-hidden="true"></i>
Recent Projects
</a>
<a href="#contact" class="btn btn-outline">
<i class="fas fa-envelope" aria-hidden="true"></i>
Get In Touch
</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About Me</h2>
<!-- TODO: Update the tagline -->
<p>Your tagline goes here</p>
</div>
<div class="about-content">
<div class="about-image">
<div class="placeholder">
<i class="fas fa-user"></i>
<!-- TODO: Replace the icon with your photo by uncommenting below and adding your image -->
<!-- <img src="assets/your-photo.jpg" alt="Your Name" loading="lazy" /> -->
</div>
</div>
<div class="about-text">
<!-- TODO: Replace with your name -->
<h3>Hello! I'm Your Name</h3>
<!-- TODO: Write your own bio - these are just examples -->
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
</p>
<p>
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.
</p>
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem
accusantium doloremque laudantium, totam rem aperiam, eaque ipsa
quae ab illo inventore veritatis.
</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<div class="section-title">
<h2>Skills & Technologies</h2>
<p>The tools and technologies I use to bring ideas to life</p>
</div>
<!-- TODO: Update the skills lists below with your actual skills -->
<div class="skills-grid">
<div class="skill-category">
<h3><i class="fas fa-code" aria-hidden="true"></i> Category 1</h3>
<ul class="skill-list">
<li>Skill 1</li>
<li>Skill 2</li>
<li>Skill 3</li>
<li>Skill 4</li>
<li>Skill 5</li>
</ul>
</div>
<div class="skill-category">
<h3><i class="fas fa-server" aria-hidden="true"></i> Category 2</h3>
<ul class="skill-list">
<li>Skill 1</li>
<li>Skill 2</li>
<li>Skill 3</li>
<li>Skill 4</li>
<li>Skill 5</li>
</ul>
</div>
<div class="skill-category">
<h3><i class="fas fa-tools" aria-hidden="true"></i> Category 3</h3>
<ul class="skill-list">
<li>Skill 1</li>
<li>Skill 2</li>
<li>Skill 3</li>
<li>Skill 4</li>
<li>Skill 5</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<div class="section-title">
<h2>Featured Projects</h2>
<p>Showcase your best work here</p>
</div>
<!-- TODO: Replace these example projects with your actual projects -->
<div class="projects-grid">
<!-- Project 1 -->
<div class="project-card">
<div class="project-image">
<i class="fas fa-laptop-code"></i>
<!-- TODO: Replace icon with your project image by uncommenting below -->
<!-- <img src="assets/project1.jpg" alt="Project 1" loading="lazy" /> -->
</div>
<div class="project-content">
<!-- TODO: Update project title -->
<h3>Project 1</h3>
<!-- TODO: Update project description -->
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Asperiores facilis sint, voluptas tempore autem quia, impedit
distinctio deleniti dolorem, ipsam dolor laboriosam aliquid
recusandae nulla veritatis vero odit quae veniam?
</p>
<!-- TODO: Update technology tags -->
<div class="project-tech">
<span class="tech-tag">Technology 1</span>
<span class="tech-tag">Technology 2</span>
<span class="tech-tag">Technology 3</span>
</div>
<!-- TODO: Update project links -->
<div class="project-links">
<a
href="#"
target="_blank"
rel="noopener noreferrer"
aria-label="View live demo"
>
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
Live Demo
</a>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
aria-label="View source code on GitHub"
>
<i class="fab fa-github" aria-hidden="true"></i> GitHub
</a>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="project-card">
<div class="project-image">
<i class="fas fa-code"></i>
<!-- TODO: Replace icon with your project image by uncommenting below -->
<!-- <img src="assets/project2.jpg" alt="Project 2" loading="lazy" /> -->
</div>
<div class="project-content">
<!-- TODO: Update project title -->
<h3>Project 2</h3>
<!-- TODO: Update project description -->
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Asperiores facilis sint, voluptas tempore autem quia, impedit
distinctio deleniti dolorem, ipsam dolor laboriosam aliquid
recusandae nulla veritatis vero odit quae veniam?
</p>
<!-- TODO: Update technology tags -->
<div class="project-tech">
<span class="tech-tag">Technology 1</span>
<span class="tech-tag">Technology 2</span>
<span class="tech-tag">Technology 3</span>
</div>
<!-- TODO: Update project links -->
<div class="project-links">
<a
href="#"
target="_blank"
rel="noopener noreferrer"
aria-label="View live demo"
>
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
Live Demo
</a>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
aria-label="View source code on GitHub"
>
<i class="fab fa-github" aria-hidden="true"></i> GitHub
</a>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="project-card">
<div class="project-image">
<i class="fas fa-desktop"></i>
<!-- TODO: Replace icon with your project image by uncommenting below -->
<!-- <img src="assets/project3.jpg" alt="Project 3" loading="lazy" /> -->
</div>
<div class="project-content">
<!-- TODO: Update project title -->
<h3>Project 3</h3>
<!-- TODO: Update project description -->
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Asperiores facilis sint, voluptas tempore autem quia, impedit
distinctio deleniti dolorem, ipsam dolor laboriosam aliquid
recusandae nulla veritatis vero odit quae veniam?
</p>
<!-- TODO: Update technology tags -->
<div class="project-tech">
<span class="tech-tag">Technology 1</span>
<span class="tech-tag">Technology 2</span>
<span class="tech-tag">Technology 3</span>
</div>
<!-- TODO: Update project links -->
<div class="project-links">
<a
href="#"
target="_blank"
rel="noopener noreferrer"
aria-label="View live demo"
>
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
Live Demo
</a>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
aria-label="View source code on GitHub"
>
<i class="fab fa-github" aria-hidden="true"></i> GitHub
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Section (Optional - Uncomment to use) -->
<!-- TODO: To enable the blog section:
1. Uncomment this entire section
2. Uncomment the blog link in the navigation above
3. Update the JavaScript in script.js (see fetchHashnodePosts function)
4. Replace 'yourblog.com' with your actual blog URL
-->
<!-- <section id="blog" class="blog">
<div class="container">
<div class="section-title">
<h2 class="blog-header">Latest Blog Posts</h2>
<p>Thoughts and insights about web development and technology</p>
</div>
<div class="blog-grid">
Blog posts will be dynamically loaded here by JavaScript
</div>
<div class="blog-cta">
<a
href="https://yourblog.com"
target="_blank"
rel="noopener noreferrer"
class="btn btn-primary"
aria-label="View all blog posts"
>
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
View All Posts
</a>
</div>
</div>
</section> -->
<!-- Contact Section -->
<section id="contact" class="contact">
<!-- Optional: Typewriter Effect - Uncomment if desired -->
<!-- TODO: Uncomment and customize the typewriter phrases if you want to use it -->
<div class="typewriter-container">
<typewriter-effect
phrases='["Project idea?", "Need a website?", "Get in touch!"]'
font-size="2.5rem"
font-family="Nunito"
font-weight="bold"
style="
background: linear-gradient(
135deg,
var(--primary-color),
var(--accent-color)
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
"
>
</typewriter-effect>
</div>
<div class="container">
<div class="contact-intro">
<!-- <h2>Let's Work Together</h2> -->
<!-- TODO: Update with your own contact section message -->
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<!--
Web Inquiry Form Component
This uses the web-inquiry-form web component by DevManSam777.
See documentation at: https://github.com/DevManSam777/web_inquiry_form
BACKEND OPTIONS:
Option 1 (Recommended): Use DevLeads
DevLeads is a complete lead/project management system that handles form submissions,
sends email notifications, and provides a dashboard to manage inquiries.
GitHub: https://github.com/DevManSam777/devleads
Simply deploy DevLeads and update the api-url attribute below to point to your instance.
Option 2: Use Your Own API
Create your own backend API endpoint and update the api-url attribute below.
Option 3: Replace the Form
Replace this entire web-inquiry-form component with your preferred form solution.
TODO: Update the api-url attribute below with your actual API endpoint.
You can customize the form colors and styling with the attributes below. Full instructions and a list of available custom attributes can be found here: https://github.com/devmansam777/forms
-->
<div class="contact-form-container">
<!--Comment this out and it's script import in the head section and uncomment the full web inquiry form and its script import in head section to use that instead-->
<contact-form
endpoint="https://www.your-api-endpoint-url-goes-here"
primary-color="#2563eb"
background-color="rgba(255, 255, 255, 0.1)"
text-color="#2563eb"
border-color="rgba(209, 213, 219, 0.9)"
border-radius="8px"
input-background-color="rgba(249, 250, 251, 0.9)"
input-text-color="#000000"
input-border-color="rgba(209, 213, 219, 0.9)"
font-size="16px"
google-font="Nunito Sans"
dark-primary-color="#3b82f6"
dark-background-color="rgba(32, 41, 55, 0.1)"
dark-text-color="#3b82f6"
dark-border-color="rgba(57, 65, 75, 0.5)"
dark-input-background-color="rgba(31, 41, 55, 0.5)"
dark-input-text-color="#f3f4f6"
dark-input-border-color="rgba(57, 65, 75, 0.5)"
heading="Contact Form"
success-message="Thank you! We'll get back to you soon!"
></contact-form>
<!-- Uncomment the web-inquiry-form to use that instead of short form as well as script import for it in head section-->
<!-- <web-inquiry-form
api-url="https://www.your-api-endpoint-url-goes-here"
id="contact-form"
form-title="Web Development Inquiry"
primary-color="#2563eb"
background-color="rgba(255, 255, 255, 0.1)"
text-color="#2563eb"
border-color="rgba(229, 231, 235, 0.9)"
border-radius="8px"
font-size="16px"
google-font="Nunito Sans"
input-background-color="rgba(249, 250, 251, 0.9)"
input-text-color="#000000"
input-border-color="rgba(209, 213, 219, 0.9)"
fieldset-background-color="rgba(255, 255, 255, 0.3)"
success-color="#22c55e"
error-color="#ef4444"
progress-color="#2563eb"
dark-primary-color="#3b82f6"
dark-background-color="rgba(32, 41, 55, 0.1)"
dark-text-color="#3b82f6"
dark-border-color="rgba(57, 65, 75, 0.5)"
dark-input-background-color="rgba(31, 41, 55, 0.5)"
dark-input-text-color="#f3f4f6"
dark-input-border-color="rgba(57, 65, 75, 0.5)"
dark-fieldset-background-color="rgba(32, 41, 55, 0.3)"
dark-success-color="#4ade80"
dark-error-color="#f87171"
dark-progress-color="#3b82f6"
></web-inquiry-form> -->
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-left">
<!-- TODO: Replace "Your Name" with your actual name -->
<p>
© <span id="current-year"></span> Your Name. All rights
reserved.
</p>
</div>
<!-- TODO: Update all social media links with your actual profiles -->
<div class="social-links">
<a href="mailto:your.email@example.com" aria-label="Send email">
<i class="fas fa-envelope" aria-hidden="true"></i>
</a>
<a
href="https://github.com/yourusername"
target="_blank"
rel="noopener noreferrer"
aria-label="Visit GitHub profile"
>
<i class="fab fa-github" aria-hidden="true"></i>
</a>
<a
href="https://linkedin.com/in/yourusername"
target="_blank"
rel="noopener noreferrer"
aria-label="Visit LinkedIn profile"
>
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
<a
href="https://twitter.com/yourusername"
target="_blank"
rel="noopener noreferrer"
aria-label="Visit Twitter profile"
>
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>