diff --git a/public/discord.png b/public/discord.png new file mode 100644 index 0000000..58ed951 Binary files /dev/null and b/public/discord.png differ diff --git a/public/github.png b/public/github.png new file mode 100644 index 0000000..0c67284 Binary files /dev/null and b/public/github.png differ diff --git a/public/global.css b/public/global.css index 5e991d8..0ec96eb 100644 --- a/public/global.css +++ b/public/global.css @@ -1,14 +1,19 @@ html, body { position: relative; width: 100%; - height: 100%; + min-height: 100vh; } body { color: #333; margin: 0; box-sizing: border-box; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + margin-top: 30px; +} + +html { + background-image: linear-gradient(to top, rgb(242,210,223), transparent min(180vh, 1080px)); } h1 { @@ -21,7 +26,8 @@ h1 { } a { - color: rgb(0,100,200); + /* color: rgb(0,100,200); */ + color: inherit; text-decoration: none; } @@ -30,7 +36,8 @@ a:hover { } a:visited { - color: rgb(0,80,160); + color: inherit; + /* color: rgb(0,80,160); */ } label { diff --git a/public/index.html b/public/index.html index ed95699..ca0dddb 100644 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,8 @@ + + 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. -

- igni avatar -
- - -
-
- - -

- Czech tutorials, blog and news about node, php and scratch for everyone. -

- The Tutorials logo -
- - -
-
- - -
- Czech e-learning website and application, currently in closed beta. -
- -
- - -
-
- - -
- Independent team of developers, worked on Aztec, browser and more. -
- Ice Productions Logo -
- - -
-
-
- -
-

Contact info

- - -
- - - +
+ +

Daniel Bulant

+ Contact + + Contact + danbulant@danbulant.eu +
+
+
+ +

I'm a young developer making websites and discord bots.

+ + +
+
+
+
+ I helped many projects come to life. Here are some examples: +
+ + Learner - A learning platform for students + + + TheTutorials - Czech tutorials and blog about programming + +
+
+
+ + igni - The universal discord bot + + + Animasher - Platform for creating and sharing animations + +
+
+ +
+ +
- +
+ +

Daniel Bulant

+ + +

+ Design by Carl Hansen +

+
+
+
+ \ No newline at end of file diff --git a/src/components/bar.svelte b/src/components/bar.svelte new file mode 100644 index 0000000..de7979e --- /dev/null +++ b/src/components/bar.svelte @@ -0,0 +1,18 @@ + + + \ No newline at end of file diff --git a/src/components/button.svelte b/src/components/button.svelte index 2c31e23..3572ac1 100644 --- a/src/components/button.svelte +++ b/src/components/button.svelte @@ -1,68 +1,37 @@ {#if href} - - - + {:else} - + {/if} \ No newline at end of file diff --git a/src/components/contact.svelte b/src/components/contact.svelte new file mode 100644 index 0000000..f858bf9 --- /dev/null +++ b/src/components/contact.svelte @@ -0,0 +1,66 @@ + +
+
Prague, Czech Republic
+ danbulant@danbulant.eu + +
+ + \ 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 @@ + + +
+ Thumbnail +
+
+ {#each categories as category} + {category} + {/each} +
+

{title}

+

{description}

+
+ Avatar of author + — + {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 @@ + + +
+ Thumbnail +
+
+ {#each categories as category} + {category} + {/each} +
+

{title}

+
+ Avatar of author + — + {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 @@ -