-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
55 lines (53 loc) · 2.27 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
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="MP.css">
</head>
<body>
<nav>
<div class="nav-logo">
<a href="#">
<img class="image1" src="png/KMUTT.png">
</a>
</div>
<ul class="nav-links">
<li class="link"><a href="MP.html">Home</a></li>
<li class="link"><a href="About.html">About</a></li>
<li class="link"><a href="Certificate.html">Certificate</a></li>
<li class="link"><a href="Activity.html">Activity</a></li>
</ul>
<div class="bb">
<a href="Certificate.html" class="mf">Next</a>
</div>
</nav>
<style>
body {
background-image: url(png/download\ \(4\).jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<header class="container">
<div class="content">
<h4>Hello everyone, I'm . . .</h4>
<h1>Nut Tarapantchai</h1>
<div class="abb">
<p class="pt">
You can call me " Nint " I was born on December 12, 2005. Now that I'm 17, I study at Suankularbwittayalai Thonburi, grade 12.</p>
<p class="pt">
Actually, I like to practice my coding skills like HTML, CSS, JavaScript, and Python. Yeah, it's my hobby, but I also have other hobbies. Playing guitar, manga, or anime, sometimes I played online games with my friends, but not too much.</p>
<p class="pt">
Special abilities: I think I'm a person who learns new things quickly. If it's something I like, I'll put a lot of effort into it. It took me no more than a week to learn HTML, and I was able to understand and do it myself and think outside the box in my writing. Another highlight is my skills in playing the guitar and piano. I have been learning the guitar since I was a child. My skills are now very developed.
</p>
</div>
</div>
<div class="image2">
<img class="image1" src="png/my pic3.jpg">
</div>
</header>
</body>
</html>