-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 977 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Modem's portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="front_page">
<img class="myPicture" src="pic/myPicture.jpg">
<div class="bio animate-reveal">
<h1>Modem</h1>
<p class="details"><b>Full Name:</b> Thanakorn Pawirunsiri</p>
<p class="details"><b>Hobbies:</b> Playing games and programming</p>
<p class="details"><b>Education:</b></p>
<ul>
<li>High school-Kamnoetvidya Science Academy</li>
</ul>
</div>
</div>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Roboto:wght@100&display=swap" rel="stylesheet">
</body>
</html>