-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascript_algorithms_and_data_structures.html
More file actions
33 lines (32 loc) · 1.42 KB
/
Copy pathjavascript_algorithms_and_data_structures.html
File metadata and controls
33 lines (32 loc) · 1.42 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
<!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">
<title>Nicke's Website</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<img class="logo" src="images\N1ckee SolutionsW.png">
<nav>
<ul class="header_links">
<li><a href="services.html">Services</a></li>
<li><a href="index.html">Projects</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<a href="contact.html"><button >Contact</button></a>
</header>
<div class="intro_box">
<h1>JavaScript Algorithms and Data Structures</h1>
</div>
<section class="background-fade-top">
<div class="box_text">
<p>I devoted around 300 hours to mastering JavaScript Algorithms and Data Structures via FreeCodeCamp. This immersive journey equipped me with an in-depth understanding of various algorithms and how data structures function.</p>
<a href="https://www.freecodecamp.org/certification/Nickee/javascript-algorithms-and-data-structures" target="_blank">Here is the proof of my certification</a>
</div>
</section>
</body>
</html>