-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a96c04
commit 1a98919
Showing
65 changed files
with
1,239 additions
and
1,420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import AnaCss from "./sayfa.css"; | ||
import Jan25 from "/birim/blog/2025.01/birim"; | ||
import OrtakCss from "/birim/ortakcss/birim.css"; | ||
|
||
const Raporlar = () => ( | ||
<div class={AnaCss.Üçlü}> | ||
<div></div> | ||
<Jan25 href={""} loading="lazy" /> | ||
<div class={AnaCss.SağaYaslı}> | ||
<h2 class={OrtakCss.Mor}>{{ | ||
en: "KimlikDAO progress reports.", | ||
tr: "KimlikDAO ilerleme raporları." | ||
}}</h2> | ||
<span class={AnaCss.Açıklama}>{{ | ||
en: <> | ||
Read about the progress at KimlikDAO, from advancements in the KimlikDAO | ||
protocol to new uses of KPass, from the events we participate in, to the | ||
new partnerships we establish, in our monthly progress reports</>, | ||
tr: <> | ||
KimlikDAO’nun protokolündeki gelişmelerden yeni kullanım alanlarına | ||
katıldığımız etkinliklerden, kurduğumuz yeni ortaklıklara tüm | ||
gelişmelerini aylık ilerleme raporlarından okuyun.</> | ||
}}</span><br /> | ||
<a href="//blog.kimlikdao.org" class={[OrtakCss.Düğme, OrtakCss.Mavi, AnaCss.ÜstBoşluk]}>{{ | ||
en: "All progress reports", | ||
tr: "Tüm ilerleme raporları" | ||
}}</a> | ||
</div> | ||
</div> | ||
); | ||
|
||
export default Raporlar; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.