Add September OSF contributions and add Open Collective profile
This commit is contained in:
parent
8a339c6411
commit
339d700a6c
2 changed files with 35 additions and 2 deletions
|
@ -54,19 +54,40 @@
|
|||
<a class="gtk-button" href="/support.html">
|
||||
ดูรายชื่อโปรเจกต์ที่ได้รับการคัดเลือก
|
||||
</a>
|
||||
<a class="button" target="_blank" rel="noopener noreferrer" href="https://opencollective.com/techtransthai">
|
||||
ดูโปรไฟล์ของเราบน Open Collective
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h3 style="margin-top: 5vh;">ประวัติ</h3>
|
||||
|
||||
<div class="list">
|
||||
<a class="listactionmini" target="_blank" rel="noopener noreferrer" href="https://opencollective.com/pixelfed/contributions/788335">
|
||||
<div style="display: flex; margin-left: 0.5cm; margin-top: -0.4cm; margin-bottom: -0.2cm; align-items: center; justify-content: left">
|
||||
<div>
|
||||
<p>$2.90 financial contribution to Pixelfed via Open Collective</p>
|
||||
<p class="description">A TechTransThai team member on Sep 2, 2024</p>
|
||||
</div>
|
||||
</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="listactionmini">
|
||||
<div style="display: flex; margin-left: 0.5cm; margin-top: -0.4cm; margin-bottom: -0.2cm; align-items: center; justify-content: left">
|
||||
<div>
|
||||
<p>Financial contribution to Saber via GitHub Sponsors</p>
|
||||
<p>$5 financial contribution to KDE via GitHub Sponsors</p>
|
||||
<p class="description">Late Night Defender on Sep 2, 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="separator"></div>
|
||||
<a class="listactionmini">
|
||||
<div style="display: flex; margin-left: 0.5cm; margin-top: -0.4cm; margin-bottom: -0.2cm; align-items: center; justify-content: left">
|
||||
<div>
|
||||
<p>$5 financial contribution to Saber via GitHub Sponsors</p>
|
||||
<p class="description">Late Night Defender on Aug 1, 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
$5
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
12
style.css
12
style.css
|
@ -158,6 +158,10 @@ h1 {
|
|||
min-height: 1.5cm;
|
||||
}
|
||||
|
||||
.separator {
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.emojidecorations {
|
||||
font-size: 16pt;
|
||||
text-align: center;
|
||||
|
@ -234,6 +238,10 @@ h1 {
|
|||
.infocard {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.separator {
|
||||
background-color: rgba(237, 237, 237, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
@ -286,4 +294,8 @@ h1 {
|
|||
.infocard {
|
||||
background-color: #303030;
|
||||
}
|
||||
|
||||
.separator {
|
||||
background-color: #232323;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue