Current Directory:
/home/webapp68.cm.in.th/u68319090014/Portfolio
Upload
Create File
File Name
Size
Actions
📁 as
Folder
Edit
|
Delete
|
Rename
|
Download
index.html
12354 bytes
Edit
|
Delete
|
Rename
|
Download
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Chokchai Beka - Portfolio</title> <style> /* --- Google Fonts --- */ @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;700&display=swap'); /* --- CSS Variables (ปรับสีตรงนี้ได้เลย) --- */ :root { --bg-color: #f4f4f9; --text-color: #333; --primary-color: #4a90e2; --card-bg: #ffffff; --shadow: 0 4px 8px rgba(0,0,0,0.1); } /* --- General Styles --- */ * { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; } body { font-family: 'Kanit', sans-serif; background-color: var(--bg-color); color: var(--text-color); line-height: 1.7; } .container { max-width: 960px; margin: auto; padding: 0 20px; } section { padding: 60px 0; border-bottom: 1px solid #ddd; } h1, h2, h3 { color: var(--primary-color); margin-bottom: 20px; } h1 { font-size: 3rem; } h2 { font-size: 2rem; text-align: center;} p { margin-bottom: 15px; } /* --- Header & Navigation --- */ .header { background-color: var(--card-bg); box-shadow: var(--shadow); padding: 15px 0; position: sticky; top: 0; z-index: 1000; width: 100%; } .navbar { display: flex; justify-content: space-between; align-items: center; } .nav-logo { font-size: 1.5rem; font-weight: 700; color: var(--primary-color); text-decoration: none; } .nav-menu { list-style: none; display: flex; gap: 25px; } .nav-link { text-decoration: none; color: var(--text-color); font-weight: 500; transition: color 0.3s; } .nav-link:hover { color: var(--primary-color); } /* --- Hero Section --- */ #hero { text-align: center; min-height: 80vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } #hero .profile-img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 5px solid var(--primary-color); margin-bottom: 20px; } #hero h1 { margin-bottom: 10px; } #hero p { font-size: 1.2rem; max-width: 600px; } /* --- Card Layout --- */ .card-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .card { background: var(--card-bg); border-radius: 8px; padding: 25px; box-shadow: var(--shadow); transition: transform 0.3s, box-shadow 0.3s; } .card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0,0,0,0.15); } .card h3 { margin-top: 0; } /* --- Skills Section --- */ .skills-list { list-style: none; } .skills-list li { background: var(--bg-color); padding: 10px 15px; border-radius: 5px; margin-bottom: 10px; } /* --- Contact Section --- */ #contact .card { text-align: center; } .contact-button { display: inline-block; background: var(--primary-color); color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: 500; margin-top: 10px; transition: background-color 0.3s; } .contact-button:hover { background: #3a7ac8; } /* --- Footer --- */ footer { text-align: center; padding: 20px 0; font-size: 0.9rem; background: #333; color: #fff; } </style> </head> <body> <header class="header"> <nav class="container navbar"> <a href="#hero" class="nav-logo">CHOKCHAI B.</a> <ul class="nav-menu"> <li><a href="#about" class="nav-link">เกี่ยวกับฉัน</a></li> <li><a href="#skills" class="nav-link">ทักษะ</a></li> <li><a href="#portfolio" class="nav-link">ผลงาน</a></li> <li><a href="#contact" class="nav-link">ติดต่อ</a></li> </ul> </nav> </header> <main> <section id="hero" class="container"> <img src="as/456.jpg" class="profile-img"> <h1>โชคชัย เบก่า</h1> <p>นักพัฒนาที่รักในคณิตศาสตร์และการเขียนโปรแกรม มีความฝันที่จะสร้างสรรค์ซอฟต์แวร์ที่ตอบโจทย์และเข้าใจผู้ใช้</p> </section> <section id="about"> <div class="container"> <h2>🪪 เกี่ยวกับฉัน</h2> <div class="card-container"> <div class="card"> <h3>ตัวตนของผม</h3> <p>ผมรักในคณิตศาสตร์ ชอบเขียนโปรแกรมและออกแบบเว็บไซต์ มีความตั้งใจอยากเป็นนักพัฒนา Software ที่เก่งและเข้าใจความต้องการของผู้ใช้ มีความคิดสร้างสรรค์และความอดทน พร้อมพัฒนาตัวเองเสมอ</p> </div> <div class="card"> <h3>เป้าหมายในอนาคต 🎯</h3> <p>ต้องการพัฒนาทักษะด้าน Software Development และเรียนต่อที่ต่างประเทศ เช่น ฟินแลนด์ พร้อมสร้างผลงานเพื่อสะสม Portfolio ที่น่าสนใจ และเติบโตในสายอาชีพนี้</p> </div> </div> </div> </section> <section id="experience"> <div class="container"> <h2>🎓 ประวัติการศึกษาและประสบการณ์</h2> <div class="card-container"> <div class="card"> <h3>การศึกษา</h3> <p><strong>ระดับ:</strong> มัธยมศึกษาปีที่ 6 (สายศิลป์-คำนวณ)</p> <p><strong>โรงเรียน:</strong> โรงเรียนกาวิละวิทยาลัย</p> </div> <div class="card"> <h3>โปรเจกต์ในห้องเรียน </h3> <p><strong>โปรเจกต์เครื่องคิดเลข Python:</strong> เขียนโปรแกรมเครื่องคิดเลขด้วยภาษา Python สามารถรับค่าจากผู้ใช้ และแสดงผลลัพธ์ได้อย่างถูกต้อง (2566)</p> </div> </div> </div> </section> <section id="skills"> <div class="container"> <h2>🛠️ ทักษะ</h2> <div class="card-container"> <div class="card"> <h3>Technical Skills</h3> <ul class="skills-list"> <li>Python (พื้นฐาน)</li> <li>HTML & CSS (พื้นฐาน)</li> <li>JavaScript (พื้นฐาน)</li> <li>ออกแบบ UI/UX (เบื้องต้น)</li> </ul> </div> <div class="card"> <h3>Soft Skills</h3> <ul class="skills-list"> <li>การคิดเชิงตรรกะและแก้ปัญหา</li> <li>ฉลาดและมีไหวพริบ</li> <li>เรียนรู้เร็ว และมีความอดทน</li> <li>การสื่อสารและการบริการ</li> </ul> </div> </div> </div> </section> <section id="portfolio"> <div class="container"> <h2>📸 ผลงาน</h2> <div class="card-container"> <div class="card"> <h3>โปรเจกต์เว็บไซต์ส่วนตัว</h3> <p>เว็บไซต์ Portfolio ที่คุณกำลังชมอยู่นี้ สร้างขึ้นด้วย HTML และ CSS เพื่อแสดงข้อมูลและทักษะของผม</p> </div> <div class="card"> <h3>ระบบคำนวณเลข (Python)</h3> <p>โปรแกรมขนาดเล็กที่เขียนด้วยภาษา Python สำหรับการคำนวณทางคณิตศาสตร์แบบต่างๆ</p> </div> <div class="card"> <h3>UI Mockup สำหรับแอปจดบันทึก</h3> <p>การออกแบบหน้าตาของแอปพลิเคชันสำหรับจดบันทึก โดยเน้นที่ความเรียบง่ายและใช้งานสะดวก</p> </div> </div> </div> </section> <section id="contact"> <div class="container"> <h2>📩 ติดต่อฉัน</h2> <div class="card"> <h3>เปิดรับทุกโอกาสใหม่ๆ</h3> <p>ผมพร้อมสำหรับการเรียนรู้ใหม่ๆ, หรือโปรเจกต์ที่น่าสนใจ<br>สามารถติดต่อผมได้ทันที</p> <a href="mailto:chokchai.beka@example.com" class="contact-button">ส่งอีเมล</a> <p style="margin-top: 15px;"><strong>เบอร์โทร:</strong> 098-765-4321</p> </div> </div> </section> </main> <footer> <div class="container"> <p>© 2025 Chokchai Beka. All Rights Reserved.</p> </div> </footer> </body> </html>
Save Changes