Compare commits

...

3 commits

4 changed files with 7961 additions and 2 deletions

7948
files/kmitlfood.excalidraw Normal file

File diff suppressed because one or more lines are too long

View file

@ -37,7 +37,7 @@
<h1 style="text-align: center;">Late Night Defender</h1>
<div class="togglegroups-background">
<a class="togglegroups-nohighlight" href="/">The Real Me</a>
<a class="togglegroups-highlighted">Internet Profile</a>
<a class="togglegroups-highlighted">Online Persona</a>
</div>
<div style="display: flex; margin-top: 0.5cm;">
<a class="button accent pill" href="https://resume.superresume.com/ViewResume?Key=6EExIkqpFyFVL0DxIkwQxFuwINuduo&Enc=biygyyt8wMYenvVirUTScBSggyLic8">Super Resume</a>

View file

@ -37,7 +37,7 @@
<h1 style="text-align: center;">Pongpeera Wongprasitthiporn</h1>
<div class="togglegroups-background">
<a class="togglegroups-highlighted">The Real Me</a>
<a class="togglegroups-nohighlight" href="/index-avatar.html">Internet Profile</a>
<a class="togglegroups-nohighlight" href="/index-avatar.html">Online Persona</a>
</div>
<div style="display: flex; margin-top: 0.5cm;">
<a class="button accent pill" href="https://resume.superresume.com/ViewResume?Key=6EExIkqpFyFVL0DxIkwQxFuwINuduo&Enc=biygyyt8wMYenvVirUTScBSggyLic8">Super Resume</a>

View file

@ -11,6 +11,17 @@
background-color: unset;
}
.tags {
border-radius: 12px;
font-weight: 700;
font-size: 12px;
padding: 3px 6px 3px 6px;
margin-right: 5px;
margin-bottom: 20px;
background-color: black;
color: white;
}
.itemcard-works {
display: flex;
justify-content: center;