-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmerch.html
More file actions
52 lines (52 loc) · 2.32 KB
/
merch.html
File metadata and controls
52 lines (52 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Merchandise</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="topic">Himanshu Deori</h1>
<div class="navbar">
<a href="index.html" style="text-decoration:none" class="navcomponents" id="name">Himanshu Deori</a>
<button class="navcomponents" id="dropdown"></button>
<a href="index.html" style="text-decoration:none" class="navcomponents" id="home">Home</a>
<a href="articles.html" style="text-decoration:none" class="navcomponents" id="articles">Articles</a>
<a href="posts.html" style="text-decoration:none" class="navcomponents" id="posts">Posts</a>
<a href="merch.html" style="text-decoration:none" class="navcomponents" id="merch">Merchandise</a>
</div>
<div class="hiddennavbar">
<a href="index.html" style="text-decoration:none" class="hiddennavcomponents" id="hiddenhome">Home</a>
<a href="articles.html" style="text-decoration:none" class="hiddennavcomponents" id="hiddenarticles">Articles</a>
<a href="posts.html" style="text-decoration:none" class="hiddennavcomponents" id="hiddenposts">Posts</a>
<a href="merch.html" style="text-decoration:none" class="hiddennavcomponents" id="hiddenmerch">Merchandise</a>
</div>
<div id="backimg-merch">
<div id="merchcontainer">
<div id="merchtext">
<div id="comingsoon">Coming Soon !!</div>
<div id="workprogresssection">
<div id="workprogress">Work is in progress</div>
<div id="workloadinglogo"></div>
</div>
</div>
<div id="merchlogo"></div>
</div>
</div>
<hr id="ruler">
<div id="footerbar">
<div id="footerleft">
<pre class="footeritems" id="copywrite">Copyrights © Himanshu Deori. All Rights Reserved</pre>
<pre class="footeritems" id="create">Created by Prudam Priyosanga Dutta</pre>
<pre class="footeritems" id="manage">Managed by Dhritiman Saikia</pre>
</div>
<div id="footerright">
<pre class="footeritems" id="poweredby">Powered by Ext Network</pre>
<pre class="footeritems" id="since2018">Since 2018</pre>
</div>
<a href="#" class="footeritems" id="ytlogo"><img src="./assets/yt.logo.jpg" height=55px;></a>
</div>
<script src="script.js"></script>
</body>
</html>