second picture on about page
This commit is contained in:
39
index.html
39
index.html
@ -63,7 +63,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div id="homepicture">
|
||||
<img src="rsc/self3.png" height="100%" style="display: block;margin-left: auto;margin-right: auto;">
|
||||
<img src="rsc/self3.png" height="100%" style="display: block;right:0">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -71,21 +71,32 @@
|
||||
<!-- About Page -->
|
||||
<div id="section2" class="bg-warning tile">
|
||||
<div class="container">
|
||||
<h1>About me</h1>
|
||||
<p id="aboutmeText">
|
||||
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>
|
||||
<div class="aboutcontainer">
|
||||
<h1>About me</h1>
|
||||
<p id="aboutmeText">
|
||||
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>
|
||||
|
||||
Here are a few technologies I've been working with recently:
|
||||
</p>
|
||||
Here are a few technologies I've been working with recently:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>C++</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>C++</li>
|
||||
<li>Java</li>
|
||||
<li>Kotlin</li>
|
||||
<li>HTML/CSS/JS</li>
|
||||
<li>Latex</li>
|
||||
<li>OpenSCAD</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="aboutPic">
|
||||
<img src="rsc/self4.jpg" height="300px" style="display: block;float:right; margin-top: 10%">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user