Fix navigation between team and index
This commit is contained in:
parent
e485626ce1
commit
05e4606733
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
|
|
||||||
<div style="display: flex; justify-content: space-between; margin-left: 1cm; margin-right: 1cm;">
|
<div style="display: flex; justify-content: space-between; margin-left: 1cm; margin-right: 1cm;">
|
||||||
<a href="/" style="display: flex; align-items: center; text-decoration: none;">
|
<a style="display: flex; align-items: center; text-decoration: none;">
|
||||||
<img src="icons/ttt-org.png" alt="TTT Logo" width="36" height="36" style="margin-right: 5px;">
|
<img src="icons/ttt-org.png" alt="TTT Logo" width="36" height="36" style="margin-right: 5px;">
|
||||||
<h4 class="logo">TechTransThai</h4>
|
<h4 class="logo">TechTransThai</h4>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<h4 class="logo">TechTransThai</h4>
|
<h4 class="logo">TechTransThai</h4>
|
||||||
</a>
|
</a>
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<a target="_blank" rel="noopener noreferrer" href="/team.html" class="headerbutton">
|
<a class="headerbutton">
|
||||||
ทีม
|
ทีม
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" rel="noopener noreferrer" href="https://forge.techtransthai.org/techtransthai/website" class="headerbutton">
|
<a target="_blank" rel="noopener noreferrer" href="https://forge.techtransthai.org/techtransthai/website" class="headerbutton">
|
||||||
|
|
Loading…
Reference in a new issue