-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 2.16 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Technician's Arena | Blog</title>
<link rel="icon" href="/assets/favicon.ico">
<meta name="author" content="Nayem Ahmed">
<meta name="description" content="Technician's Arena is a blog website containing various tech sollutions, tips and tricks related to modern science and technology.">
<meta name="keywords" content="Technician's Arena, technicians arena, technicians-arena, tech arena, science, technology, tips, tricks, sollution, nayem, nayem ahmed, nayems canvas, nayemscanvas, nayems space">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<nav>
<ul>
<li> <a href="/index.html" class="active">Home</a> </li>
<li> <a href="/pages/about.html">About</a> </li>
<li> <a href="/pages/contact.html">Contact</a> </li>
</ul>
</nav>
<header>
<h1 id="blog-name">Technician's Arena</h1>
<p id="blog-details">
Find the best sollution of all the problem your encounter in tech universe
</p>
</header>
<section>
<div id="top-nav">
<ul>
Sections
<li> <a href="/pages/all-posts.html">All Posts</a> </li>
<li> <a href="/pages/recent.html">Recent</a> </li>
<li> <a href="/pages/science.html">Science</a> </li>
<li> <a href="/pages/technology.html">Technology</a> </li>
<li> <a href="/pages/gadgets.html">Gadgets</a> </li>
<li> <a href="/pages/desktop.html">Desktop</a> </li>
<li> <a href="/pages/laptop.html">Laptop</a> </li>
<li> <a href="/pages/smart-phone.html">Smart Phone</a> </li>
<li> <a href="/pages/others.html">Others</a> </li>
</ul>
</div>
<main>
<h1>Welcome</h1>
</main>
<aside>
<p>Aside here</p>
</aside>
</section>
<footer>
<p>All right reserved by Technician's Arena</p>
</footer>
<script src="/scripts.js"></script>
</body>
</html>