Skip to content

Commit

Permalink
chore: edit all links to open new tab and update profile
Browse files Browse the repository at this point in the history
  • Loading branch information
husni-zuhdi committed Dec 20, 2024
1 parent 04401e9 commit 8d58e5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions internal/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<div class="flex space-x-4">
<a href="/" class="rounded-md px-3 py-2 text-sm font-medium hover:bg-gray-700 hover:text-white" aria-current="page">Home</a>
<a href="/blogs" class="rounded-md px-3 py-2 text-sm font-medium hover:bg-gray-700 hover:text-white">Blogs</a>
<a href="/talks" class="rounded-md px-3 py-2 text-sm font-medium hover:bg-gray-700 hover:text-white">Talks</a>
</div>
</div>
</div>
Expand All @@ -69,6 +70,7 @@
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
<a href="/" class="block rounded-md px-3 py-2 text-base font-medium hover:bg-gray-700 hover:text-white" aria-current="page">Home</a>
<a href="/blogs" class="block rounded-md px-3 py-2 text-base font-medium hover:bg-gray-700 hover:text-white">Blogs</a>
<a href="/talks" class="block rounded-md px-3 py-2 text-base font-medium hover:bg-gray-700 hover:text-white">Talks</a>
</div>
</div>
</nav>
Expand Down Expand Up @@ -134,6 +136,9 @@ <h6 class="mb-4 flex justify-center font-semibold uppercase md:justify-start">
<p class="mb-4">
<a href="/blogs">Blogs</a>
</p>
<p class="mb-4">
<a href="/talks">Talks</a>
</p>
</div>
<!-- Contact section -->
<div>
Expand Down
2 changes: 1 addition & 1 deletion internal/templates/blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1 class="mb-4 font-semibold uppercase md:justify-start">Blogs</h1>
<hr>
{% for blog in blogs %}
<h2 class="mb-2 hover:font-bold md:justify-start">
<a href="/blogs/{{blog.id}}">{{blog.name}}</a>
<a href="/blogs/{{blog.id}}" target="_blank">{{blog.name}}</a>
</h2>
{% endfor %}

Expand Down
10 changes: 5 additions & 5 deletions internal/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ <h1>Husni Naufal Zuhdi - Site Reliability Engineer</h1>

<h2 class="border-2 border-b-neutral-200 border-x-transparent border-t-transparent">Overview</h2>
<p>Hi! I'm a Site Reliability Engineer by job and Software Engineer by passion. I'm comfortable writing code with python, golang, and rust.</p>
<p>I love exploring several topics such as Cloud Computing, DevOps, Platform Engineering, Nuclear Science, and Physics Computation.</p>
<p>I love exploring several topics such as Cloud Computing, DevOps, Platform Engineering, Nuclear Science, and Computational Physics.</p>

<h2 class="border-2 border-b-neutral-200 border-x-transparent border-t-transparent">Work Experiences</h2>
<h3>2022 - Now | Site Reliability Engineer at <a href="https://accelbyte.io/about-us">Accelbyte</a></h3>
<h3>2022 - Now | Site Reliability Engineer at <a href="https://accelbyte.io/about-us" target="_blank">Accelbyte</a></h3>
<ul>
<li>Manage and operate Accelbyte game-platform cloud infrastructure</li>
<li>Handle incident management related to client and internal cloud infrastructure</li>
<li>Develop Backend Service for internal alerting subscription</li>
</ul>
<h3>2022 - 2022 | System Engineer at <a href="https://www.tokopedia.com/about/">Tokopedia</a></h3>
<h3>2022 - 2022 | System Engineer at <a href="https://www.tokopedia.com/about/" target="_blank">Tokopedia</a></h3>
<ul>
<li>Handle Tokopedia Multi-Cloud Environment</li>
<li>Onboard several existing Jenkins Pipelines into our new GitHub Action Workflows</li>
Expand All @@ -26,13 +26,13 @@ <h3>2022 - 2022 | System Engineer at <a href="https://www.tokopedia.com/about/">
</ul>

<h2 class="border-2 border-b-neutral-200 border-x-transparent border-t-transparent">Volunteers</h2>
<h3>2023 - Now | Instructor and Advisor at <a href="https://grow.google/intl/id_id/bangkit">Bangkit Academy</a></h3>
<h3>2023 - Now | Instructor and Advisor at <a href="https://grow.google/intl/id_id/bangkit" target="_blank">Bangkit Academy</a></h3>
<ul>
<li>Teaching on 20+ Cloud ILT sessions in Bangkit 2023.</li>
<li>Colaborate with Mentors to setup ILT sessions.</li>
<li>Advise 3 capstone teams to deliver their final projects.</li>
</ul>
<h3>2022 - 2022 | Facilitator at <a href="https://grow.google/intl/id_id/bangkit">Bangkit Academy</a></h3>
<h3>2022 - 2022 | Facilitator at <a href="https://grow.google/intl/id_id/bangkit" target="_blank">Bangkit Academy</a></h3>
<ul>
<li>Colaborate with Instructors to setup ILT sessions.</li>
<li>Conduct weekly meeting to monitor students progress and play games (to refresh their mind).</li>
Expand Down

0 comments on commit 8d58e5e

Please sign in to comment.