forked from Subhash2807/Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
59 lines (53 loc) · 2.3 KB
/
post.html
File metadata and controls
59 lines (53 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>Assignment</title>
<link rel="stylesheet" href="css/blog.css">
<link rel="stylesheet" href="css/post.css">
</head>
<body>
<div class="body">
<div class="nav">
<div class="socialMedia">
<a href="Contact.html" class="social"><img src="png/facebook.png"></a>
<a href="Contact.html" class="social"><img src="png/twitter.png"></a>
<a href="Contact.html" class="social"><img src="png/google-plus.png"></a>
<a href="Contact.html" class="social"><img src="png/whatsapp.png"></a>
</div>
<div class="flex">
<div class="name">
<a href="about.html"><h1>Subhash</h1></a>
</div>
<div class="menu">
<ul>
<li class="link">
<a href="home.html">Home</a>
</li>
<li class="link">
<a href="about.html">About</a>
</li>
<li class="link">
<a href="project.html">Project</a>
</li>
<li class="link">
<a href="post.html">My Post</a>
</li>
<li class="link">
<a href="Contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<div class="intro"> <div id="post">
<h1 align="center">My Post</h1></div>
<div class="work">
<div class="post"><a href="subhashCode/weather.html"><img src="png/weather.png" alt="weather image"><p>Weather application</p></a></div>
<div class="post"><a href="Calculator/calulator.html"><img src="png/calculator1.png" alt="calculator image"><p>Calulator</p></a></div>
<div class="post"><a href="signup/signup.html"><img src="png/login1.png" alt="login image"><p>Login Page - 1</p></a></div>
<div class="post"><a href="LOGIN TUTORIAL/signup.html"><img src="png/login2.png" alt="login image"><p>Login Page - 2</p></a></div>
</div>
</div>
</div>
</body>
</html>