Implement basic RWD for team page
This commit is contained in:
parent
17618f31bb
commit
f13ec7982f
1 changed files with 25 additions and 27 deletions
12
team.html
12
team.html
|
@ -5,21 +5,20 @@
|
|||
<meta http-equiv="Content-Language" content="th">
|
||||
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="List of current TechTransThai's team members">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Team members</title>
|
||||
<link rel="icon" type="image/png" href="icons/ttt-org.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header" >
|
||||
<div class="topbar">
|
||||
|
||||
<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;">
|
||||
<div class="topbar-group">
|
||||
<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;">
|
||||
<h4 class="logo">TechTransThai</h4>
|
||||
</a>
|
||||
<div style="display: flex; align-items: center">
|
||||
<a class="headerbutton">
|
||||
<a href="/team.html" class="headerbutton">
|
||||
ทีม
|
||||
</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://forge.techtransthai.org/techtransthai/website" class="headerbutton">
|
||||
|
@ -36,8 +35,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header" style="margin-top: 2cm;">
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue