forked from Subhash2807/Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
65 lines (57 loc) · 2.26 KB
/
project.html
File metadata and controls
65 lines (57 loc) · 2.26 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
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>Project</title>
<link rel="stylesheet" href="css/blog.css">
<link rel="stylesheet" href="css/project.css">
<link href="https://fonts.googleapis.com/css?family=Viga&display=swap" rel="stylesheet">
</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="#"><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" style="position:fixed">
<div class="card" id="ld1"><div class="alig">
<h1 >PROJECT</h1>
<ul>
<li><a href="Calculator/calulator.html" target="_blank">Calculator</a></li>
<li><a href="subhashCode/weather.html" target="_blank">Weather Application</a></li>
<li><a href="signup/signup.html" target="_blank">Login Page -1</a></li>
<li><a href="LOGIN TUTORIAL/signup.html" target="_blank">Login Page -2</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>