initial team member page redesign
This commit is contained in:
parent
e1911b1227
commit
73d9e77d42
2 changed files with 73 additions and 42 deletions
26
style.css
26
style.css
|
@ -27,11 +27,6 @@ html *
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.middle {
|
||||
grid-area: middle;
|
||||
width: 30cm;
|
||||
}
|
||||
|
||||
.middle-large {
|
||||
grid-area: middle;
|
||||
width: 80vw;
|
||||
|
@ -41,7 +36,7 @@ html *
|
|||
.description {
|
||||
font-size: 10pt;
|
||||
margin-top: -0.3cm;
|
||||
opacity: 0.5;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.row {
|
||||
|
@ -49,6 +44,16 @@ html *
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.itemcard-placeholder {
|
||||
display: grid;
|
||||
border-radius: 12px;
|
||||
text-decoration: none;
|
||||
margin-bottom: 0.5cm;
|
||||
min-height: 3cm;
|
||||
min-width: 6cm;
|
||||
width: 32.5%
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
|
||||
body {
|
||||
|
@ -122,6 +127,15 @@ html *
|
|||
min-width: 6cm;
|
||||
width: 32.5%
|
||||
}
|
||||
.itemcard-stealth {
|
||||
display: grid;
|
||||
border-radius: 12px;
|
||||
text-decoration: none;
|
||||
margin-bottom: 0.5cm;
|
||||
min-height: 3cm;
|
||||
min-width: 6cm;
|
||||
width: 32.5%
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
|
89
team.html
89
team.html
|
@ -45,47 +45,64 @@
|
|||
|
||||
<div class="grid-container">
|
||||
|
||||
<div class="middle">
|
||||
|
||||
<div class="middle-large">
|
||||
<h1>ทีมของเรา</h1>
|
||||
|
||||
นี่คือรายชื่อสมาชิกของพวกเราในทีมงาน TechTransThai
|
||||
|
||||
<div class="list">
|
||||
<a class="listaction" href="https://latenightdef.techtransthai.org/">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center;">
|
||||
<p style="margin-right: 0.2cm;">Late Night Defender</p>
|
||||
<div class="row" style="margin-top: 1cm">
|
||||
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://latenightdef.techtransthai.org/">
|
||||
<div class="listaction">
|
||||
<img src="icons/c4c.png" alt="Compute4Change" width="80" height="80" style="margin: 0.3cm;">
|
||||
<div>
|
||||
<h3>Late Night Defender</h3>
|
||||
<p class="description">เข้าร่วมเมื่อ 23 ก.ค. 2023</p>
|
||||
</div>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px" ><path fill="currentColor" d="m 4 0.996094 v 1 c 0 0.296875 0.125 0.558594 0.328125 0.742187 l 5.257813 5.257813 l -5.257813 5.261718 l -0.035156 0.03125 c -0.179688 0.183594 -0.292969 0.433594 -0.292969 0.707032 v 1 h 1 c 0.277344 0 0.527344 -0.109375 0.707031 -0.292969 l 0.035157 -0.03125 l 6.671874 -6.675781 l -6.671874 -6.671875 c -0.183594 -0.199219 -0.449219 -0.328125 -0.742188 -0.328125 z m 0 0"/></svg>
|
||||
</div>
|
||||
</a>
|
||||
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://nekovari.techtransthai.org/">
|
||||
<div class="listaction">
|
||||
<img src="icons/f4c.svg" alt="FOSS4Change" width="80" height="80" style="margin: 0.3cm;">
|
||||
<div>
|
||||
<h3>NekoVari</h3>
|
||||
<p class="description">เข้าร่วมเมื่อ 24 มี.ค. 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://srp-mangoeater.techtransthai.org/">
|
||||
<div class="listaction">
|
||||
<img src="icons/inv.svg" alt="Invidious" width="80" height="80" style="margin: 0.3cm;">
|
||||
<div>
|
||||
<h3>Matsuri</h3>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://matsuri.techtransthai.org/">
|
||||
<div class="listaction">
|
||||
<img src="icons/c4c.png" alt="Compute4Change" width="80" height="80" style="margin: 0.3cm;">
|
||||
<div>
|
||||
<h3>SRP Mangoeater</h3>
|
||||
<p class="description">เข้าร่วมเมื่อ 24 มี.ค. 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://blachp.techtransthai.org/">
|
||||
<div class="listaction">
|
||||
<img src="icons/f4c.svg" alt="FOSS4Change" width="80" height="80" style="margin: 0.3cm;">
|
||||
<div>
|
||||
<h3>BlaCHp</h3>
|
||||
<p class="description">เข้าร่วมเมื่อ 27 มี.ค. 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a class="itemcard-placeholder">
|
||||
|
||||
</a>
|
||||
<div class="separator"></div>
|
||||
|
||||
<a class="listaction" href="https://nekovari.techtransthai.org/">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center;">
|
||||
<p style="margin-right: 0.2cm;">NekoVari</p>
|
||||
</div>
|
||||
<svg class="feather feather-external-link" viewBox="0 0 24 24" fill="none" height="20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" x2="21" y1="14" y2="3"></line></svg>
|
||||
</a>
|
||||
<div class="separator"></div>
|
||||
<a class="listaction" href="https://srp-mangoeater.techtransthai.org/">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center;">
|
||||
<p style="margin-right: 0.2cm;">srp-mangoeater</p>
|
||||
</div>
|
||||
<svg class="feather feather-external-link" viewBox="0 0 24 24" fill="none" height="20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" x2="21" y1="14" y2="3"></line></svg>
|
||||
</a>
|
||||
<div class="separator"></div>
|
||||
<a class="listaction" href="https://matsuri.techtransthai.org/">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center;">
|
||||
<p style="margin-right: 0.2cm;">matsuri</p>
|
||||
</div>
|
||||
<svg class="feather feather-external-link" viewBox="0 0 24 24" fill="none" height="20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" x2="21" y1="14" y2="3"></line></svg>
|
||||
</a>
|
||||
<div class="separator"></div>
|
||||
<a class="listaction" href="https://blachp.techtransthai.org/">
|
||||
<div style="display: flex; margin-left: 0.5cm; align-items: center;">
|
||||
<p style="margin-right: 0.2cm;">BlaCHp</p>
|
||||
</div>
|
||||
<svg class="feather feather-external-link" viewBox="0 0 24 24" fill="none" height="20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" x2="21" y1="14" y2="3"></line></svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue