Compare commits
No commits in common. "f2431b11bcb8bc181ca2e630a964cbc92fcc2c35" and "879f1fd21d2de358ee389036925711fe52a2d9e7" have entirely different histories.
f2431b11bc
...
879f1fd21d
3 changed files with 46 additions and 5 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<h3>บริการ โปรเจกต์ และคอนเทนต์</h3>
|
<h3>บริการ โปรเจกต์ และคอนเทนต์</h3>
|
||||||
|
|
||||||
<div class="section">
|
<div class="row">
|
||||||
<a class="itemcard" style="opacity: 0.4;">
|
<a class="itemcard" style="opacity: 0.4;">
|
||||||
<div class="listaction">
|
<div class="listaction">
|
||||||
<img src="icons/ttt-org-blueprint.svg" alt="behind-ttt" width="80" height="80" style="margin: 0.3cm;">
|
<img src="icons/ttt-org-blueprint.svg" alt="behind-ttt" width="80" height="80" style="margin: 0.3cm;">
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
|
|
||||||
<h3>สำหรับใช้งานภายในเท่านั้น</h3>
|
<h3>สำหรับใช้งานภายในเท่านั้น</h3>
|
||||||
|
|
||||||
<div class="section">
|
<div class="row">
|
||||||
<a class="itemcard" target="_blank" rel="noopener noreferrer" href="https://ci.techtransthai.org/">
|
<a class="itemcard" target="_blank" rel="noopener noreferrer" href="https://ci.techtransthai.org/">
|
||||||
<div class="listaction">
|
<div class="listaction">
|
||||||
<svg width="80" height="80" viewBox="0 0 285 254" xmlns="http://www.w3.org/2000/svg" style="margin: 0.3cm;">
|
<svg width="80" height="80" viewBox="0 0 285 254" xmlns="http://www.w3.org/2000/svg" style="margin: 0.3cm;">
|
||||||
|
|
45
style.css
45
style.css
|
@ -64,7 +64,7 @@ h1 {
|
||||||
margin-left: 0.25cm;
|
margin-left: 0.25cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.row {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
|
@ -149,16 +149,57 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For tablet screens */
|
/* For tablet screens */
|
||||||
@media only screen and (max-width: 1366px) {
|
@media only screen and (min-width: 750px) and (max-width: 1366px) {
|
||||||
.middle-large {
|
.middle-large {
|
||||||
grid-area: middle;
|
grid-area: middle;
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
max-width: 35cm;
|
max-width: 35cm;
|
||||||
}
|
}
|
||||||
|
.itemcard {
|
||||||
|
display: grid;
|
||||||
|
border-radius: 12px;
|
||||||
|
text-decoration: none;
|
||||||
|
height: 3cm;
|
||||||
|
transition-duration: 0.2s;
|
||||||
|
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
||||||
|
}
|
||||||
|
|
||||||
|
.itemcard-stealth {
|
||||||
|
display: grid;
|
||||||
|
border-radius: 12px;
|
||||||
|
text-decoration: none;
|
||||||
|
height: 3cm;
|
||||||
|
transition-duration: 0.2s;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin-top: 3vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For phone screens */
|
/* For phone screens */
|
||||||
@media only screen and (max-width: 750px) {
|
@media only screen and (max-width: 750px) {
|
||||||
|
.middle-large {
|
||||||
|
grid-area: middle;
|
||||||
|
width: 90vw;
|
||||||
|
max-width: 35cm;
|
||||||
|
}
|
||||||
|
|
||||||
|
.itemcard {
|
||||||
|
display: grid;
|
||||||
|
border-radius: 12px;
|
||||||
|
text-decoration: none;
|
||||||
|
height: 3cm;
|
||||||
|
transition-duration: 0.2s;
|
||||||
|
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
||||||
|
}
|
||||||
|
|
||||||
|
.itemcard-stealth {
|
||||||
|
display: grid;
|
||||||
|
border-radius: 12px;
|
||||||
|
text-decoration: none;
|
||||||
|
height: 3cm;
|
||||||
|
transition-duration: 0.2s;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 8vh;
|
margin-top: 8vh;
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
นี่คือรายชื่อสมาชิกของพวกเราในทีมงาน TechTransThai
|
นี่คือรายชื่อสมาชิกของพวกเราในทีมงาน TechTransThai
|
||||||
|
|
||||||
<div class="section" style="margin-top: 1cm">
|
<div class="row" style="margin-top: 1cm">
|
||||||
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://latenightdef.techtransthai.org/">
|
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://latenightdef.techtransthai.org/">
|
||||||
<div class="listaction">
|
<div class="listaction">
|
||||||
<img src="https://latenightdef.techtransthai.org/icons/avatar.png" alt="no-avatar" width="80" height="80" style="margin: 0.3cm; border-radius: 40px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13)">
|
<img src="https://latenightdef.techtransthai.org/icons/avatar.png" alt="no-avatar" width="80" height="80" style="margin: 0.3cm; border-radius: 40px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13)">
|
||||||
|
|
Loading…
Reference in a new issue