diff --git a/.gitignore b/.gitignore index d977176..12cbd58 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .next node_modules out +.history \ No newline at end of file diff --git a/data/projects.ts b/data/projects.ts deleted file mode 100644 index 19aa5da..0000000 --- a/data/projects.ts +++ /dev/null @@ -1,28 +0,0 @@ -const projects = [ - { - title: "RE:DOM", - description: - "Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. Develop web apps with 100 % JavaScript and web standards.", - url: "https://redom.js.org", - image: "/static/images/redom.svg", - }, - { - title: "Code::Stats", - description: "Code::Stats is a free stats tracking service for programmers", - url: "https://codestats.net/", - image: "/static/images/codestats.png", - }, - { - title: "Reactabular", - description: "A framework for building the React table you need", - url: "https://reactabular.js.org/", - image: "/static/images/reactabular.png", - }, - { - title: "Avain.app", - description: "Secure one-time password manager (PWA + Web Crypto)", - url: "https://avain.app", - image: "/static/images/avain.svg", - }, -]; -export default projects; diff --git a/pages/index.tsx b/pages/index.tsx index 6296638..240ce1e 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -5,7 +5,6 @@ import Head from "next/head"; import InviteForm from "../components/InviteForm"; import Members from "../components/Members"; import Feed from "../components/Feed"; -import projects from "../data/projects"; const Hero = () => (
@@ -34,20 +33,6 @@ const Hero = () => (
); -const PatientProject = ({ title, description, url, image }) => ( -
-
- - {title} - -
-
-

{title}

-

{description}

-
-
-); - const IndexContent = () => ( <>
@@ -110,35 +95,108 @@ const IndexContent = () => (
-
- Octocat, the mascot of GitHub -
-
-

Avoin lähdekoodi

+
+

Suosituimmat keskustelunaiheet

- Suosimme avointa lähdekoodia ja kaikki käyttämämme koodi on - vapaasti saatavilla ja hyödynnettävissä{" "} - - Github-organisaatiomme sivulta - - . Organisaation jäseneksi otamme kaikki Slack-yhteisömme - jäsenet. Koodiklinikan projekteihin voi osallistua kuka tahansa - ja muutosideat ovat aina lämpimästi tervetulleita. +

    +
  • + + #yleinen + {" "} + – Yleistä keskustelu ohjelmistoalasta +
  • +
  • + + #rekry + {" "} + – Avoimet työpaikat +
  • +
  • + + #javascript + {" "} + – Keskustelua JavaScriptistä, frontendistä ja paljosta + muusta +
  • +
  • + + #fp + {" "} + – Keskustelua funktionaalisesta ohjelmoinnista, oli se + sitten Clojurea, Haskellia, F#:ia tai muuta herkkua +
  • +
  • + + #devops + {" "} + – Devaavat operaattorit ja muuta hypeä +
  • +
  • + + #tapahtumat + {" "} + – Kiinnostaako alan tapahtumat? Täällä kuulet niistä + ensimmäisenä +
  • +
  • + + #homeautomation + {" "} + – Taloautomaatio, KNX, Loxone, Openhab, älyvalot, Home + Assistant, Hue, Trådfri, Xiaomi jne. +
  • +
  • + + #sijoitukset + {" "} + – Keskustelua sijoittamisesta +
  • +

-
- -
-

Potilaiden projekteja

- {projects.map(project => ( - - ))} +
+

Avoin lähdekoodi

+

+ Suosimme avointa lähdekoodia ja kaikki käyttämämme koodi on + vapaasti saatavilla ja hyödynnettävissä{" "} + + Github-organisaatiomme sivulta + + . Organisaation jäseneksi otamme kaikki Slack-yhteisömme jäsenet. + Koodiklinikan projekteihin voi osallistua kuka tahansa ja + muutosideat ovat aina lämpimästi tervetulleita. +

+
+ +
+
diff --git a/public/static/images/slack.png b/public/static/images/slack.png index 0a2438a..cb178ed 100644 Binary files a/public/static/images/slack.png and b/public/static/images/slack.png differ diff --git a/styles/style.styl b/styles/style.styl index 4f98476..0dac38f 100644 --- a/styles/style.styl +++ b/styles/style.styl @@ -90,8 +90,7 @@ section:first-child padding-left 0 &:last-child padding-right 0 - &:first-child - text-align center + img:first-child max-width 100%