-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.html
More file actions
60 lines (56 loc) · 2.42 KB
/
hello.html
File metadata and controls
60 lines (56 loc) · 2.42 KB
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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
my website
</title>
<style>
</style>
</head>
<body>
<div class="container">
<div class="imahe">
<img src="me.jpg" alt="pogi">
<div class="text">
<p id="mine"> hello i am paulo an this is my first html hope, i can learn more</p>
</div>
</div>
<div class="aboutme">
<ul id="facts">
<h2 id="facth"> Facts about me</h2>
<li class="fact">I am a fan of MLBB esport and i am super excited for the new season of mpl.</li>
<li class="fact">I competed in a badminton touranament.</li>
<li class="fact">I am an only child.</li>
<li class="fact">I know how to play chess and quite good at it.</li>
<li class="fact">I am a speed cuber my best ave in ,y peak is 13s.</li>
<li class="fact">I like anime back in 2020 now i read manga, mahwa, and manhua.</li>
<li class="fact">Beside the mention above i also like reading novels, mostly chinese novels.</li>
<li class="fact">I also like to eat.</li>
<li class="fact">I love math.</li>
<li class="fact">I love problem solving.</li>
<li class="fact">I am a freindly person.</li>
<li class="fact">I hate morning.</li>
</ul>
</div>
<div id="goals">
<h2 id="goall"> My Career GOALS</h2>
<ul>
<li class="goal">Improve my coding skill.</li>
<li class="goal">Master HTML and CSS.</li>
<li class="goal">Learn Javascript.</li>
<li class="goal">Improve my Python skill.</li>
<li class="goal">Build atleast 3 project.</li>
<li class="goal">Master the basics.</li>
<li class="goal">Improve my designer mind.</li>
<li class="goal">Learn react.</li>
<li class="goal">Learn machine learning.</li>
<li class="goal">Learn about cyber security.</li>
<li class="goal">Learn sql.</li>
</ul>
</div>
</div>
<a href="practice.html"> dunno </a>
</body>
</html>