-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
53 lines (53 loc) · 1.47 KB
/
about.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
<!doctypehtml>
<html>
<head>
<title>My blog 2020</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style1.css">
</head>
<body>
<div id="header">
<div class="container">
<a href="file:///storage/emulated/0/My projects/Web development projects/Mimo-project.html" id="header-title">MY BLOG 2020</a>
<ul id="header-nav">
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="container">
<div class="about">
<div class="about-author">
<img id="img"src="file:///storage/emulated/0/Temporary/me.jpg">
</div>
<h1 class="about-title" id="abt">About Me</h1>
<div class="about-content">
</p>
<p>My name is <strong><em><span id="no">ℓυQмαń</span></em></strong>.If this is the first time you read my blog•you should know that
there is no human like me.<br>
<span style="font-style:Italic;background-color:red;">~I am beyond everything~</span></p>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="column" id="cl1">
<h4 id="ht1">MY LINKS</h4>
<p>
<a href="https://twitter.com/_luqmans_" >Twitter</a>
<br>
<a href="https://www.facebook.com/Luqsonic" >Facebook</a><br>
<a href="t.me/Ugandan_Telegram_Group_256" >Telegram</a>
</p>
</div>
<div class="column" id="story">
<h4 id="ht">FROM DEVELOPER</h4>
<p id="hat">Welcome to my website<br>The Number one destination<br>
To find all that your looking for</p>
</div>
</div>
</div>
</body>
</html>