added part of contacts page
removed temp projects page
This commit is contained in:
parent
4c644f4d45
commit
f19355a563
11
css/contact.css
Normal file
11
css/contact.css
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.personalcontacts{
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#githubsign{
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#section5{
|
||||||
|
height: 50%;
|
||||||
|
}
|
@ -38,6 +38,7 @@
|
|||||||
color: aqua;
|
color: aqua;
|
||||||
background-color: #357840;
|
background-color: #357840;
|
||||||
transition: background-color 500ms;
|
transition: background-color 500ms;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ratiobtn:checked + .tab {
|
.ratiobtn:checked + .tab {
|
||||||
|
29
index.html
29
index.html
@ -20,6 +20,7 @@
|
|||||||
<link rel="stylesheet" href="css/about.css">
|
<link rel="stylesheet" href="css/about.css">
|
||||||
<link rel="stylesheet" href="css/experience.css">
|
<link rel="stylesheet" href="css/experience.css">
|
||||||
<link rel="stylesheet" href="css/projects.css">
|
<link rel="stylesheet" href="css/projects.css">
|
||||||
|
<link rel="stylesheet" href="css/contact.css">
|
||||||
</head>
|
</head>
|
||||||
<!-- The scrollable area -->
|
<!-- The scrollable area -->
|
||||||
<body data-spy="scroll" data-target=".navbar" data-offset="50">
|
<body data-spy="scroll" data-target=".navbar" data-offset="50">
|
||||||
@ -43,9 +44,6 @@
|
|||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#section3">Experience</a>
|
<a class="nav-link" href="#section3">Experience</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="#section4">Projects</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#section5">Contact</a>
|
<a class="nav-link" href="#section5">Contact</a>
|
||||||
</li>
|
</li>
|
||||||
@ -136,7 +134,8 @@
|
|||||||
07.2019 – 08.2019
|
07.2019 – 08.2019
|
||||||
</div>
|
</div>
|
||||||
<p class="experienceworktext">
|
<p class="experienceworktext">
|
||||||
Diploma thesis - "Image correction for surface inspection": Development of picture corrections for a surface inspection robot in C++.
|
Diploma thesis - "Image correction for surface inspection": Development of picture
|
||||||
|
corrections for a surface inspection robot in C++.
|
||||||
A C++ library was created for equalization of one of the parts picked up by a robot arm.
|
A C++ library was created for equalization of one of the parts picked up by a robot arm.
|
||||||
Surface picture Processing using OpenCV and especially the affine transformation.
|
Surface picture Processing using OpenCV and especially the affine transformation.
|
||||||
</p>
|
</p>
|
||||||
@ -192,26 +191,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Projects Page -->
|
|
||||||
<div id="section4" class="tile">
|
|
||||||
<div class="container">
|
|
||||||
<h1>Projects</h1>
|
|
||||||
<p>Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page!
|
|
||||||
Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page!
|
|
||||||
Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo
|
|
||||||
Projects Page! </p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Contact Page -->
|
<!-- Contact Page -->
|
||||||
<div id="section5" class="bg-danger tile">
|
<div id="section5" class="bg-danger tile">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<h3>Stay in Contact!</h3>
|
<h3>I'd love to hear from You!</h3>
|
||||||
<p>Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo
|
<div class="personalcontacts">
|
||||||
Contacts page! Todo Contacts page!
|
<a href="https://github.com/lukas-heiligenbrunner"><div id="githubsign">
|
||||||
Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page!
|
<span><img src="rsc/GitHub-Mark-64px.png" height="32px"> github.com/Lukas-Heiligenbrunner</span>
|
||||||
Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! </p>
|
</div></a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
BIN
rsc/GitHub-Mark-64px.png
Normal file
BIN
rsc/GitHub-Mark-64px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
rsc/GitHub-Mark-Light-64px.png
Normal file
BIN
rsc/GitHub-Mark-Light-64px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user