Skip to content

Commit

Permalink
Add some more design
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMa2ur committed Dec 1, 2023
1 parent fe52213 commit 5f45907
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions Web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
<div class="w-screen h-screen absolute">
<div class="w-screen h-screen absolute invisible md:visible" xmlns="http://www.w3.org/1999/html">
<img src="Img/Waves/Vector.png" class="absolute bottom-0" alt="Wave1"/>
<img src="Img/Waves/Vector-1.png" class="absolute bottom-0" alt="Wave2"/>
<img src="Img/Waves/Vector-2.png" class="absolute bottom-0" alt="Wave3"/>
</div>


<div class="container mx-auto h-screen flex justify-center">
<div class="card bg-base-100 shadow mx-auto h-1/3">
<div class="card-body max-h-full">
<div class="aspect-square max-h-full">
<img src="MatejMa2ur.png" alt="Personal" class="max-h-full"/>
<div class="container mx-auto h-screen flex flex-col md:flex-row gap-5
md:justify-around justify-evenly items-center">
<h1 class="text-6xl lg:text-9xl font-extrabold pl-5">
Impossible is <br>
<span class="text-primary">opinion</span>
</h1>
<div class="aspect-square h-1/3 md:h-1/2">
<img src="MatejMa2ur.png" alt="Personal" class="max-h-full"/>

</div>

<h1>
Hello
</h1>
</div>
</div>
</div>

Expand Down
Binary file modified Web/static/Img/Waves/Vector-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Web/static/Img/Waves/Vector-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Web/static/Img/Waves/Vector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f45907

Please sign in to comment.