-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.42 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
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Nikhil Sharma - Projects</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<h1> Projects </h1>
<h3 >Front End</h3>
<ul>
<li><a href="./website">Company Website</a></li>
<li><a href="./website/size/">Box Size Calculator</a></li>
<li><a href="./nanodegree/">FrontEnd Nanodegree Project -Simple</a></li>
<li><a href="./nanodegree/responsive.html">FrontEnd Nanodegree Project -Responsive</a></li>
<li><a href="https://nikneal91.github.io/ns-blog/">A simple blog - using jekyll</a></li>
</ul>
<h3>FreeCodeCamp.org Practise</h3>
<ul>
<li><a href="./freecodecamp/html/">HTML - Build a Cat Photo App</a></li>
<li><a href="./freecodecamp/css/">CSS - Build a Cafe Menu</a></li>
<li><a href="./freecodecamp/survey/">HTML - Build a Survey Form</a></li>
</ul>
<h3>React Js Practise</h3>
<ul>
<li><a href="./movieland">ReactJS - MovieLand</a></li>
<li><a href="./kharchra">ReactJS - Waste Management App</a></li>
</ul>
<h3>Github Portfolio</h3>
<ul>
<li><a href="./gitprofile">Github - Portfolio</a></li>
</ul>
</body>
</html>