This commit is contained in:
parent
feee6e83bf
commit
4d3fc0f095
2 changed files with 41 additions and 0 deletions
|
@ -214,6 +214,15 @@
|
||||||
|
|
||||||
<h3 style="margin-top: 5vh;">งานพัฒนาเว็บไซต์/เว็บแอป</h3>
|
<h3 style="margin-top: 5vh;">งานพัฒนาเว็บไซต์/เว็บแอป</h3>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
|
<a class="itemcard" href="/webapps/fifty-shades-of-bully/">
|
||||||
|
<div class="listaction">
|
||||||
|
<img src="resources/icons/ttt-org-blueprint.Devel.svg" alt="TTT-Blog" width="80" height="80" style="margin: 0.3cm;">
|
||||||
|
<div>
|
||||||
|
<h3>Fifty Shades of Bully</h3>
|
||||||
|
<p>สร้างความตระหนักรู้เกี่ยวกับการบูลลี่ในสังคมไทย</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
<a class="itemcard" target="_blank" rel="noopener noreferrer" href="https://little-lines.techtransthai.org/">
|
<a class="itemcard" target="_blank" rel="noopener noreferrer" href="https://little-lines.techtransthai.org/">
|
||||||
<div class="listaction">
|
<div class="listaction">
|
||||||
<img src="resources/icons/ll.svg" alt="little-lines" width="80" height="80" style="margin: 0.3cm;">
|
<img src="resources/icons/ll.svg" alt="little-lines" width="80" height="80" style="margin: 0.3cm;">
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="preconnect" href="https://rsms.me/">
|
||||||
|
<link rel="stylesheet" href="https://www.techtransthai.org/style.css">
|
||||||
|
<meta http-equiv="Content-Language" content="th">
|
||||||
|
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Coming soon!</title>
|
||||||
|
<link rel="icon" type="image/svg" href="https://www.techtransthai.org/resources/icons/ttt-org.svg">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="centerscreen">
|
||||||
|
<div class="header" >
|
||||||
|
<img src="https://www.techtransthai.org/resources/icons/ttt-org.svg" alt="TTT Logo" width="128" height="128">
|
||||||
|
</div>
|
||||||
|
<div class="logo" style="display: flex; align-items: center; justify-content: center">
|
||||||
|
<h1>Coming soon!</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header" style="margin-top: 1cm;">
|
||||||
|
<a href="https://www.techtransthai.org" class="gtk-button-pill">Go back</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue