-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog - Copy.html
47 lines (46 loc) · 1.99 KB
/
blog - Copy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio website project intern</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="sidebar">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/intro.html">My Intro</a></li>
<li><a href="/experiance.html">Experience</a></li>
<li><a href="/Resume .pdf">Resume</a></li>
<li><a href="/skill.html">Skill</a></li>
<li><a href="/Contact.html">Contact Me</a></li>
</ul>
</nav>
</div>
<div class="main">
<div class="blogcontainer">
<div class="blogItem">
<h1>Blog By Amit Kumar - the legend</h1>
<h2>Front-end Developer</h2>
<p>This is my first project on web Development for intership project Thanks for giving this opportunity @Bharat intern</p>
</div>
<div class="blogItem">
<h1>Blog By Amit Kumar - the legend</h1>
<h2>Front-end Developer</h2>
<p>This is my first project on web Development for intership project Thanks for giving this opportunity @Bharat intern</p>
</div>
<div class="blogItem">
<h1>Blog By Amit Kumar - the legend</h1>
<h2>Front-end Developer</h2>
<p>This is my first project on web Development for intership project Thanks for giving this opportunity @Bharat intern</p>
<p>Thanks Bharat intern for giving this opportunity</p>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>