navbar on right side

name tag left
This commit is contained in:
lukas-heiligenbrunner
2020-03-17 18:57:49 +01:00
parent bdc41967c2
commit 7a10195a84
25 changed files with 36 additions and 26162 deletions

View File

@ -20,7 +20,8 @@
<!-- The scrollable area -->
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-expand-sm navbar-dark fixed-top justify-content-end">
<nav class="navbar navbar-expand-sm navbar-dark fixed-top">
<a class="navbar-brand" href="#">Lukas</a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
@ -28,7 +29,7 @@
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#section1">Home</a>
</li>
@ -48,10 +49,11 @@
</div>
</nav>
<!-- Home Page-->
<div id="section1" class="tile">
<div class="container">
<div>
<div style="float: left;">
<div id="preTitle">Hey, my name is</div>
<div class="bigText" id="titleText">Lukas Heiligenbrunner</div>
<div class="bigText lightOpacity" id="subTitleText">A creative IT Student</div>
@ -60,6 +62,9 @@
development and is always open for new projects and ideas.
</p>
</div>
<div style="float: left">
<img src="rsc/self3.png" height="250px">
</div>
</div>
</div>
@ -68,14 +73,19 @@
<div class="container">
<h1>About me</h1>
<p style="width: 40%">
Hello! I'm Lukas, a software engineer based in Austria who enjoys building things that live on the internet.
I develop exceptional websites and web apps that provide intuitive, pixel-perfect user interfaces with efficient and modern backends.
Hello! I'm Lukas, a software engineer based in Austria who enjoys building GUI-Software as well as things
that live on the internet.
I develop hardware near software exceptional websites and apps that provide intuitive and user friendly
interfaces with efficient and modern backends.
I'm currently a student of the HTL Steyr and I am in the final year.
<br>
<br><br>
Here are a few technologies I've been working with recently:
</p>
<ul>
<li>C++</li>
</ul>
</div>
</div>