Skip to content

Commit

Permalink
feat(home): update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
nerometa committed Dec 16, 2024
1 parent c57a51e commit 7f1b16a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
24 changes: 12 additions & 12 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ import Layout from "../layouts/Layout.astro";

<section id="hello" class="e-content">
<p id="introduction">
Hey there! I'm <strong>nerometa</strong>. I'm a 21 years old Computer Engineering student in Bangkok, Thailand on a weekend program.</p>

<p id="interests">
My interests are broad, such as DJ'ing and producing music, internet
privacy, exploring new web development technologies, reading books,
watching anime, playing Warframe, bullet journaling, speedcubing and hitting the gym 3 times/week.
Hey there! Welcome to the my little digital corner 🏠. I'm a 21 years old Computer Engineering student in Bangkok, Thailand on a weekend program. And work full-time as a Programmer in a payment system company. <small><em>Yes, I indeed do both.</em></small>
</p>

<p id="purposes">
This website exists because I think it's an awesome place to share
what I learned about software development and reflect some of my
personal thoughts. Most of my knowledge were from outside of school.
So, I believe that off-campus education is important and it leads me
to where I am.
<p id="writings">
When you're here, expect these writings:
<ul>
<li>Personal reflections</li>
<li>My coding projects</li>
<li>Rants</li>
<li>Warframe</li>
<li>Internet findings aligned with my philosophies</li>
<li>DJing and Music (Production)</li>
<li>Probably more that I forgot to write</li>
</ul>
</p>
</section>
</article>
Expand Down
18 changes: 12 additions & 6 deletions src/pages/th/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ import Layout from "@layouts/Layout.astro";

<section id="hello" class="e-content">
<p id="introduction">
สวัสดีครับ! เราใช้ชื่อว่า <strong>nerometa</strong> นะ เราอายุ 21 ปี กำลังเรียนวิศวะคอมภาคพิเศษที่กทม.</p>

<p id="interests">
เรามีความสนใจหลายอย่าง เช่นดีเจกับทำเพลง สนใจเรื่อง internet privacy ชอบหาเทคใหม่ๆ ด้าน web development อ่านหนังสือ ดูอนิเมะ เล่น Warframe จดบูโจ เล่นรูบิค และเข้าฟิตเนสอาทิตย์ละ 3 ครั้ง
สวัสดีครับ! ยินดีต้อนรับสู่มุมเล็กๆ ในโลกดิจิทัลของเราเอง 🏠 เราอายุ 21 ปี กำลังเรียนวิศวะคอมภาคพิเศษที่กทม. แล้วก็เป็นโปรแกรมเมอร์ในบริษัททำระบบชำระเงินด้วย <small><em>ใช่ เราทำมันทั้งคู่อ่ะแหละ</em></small>
</p>

<p id="purposes">
บล็อกนี้เกิดขึ้นมาเพราะเราคิดว่ามันเป็นที่ที่เจ๋งดีในการแบ่งปันสื่งที่เรารู้เกี่ยวกับการพัฒนาซอฟต์แวร์ แล้วก็ได้สะท้อนความคิดบางอย่างของเราไปด้วย ความรู้ส่วนมากของเรามาจากนอกรั้วโรงเรียน เราเลยเชื่อว่าการศึกษานอกห้องเรียนนั้นสำคัญ และมันก็พาเรามาถึงจุดนี้
<p id="writings">
ถ้าอยู่ที่นี่ นี่คือเรื่องที่คุณอาจจะได้อ่าน:
<ul>
<li>การสะท้อนชีวิต</li>
<li>โปรเจคท์ coding ของเรา</li>
<li>บ่นขิงข่า</li>
<li>Warframe</li>
<li>สิ่งที่เจอในเน็ตแล้วตรงกับปรัชญาของตัวเอง</li>
<li>ดีเจและ (การทำ) เพลง</li>
<li>น่าจะมีอีกแต่ลืมเขียน</li>
</ul>
</p>
</section>
</article>
Expand Down
4 changes: 0 additions & 4 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ a:visited {
color: inherit;
}

li {
margin-bottom: 0.75rem;
}

pre {
padding: 1em;
border-radius: 0.5rem;
Expand Down

0 comments on commit 7f1b16a

Please sign in to comment.