Compare commits
3 commits
dbf5309960
...
310ff35a51
Author | SHA1 | Date | |
---|---|---|---|
310ff35a51 | |||
78b662512a | |||
9590785a25 |
2 changed files with 14 additions and 8 deletions
14
README.md
14
README.md
|
@ -1,7 +1,17 @@
|
|||
# TechTransThai.org
|
||||
|
||||
Source code for the [TechTransThai.org](https://www.techtransthai.org) website, showcasing our currently available services, projects and team members. Written in plain HTML and CSS. Inspired by a previous design of [Flathub](https://flathub.org).
|
||||
Source code for the [TechTransThai.org](https://www.techtransthai.org) website, showcasing our currently available campaigns, apps, contents, services and team members. Written in plain HTML and CSS. Inspired by a previous design of [Flathub](https://flathub.org).
|
||||
|
||||
JavaScript is used ONLY for [Website Carbon Calculator](https://www.websitecarbon.com). All other parts will remain funtional even with JavaScript disabled.
|
||||
## Design principles
|
||||
|
||||
The website should be:
|
||||
|
||||
1. Fast: The **static site** uses minimal (or preferably no) JavaScript, local on-device fonts, SVGs instead of PNGs or JPGs where possible, so weakest devices and slowest connections can still load quickly and produce less carbon footprint.
|
||||
2. Privacy-friendly: No cookies or invasive tracking. Metrics should be collected ONLY from what the web server itself sees.
|
||||
3. Functional: Responsive design and auto dark mode.
|
||||
|
||||
## License
|
||||
|
||||
This homepage is licensed under CC BY-SA 4.0, see [LICENSE](/LICENSE) for more details.
|
||||
|
||||
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
|
|
@ -41,9 +41,9 @@
|
|||
<div class="middle-large">
|
||||
|
||||
<div class="header" style="margin-top: 2cm;">
|
||||
<div class="banner">
|
||||
<!-- <div class="banner">
|
||||
📢 Planned power outage on Nov 12 2024, 10AM-12PM (GMT+7)
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<h1>TechTransThai</h1>
|
||||
|
@ -388,10 +388,6 @@
|
|||
<p style="margin-top: 5vh;text-align: center;">© 2024 TechTransThai</p>
|
||||
<p style="text-align: center">เว็บไซต์นี้อยู่ภายใต้สัญญาอนุญาต CC BY-SA 4.0</p>
|
||||
|
||||
<div id="wcb" class="carbonbadge"></div>
|
||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
||||
|
||||
|
||||
<a href="https://en.pronouns.page/@latenightdef" rel="me"></a>
|
||||
<a href="https://f-social.techtransthai.org/@latenightdef" rel="me"></a>
|
||||
<a href="https://webring.wonderful.software#techtransthai.org"><a/>
|
||||
|
|
Loading…
Reference in a new issue