diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 0000000..2ad2ed2
Binary files /dev/null and b/public/logo.png differ
diff --git a/src/App.svelte b/src/App.svelte
index e7b462e..743d865 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,12 +1,13 @@
@@ -14,119 +15,157 @@ import Flexbox from "./components/flexbox.svelte";
-
-
- Daniel Bulant
-
-
-
- Contact
-
-
-
-
-
-
Daniel Bulant
-
-
-
Projects
-
-
-
- igni is a universal discord bot with advanced moderation, advanced configuration and unique command handling. It can replace majority of other bots and is being actively worked on.
-
-
-
-
-
-
-
-
-
-
- Czech tutorials, blog and news about node, php and scratch for everyone.
-
-
-
-
-
-
-
-
-
-
- Czech e-learning website and application, currently in closed beta.
-
-
-
-
-
-
-
-
-
-
- Independent team of developers, worked on Aztec, browser and more.
-
-
-
-
-
-
-
-
-
-
-
Contact info
-
-
-
Discord - TechmandanCZ#0135, you can find me in my server.
+
+
\ No newline at end of file
diff --git a/src/components/flexbox.svelte b/src/components/flexbox.svelte
deleted file mode 100644
index 25474b5..0000000
--- a/src/components/flexbox.svelte
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/hero.svelte b/src/components/hero.svelte
index fa2a08c..9aa7d25 100644
--- a/src/components/hero.svelte
+++ b/src/components/hero.svelte
@@ -1,47 +1,29 @@
-
-
-
- {#if $$slots.content}
-
-
-
-
-
-
- {:else}
-
-
-
- {/if}
+
-
+
\ No newline at end of file
diff --git a/src/components/heroPost.svelte b/src/components/heroPost.svelte
new file mode 100644
index 0000000..2e5860e
--- /dev/null
+++ b/src/components/heroPost.svelte
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+ {#each categories as category}
+ {category}
+ {/each}
+
+
{title}
+
{description}
+
+
+ —
+ {author}
+ —
+ {date}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/link.svelte b/src/components/link.svelte
deleted file mode 100644
index a219051..0000000
--- a/src/components/link.svelte
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte
deleted file mode 100644
index a853037..0000000
--- a/src/components/navbar.svelte
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/post.svelte b/src/components/post.svelte
new file mode 100644
index 0000000..a032ab5
--- /dev/null
+++ b/src/components/post.svelte
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+ {#each categories as category}
+ {category}
+ {/each}
+
+
{title}
+
+
+ —
+ {author}
+ —
+ {date}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/posts.svelte b/src/components/posts.svelte
new file mode 100644
index 0000000..b9f86c0
--- /dev/null
+++ b/src/components/posts.svelte
@@ -0,0 +1,113 @@
+
+
+
Posts
+
+
+
+
+
+ {#each posts as post}
+
+ {/each}
+
+
+
+
\ No newline at end of file
diff --git a/src/components/project.svelte b/src/components/project.svelte
index 6f19f71..2dcf053 100644
--- a/src/components/project.svelte
+++ b/src/components/project.svelte
@@ -1,61 +1,48 @@
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/components/separator.svelte b/src/components/split.svelte
similarity index 98%
rename from src/components/separator.svelte
rename to src/components/split.svelte
index c8f6075..fece042 100644
--- a/src/components/separator.svelte
+++ b/src/components/split.svelte
@@ -1,4 +1,3 @@
-