-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (59 loc) · 1.59 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<title>
Luigia's Website
</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<a href="index.html" class="navbar__logo">
<img src="assets/L-logo.svg" alt="logo" />
</a>
<div class="navbar__links">
<a href="about-me.html" class="navbar__link">
About me
</a>
<a href="" class="navbar__link">
Services
</a>
<a href="" class="navbar__link">
Contact
</a>
</div>
</nav>
<div class="side-box">
<h1 class="update-one update-two" id="title">Luigia's Website</h1>
<p>
<h2 class=name-one>
Friday, Jan 21 - First sesh of coding.
</h2>
<a href="">
</a>
This website is created by Lu as first sesh of coding.
What I am going to do is to try to add colours.
Obviously, all I'll do will be open-source. So, please find my learning sesh here.
</p>
<p class="update-one">
Up to now, it's going great, but i'm not sure I'll succeed.
</p>
<div class="container">
<div class="item">
A
</div>
<div class="item">
B
</div>
<div class="item">
C
</div>
</div>
<p>
<h2 class=name-two>
Sunday, Jan 23rd - Second sesh of coding.
</h2>
Let's create a new nav tag.
</p>
</div>
</body>
</html>