-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 2.13 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="favicon.png" rel="shortcut icon" type="image/x-icon">
<title>myBlog.index</title>
</head>
<body>
<nav class="navBar">
<ul class="linksContainer">
<li class="linksTopNav"><a href="hobbies.html">.hobbies()</a></li>
<li class="linksTopNav"><a href="info.html">.about()</a></li>
<li class="linksActive"><a href="index.html">.index()</a></li>
</ul>
</nav>
<div class="grids">
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box">
<ul class="prompt">
<li class="pageTitle"><myBlog></li>
<li class="welcome">welcome to my website.</li>
<li class="inspired">// inspired from <a href="https://iuri.is/" target="_blank">iuri.is</a><b>   <<click here</b></li>
</ul>
</div>
<div class="box"></div>
<div class="box"></div>
<div class="box">
<p class="copyright">© 2021 All rights reserved</p>
</div>
<div class="box"></div>
<div class="box">
<ul class="socMed_img">
<a href="https://github.com/eyrooonnn" target="_blank"><img src="githubMain.png" alt="ghLogo"></a>
<a href="https://www.instagram.com/eyrooon.espinosa/" target="_blank"><img src="instagramMain.png" alt="igLogo"></a>
<a href="https://twitter.com/_eyrooonnn" target="_blank"><img src="twitterMain.png" alt="twttrLogo"></a>
<a href="https://www.facebook.com/eyrooonnn.spns/" target="_blank"><img src="facebookMain.png" alt="fbLogo"></a>
</ul>
</div>
</div>
</body>
</html>