* wip

* wip2

* trying to trigger netflify preview

* prepared files for htmz

* ready for styling

* fix nav?

* htmz nav2

* fix nav

* custom built css

* bring back logo
This commit is contained in:
Łukasz Skotarek 2024-05-26 19:37:09 +02:00 committed by GitHub
parent 860208814a
commit 0d59c44240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 308 additions and 26500 deletions

22
home.html Normal file
View file

@ -0,0 +1,22 @@
<div id="tab-panel" role="tabpanel">
<div class="img">
<img src="./images/logo.png">
</div>
<div class="content">
<h2>Hello to dreat.info</h2>
<div>
<p>
Welcome to my little place on the web. You will find here info about yours truly and projects I made/I am working on. <br />
Feel free to look around and explore links on the left.
</p>
</div>
<div>
<div class="main-img">
<img src="./images/dd.jpg" alt="Dreat on drums">
</div>
</div>
</div>
</div>