Skip to content

Commit

Permalink
change fonts and colors a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
peritpatrio committed Jun 2, 2024
1 parent a834902 commit bd131d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default async function Home() {
<FeatureImage src="/meetup.webp" alt="" width="1792" height="1024" />
</div>
<div className="flex flex-col justify-center space-y-5 lg:order-1">
<h2 className="text-3xl font-extrabold">Yhteisö ohjelmoinnista kiinnostuneille</h2>
<div className="space-y-5 font-mono text-sm leading-relaxed text-pink-100">
<h2 className="font-mono text-2xl font-extrabold">Yhteisö ohjelmoinnista kiinnostuneille</h2>
<div className="space-y-5 font-mono text-sm leading-relaxed text-[#A597A1]">
<p>
Koodiklinikka on Suomen suurin ohjelmistoalan yhteisö, joka kokoaa yhteen ammattilaiset, harrastajat
ja vasta-alkajat. Tavoitteenamme on yhdistää ja kasvattaa suomalaista ohjelmointiyhteisöä sekä
Expand All @@ -84,8 +84,8 @@ export default async function Home() {
<FeatureImage src="/opensource.webp" alt="" width="1792" height="1024" />
</div>
<div className="flex flex-col justify-center space-y-5">
<h2 className="text-3xl font-extrabold">Avoin lähdekoodi &lt;3</h2>
<div className="space-y-5 font-mono text-sm leading-relaxed text-pink-100">
<h2 className="font-mono text-2xl font-extrabold">Avoin lähdekoodi &lt;3</h2>
<div className="space-y-5 font-mono text-sm leading-relaxed text-[#A597A1]">
<p>
Suosimme avointa lähdekoodia ja kaikki käyttämämme koodi on vapaasti saatavilla sekä
hyödynnettävissä Github-organisaatiomme sivulta. Organisaation jäseneksi otamme kaikki
Expand Down

0 comments on commit bd131d1

Please sign in to comment.