Add Little Lines page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-11-28 03:15:49 +07:00
parent 533924a037
commit cf1685f81b
2 changed files with 52 additions and 1 deletions

View file

@ -205,7 +205,7 @@
</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="/webapps/little-lines/">
<div class="listaction">
<img src="resources/icons/ll.svg" alt="little-lines" width="80" height="80" style="margin: 0.3cm;">
<div>

View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/style.css">
<meta http-equiv="Content-Language" content="th">
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="ระบบนำทางสำหรับล้อขนาดเล็ก">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Little Lines - TechTransThai</title>
<link rel="icon" type="image/svg" href="/resources/icons/ll.svg">
</head>
<body>
<div class="topbar">
<div class="topbar-group">
<a href="/" style="display: flex; align-items: center; text-decoration: none;">
<img src="/resources/icons/ttt-org.svg" 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 href="/team" class="button header">ทีม</a>
<a target="_blank" rel="noopener noreferrer" href="https://webring.wonderful.software#techtransthai.org" class="button header">วงแหวนเว็บ</a>
<a target="_blank" rel="noopener noreferrer" href="https://status.techtransthai.org/" class="button header">สถานะการให้บริการ</a>
</div>
</div>
</div>
<div class="grid-container">
<div class="middle large">
<div class="header" style="margin-top: 2cm;">
</div>
<h1>Little Lines</h1>
เว็บแอปนำทางสำหรับวีลแชร์ กระเป๋าล้อลาก รถเข็นเด็ก และ Micromobility ที่เกี่ยวข้อง
<div class="quickbuttons" style="margin-top: 5vh;">
<a class="button accent" target="_blank" rel="noopener noreferrer" href="https://little-lines.techtransthai.org">เปิดเว็บแอป</a>
<a class="button" target="_blank" rel="noopener noreferrer" href="https://gitlab.com/little-lines">ดูซอร์สโคด</a>
<a class="button" target="_blank" rel="noopener noreferrer" href="https://little-lines-docs.techtransthai.org/">ดูเอกสาร</a>
<a class="button" target="_blank" rel="noopener noreferrer" href="https://discord.gg/6aPemyuSzx">พูดคุยผ่าน Discord</a>
</div>
</div>
</div>
</body>
</html>