-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (36 loc) · 1.83 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FreeCodeCamp | Projects</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/9a9932fbd4.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="icons">
<ul>
<li class="lia"><a href="https://mail.google.com/mail/?view=cm&fs=1&to=tannnujkumar@gmail.com" target="_blank"><i class="fas fa-envelope fa-2x"></i></a></li>
<li class="lia"><a href="https://www.github.com/AmTanny" target="_blank"><i class="fab fa-github fa-2x"></i></a></li>
<li class="lia"><a href="https://www.linkedin.com/in/tanuj-kumar-8b4a5b1a4/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a></li>
</ul>
</div>
<div class="container">
<div id="heading">
<div id="h-1">freeCodeCamp <a href="https://www.freecodecamp.org/"><i class="fab fa-free-code-camp"></i></a></div>
<div id="h-2"><a class="fcc" href="https://www.freecodecamp.org/learn/responsive-web-design">Responsive Web Design</a></div>
<div id="h-3">Projects.</div>
</div>
<div id="projects">
<ol>
<li><a href="project-1/index.html">Build a Tribute Page.</a></li>
<li><a href="project-2/index.html">Build a Survey Form.</a></li>
<li><a href="project-3/index.html">Build a Product Landing Page.</a></li>
<li><a href="project-4/index.html">Build a Technical Documentation Page.</a></li>
<li><a href="project-5/index.html">Build a Personal Portfolio Webpage.</a></li>
</ol>
</div>
</div>
</body>
</html>