-
Notifications
You must be signed in to change notification settings - Fork 0
/
tulife.html
49 lines (46 loc) · 1.64 KB
/
tulife.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<title>CS369 My pages with responsive design</title>
</head>
<body>
<header>
<h1>CS369 My pages with responsive design</h1>
</header>
<section class="content">
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="showcase.html">My Showcase</a></li>
<li><a href="tulife.html">My Tu Life</a></li>
<li><a href="resume.html">My Resume</a></li>
</ul>
</div>
<div class="mainContent">
<h1>Tu Life!</h1>
<!-- VDOs -->
<video controls>
<source src="./VDOs/tulife_1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video controls>
<source src="./VDOs/tulife_2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="secondContent">
<h1>This is my life at Thammasat University</h1>
<p> I'm a sciband member. it's a one of my dream to sing and play music on stage that have a lot of audience. That make me feel so good and happy so much. I'm so proud of myself that I can do it. </p>
</div>
</section>
</section>
<footer>
<h3>Contact me</h3>
<p>[email protected]</p>
<p>© 2024 CS369 Thammasat University</p>
</footer>
</body>
</html>