-
Notifications
You must be signed in to change notification settings - Fork 0
/
Secondproject.htm
57 lines (53 loc) · 1.47 KB
/
Secondproject.htm
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
<!doctype html>
<html lang="en">
<head>
<title>My blog</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div id="header">
<div class="container">
<a id="header-title" href="./Firstproject.htm">My blog</a>
<ul id="header-nav">
<li><a href="about.htm">About</a></li>
<li><a href="/.htm">Contact</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="container">
<div class="post">
<div class="post-author">
<img src="file:///C:/Users/HP%20PC/Pictures/photos/IMG_20200403_175345%20(2).jpg">
<span>Me</span>
</div>
<p class="post-date">Today</p>
<h3 class="post-title">Becoming a web developer</h3>
<div class="post-content">
<p> If somebody would have told me a week ago that i would be able to make a <strong>Website</strong>, I would not have believed them.</p>
<p>Just a few days later, I came across <a href="https://getmimo.com">Mimo</a> and started to work on a <em>real</em> blog.</p>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="column">
<h4>My Links</h4>
<p>
<a href="https://twitter.com/@FolaroriR">Twitter👪</a>
<br>
<a href="https://facebook.com/Princedonrichiz">Facebook</a>
</p>
</div>
<div class="column">
<h4>My Story</h4>
<p>Hi there! I'm an aspiring web developer.</p>
</div>
</div>
</div>
</body>
<style>
img {
}
</html>