diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index a344b14..ed18f39 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -1,5 +1,13 @@
import styled from "@emotion/styled"
-import { Card as Card_, CardContent, Grid, Typography } from "@mui/material"
+import { Box, Card as Card_, CardContent, Grid, Typography } from "@mui/material"
+import {
+ AutoMode as AutoModeIcon,
+ BugReport as BugReportIcon,
+ Cloud as CloudIcon,
+ School as SchoolIcon,
+ SettingsSuggest as SettingsSuggestIcon,
+ SvgIconComponent
+} from "@mui/icons-material"
import { Link } from "gatsby"
import Layout from "../components/organisms/Layout"
@@ -7,6 +15,20 @@ const Card = styled(Card_)`
height: 100%;
`
+type IconProps = {
+ Icon: SvgIconComponent
+ title: string
+}
+
+const Title = ({ Icon, title }: IconProps) => (
+
+
+ {title}
+
+
+
+)
+
const IndexPage = () => {
return (
@@ -14,11 +36,9 @@ const IndexPage = () => {
-
- Cloud
-
+
- I'm experienced in designing & implementing Cloud-native software on all major Cloud platforms that is tailored to the customer's needs. Containers, microservices, serverless setups — I'm familiar with all the important tools.
+ I'm experienced in designing & implementing Cloud-native solutions tailored to highly specialised needs. Containers, microservices, serverless setups — I'm familiar with all the important tools.
@@ -26,9 +46,7 @@ const IndexPage = () => {
-
- Type safety
-
+
I love strong type systems. They avoid runtime exceptions like{" "}
@@ -42,9 +60,7 @@ const IndexPage = () => {
-
- Reproducibility
-
+
"But it works on my machine" — how many times did you hear this?
Running into issues building software can be frustrating & time consuming.
@@ -57,9 +73,7 @@ const IndexPage = () => {
-
- DevOps
-
+
Plan, Develop, Deliver, Operate — Repeat
DevOps is about continually providing value to customers.
@@ -72,9 +86,7 @@ const IndexPage = () => {
-
- Learning
-
+
Software development is such a vast field and I love learning about new technologies.
You can expect software built on modern state-of-the-art technologies & methodologies from me.