-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (150 loc) · 7.39 KB
/
Copy pathindex.html
File metadata and controls
165 lines (150 loc) · 7.39 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<img src="https://github.com/KongNontawatDev/Black-Mourning-Ribbon/blob/2150640c0e623c7fbcca07024287b597f7999a84/ribbon_top_right.png?raw=true"
alt="Black mourning ribbon for websites, top right corner, ริบบิ้นไว้ทุกข์สีดำ มุมบนขวา สำหรับแสดงความอาลัยบนเว็บไซต์"
style="position:fixed; top:0; right:0; width:80px; opacity:0.9; z-index:9999; pointer-events:none;">
<!-- Navbar -->
<header>
<nav>
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact-section">Contact Me</a></li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<section class="hero" id="hero">
<div class="hero-content">
<h1><span id="typewriter-title"></span><span class="cursor">|</span></h1>
<p><span id="typewriter-text"></span><span class="cursor2">|</span></p>
<a href="#about" class="cta-button">Learn More About Me</a>
</div>
</section>
<!-- *******************************about********************************** -->
<section class="about" id="about">
<div class="about-container">
<div class="about-image">
<img src="./images/1740194819969.jpg" alt="Profile Picture">
</div>
<div class="about-content">
<h2>About Me</h2>
<h1 class="name">Chitsanuphong Thongyingmak</h1>
<p class="description">Hi, I'm Ball. I'm a 16-year-old student passionate about technology. I love exploring new tools and creating innovative solutions. My journey in tech started with a curiosity for how things work, and now I'm diving deep into programming, design, and problem-solving.</p>
<div class="tab-container">
<button class="tab-button active" onclick="openTab(event, 'skill')">Skill</button>
<button class="tab-button" onclick="openTab(event, 'education')">Education</button>
</div>
<div id="skill" class="tab-content active">
<div class="skill-card">
<h2>Skills</h2>
<ul>
<div class="skill-item">Python</div>
<div class="skill-item">C++</div>
<div class="skill-item">HTML</div>
<div class="skill-item">CSS</div>
<div class="skill-item">JavaScript</div>
<div class="skill-item">Photoshop</div>
<div class="skill-item">DaVinci Resolve</div>
</ul>
</div>
</div>
<div id="education" class="tab-content">
<div class="edu-card">
<h2>Education</h2>
<p>รร.ร่อนพิบูลย์เกียรติวสุนธราภิวัฒก์</p>
<p>ม.4 ห้องเรียนพิเศษ SMTP</p>
</div>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<h1>My Projects</h1>
<div class="project-list">
<div class="project-card">
<img src="./images/J.A.R.V.I.S..webp" alt="Project 1">
<h2>Jarvis_Project</h2>
<p>Project</p>
<a href="https://github.com/BallTH24/Jarvis_Project" target="_blank" class="project-button">View Project</a>
</div>
<div class="project-card">
<img src="./images/GitHub - Logo.png" alt="Project 2">
<h2>Project 2</h2>
<p>Project</p>
<a href="https://github.com/BallTH24" target="_blank" class="project-button">View Project</a>
</div>
</div>
</section>
<section class="certificates" id="certificates">
<h1>My Certificates</h1>
<div class="certificate-container">
<div class="certificate-card">
<img src="./images/Certificate/WebDev Bootcamp_Certificate of Participation.png" alt="Certificate 1">
<h2>Certificate 1</h2>
<p>WebDev Bootcamp</p>
</div>
<div class="certificate-card">
<img src="./images/Certificate/WebDev Bootcamp_Certificate of Completion.png" alt="Certificate 2">
<h2>Certificate 2</h2>
<p>WebDev Bootcamp</p>
</div>
<div class="certificate-card">
<img src="./images/Certificate/0af462a5e2243bb1869e10ce1a188dc96cb5ab2b.jpg" alt="Certificate 3">
<h2>Certificate 3</h2>
<p>Details about Certificate 3</p>
</div>
<div class="certificate-card">
<img src="./images/Certificate/Chitsanuphong Thongyingmak.png" alt="Certificate 4">
<h2>Certificate 4</h2>
<p>Details about Certificate 4</p>
</div>
<div class="certificate-card">
<img src="" alt="Certificate 5">
<h2>Certificate 5</h2>
<p>Details about Certificate 5</p>
</div>
<div class="certificate-card">
<img src="" alt="Certificate 6">
<h2>Certificate 6</h2>
<p>Details about Certificate 6</p>
</div>
</section>
<section id="contact-section">
<div class="contact-form">
<h2>Contact Me</h2>
<form action="https://formspree.io/f/mdkaqnjn" method="POST">
<label for="username">Name</label>
<input type="text" id="username" name="name" placeholder="Enter your name" required>
<br>
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email" required>
<br>
<label for="phone">Phone</label>
<input type="text" id="phone" name="phone" placeholder="Enter your phone number" required>
<br>
<label for="message">Message</label>
<textarea id="message" name="message" cols="30" rows="10" placeholder="Your message" required></textarea>
<br>
<input type="submit" value="Submit">
</form>
</div>
<div class="contact-info">
<h3>"I am always happy to hear from you. Feel free to reach out, and I will respond as soon as possible."</h3>
<ul>
<li><strong>Email:</strong> <a href="mailto:ballth146352@gmail.com">ballth146352@gmail.com</a></li>
<li><strong>Phone:</strong> <a href="tel:0957534663">0957534663</a></li>
</ul>
</div>
</section>
<script src="./js/script.js"></script>
</body>
</html>