Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
davehornik committed Sep 9, 2024
1 parent 349aaf2 commit 14e11e8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
40 changes: 40 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
html {
background-color: rgb(13, 26, 44);
color: antiquewhite;

}
body {
font-family: monospace;
}

#wrap {
margin-left: 20%;
margin-right: 20%;
margin-top: 5%;
}

#WIP {
color: rgb(255, 255, 255);
text-align: center;
margin: 0;
width: 100%;
background-color: black;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.name {
font-size: 50px;
margin-bottom: auto;
}
#quick-info {
left: 25%;
width: 600px;
text-align: left;
margin-left: 15%;
}
#about-me {
padding-top: 20px;
font-size: larger;
}
#quick-info img {
float: left;
margin-right: 10%;
width: 150px;
}
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,19 @@
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<h1 class="WIP">[Work in progress❤️]</h1>
<h1 id="WIP">❤️ Work in progress ❤️</h1>
</header>
<div id="wrap">
<div id="quick-info">
<img src="content/img/gandalf.png" width="200" alt="Gandalf" style="float: left;">
<h1 class="name">Dave Horník</h1>
<h2 class="title"><strong>NOT EVEN</strong> Junior Full Stack Developer <strong>YET</strong></h2></h1>
<img src="content/img/gandalf.png" alt="Gandalf">
<h1 class="name"><strong>Dave Horník</strong></h1>
<h2 class="title">Junior Full Stack Developer</h2></h1>
<h3 class="location">Czech Republic</h3>
</div>
<div id="about-me" style="clear: both;">
<p> Yes, that is a hornpipe in my pocket and I am happy to see you. You’re drinking a Salty Dog? How’d you like to try the real thing? Aye, I guarantee ye, I’ve had a twenty percent decrease in me “lice ratio!” Now and then we had a hope that if we lived and were good, God would permit us to be pirates. Even pirates, before they attack another ship, hoist a black flag. Right from the Voyage og Noah, surviving was by sailing. Avast ye! and sail against the tides.
</p>
</div>
</div>
<script src="" async defer></script>
</body>

0 comments on commit 14e11e8

Please sign in to comment.