added part of contacts page

removed temp projects page
This commit is contained in:
Lukas Heiligenbrunner 2020-03-19 22:19:15 +01:00
parent 4c644f4d45
commit f19355a563
5 changed files with 21 additions and 20 deletions

11
css/contact.css Normal file
View File

@ -0,0 +1,11 @@
.personalcontacts{
margin-top: 60px;
}
#githubsign{
color: white;
}
#section5{
height: 50%;
}

View File

@ -38,6 +38,7 @@
color: aqua;
background-color: #357840;
transition: background-color 500ms;
cursor: pointer;
}
.ratiobtn:checked + .tab {

View File

@ -20,6 +20,7 @@
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/experience.css">
<link rel="stylesheet" href="css/projects.css">
<link rel="stylesheet" href="css/contact.css">
</head>
<!-- The scrollable area -->
<body data-spy="scroll" data-target=".navbar" data-offset="50">
@ -43,9 +44,6 @@
<li class="nav-item">
<a class="nav-link" href="#section3">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section4">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section5">Contact</a>
</li>
@ -136,7 +134,8 @@
07.2019 08.2019
</div>
<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.
Surface picture Processing using OpenCV and especially the affine transformation.
</p>
@ -192,26 +191,16 @@
</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 -->
<div id="section5" class="bg-danger tile">
<div class="container">
<h1>Contact</h1>
<h3>Stay in Contact!</h3>
<p>Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo
Contacts page! Todo Contacts page!
Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page!
Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! </p>
<h3>I'd love to hear from You!</h3>
<div class="personalcontacts">
<a href="https://github.com/lukas-heiligenbrunner"><div id="githubsign">
<span><img src="rsc/GitHub-Mark-64px.png" height="32px"> github.com/Lukas-Heiligenbrunner</span>
</div></a>
</div>
</div>
</div>
</div>

BIN
rsc/GitHub-Mark-64px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB