This commit is contained in:
kankys 2024-09-01 09:12:44 +02:00
parent 5dbb399855
commit dc4ff71fd7
2 changed files with 34 additions and 21 deletions

View File

@ -40,13 +40,7 @@
</nav>
<!-- Hero section -->
<header class="hero-section ">
<div class="hero-text-wrapper">
<h1 class="hero-text">
</h1>
</div>
</header>
<!-- About Us -->
<div class="content">
@ -58,7 +52,7 @@
technologie, ve kterých se neustále vzdělávám. Absolvoval jsem kurz
testingu a SQL v Acamaru, další kurz byl web developer u společnosti Engeto. Pracoval jsem na pozici testera ve společnosti Uniprog a nyní pracuji ve společnosti Kyndryl na projektu České Spořitelny pro platformu SMART.
</p>
<p>Nyní navíc nabízím IT služby,<a href="services/" target="_blank"> klikněte sem</a>.</p>
<p>Nyní navíc nabízím IT služby, pro více informací<a class="linkservices" href="services/" target="_blank"> klikněte sem</a>.</p>
</div>
<div class="about-img"><img class="about-img content-container"
@ -67,6 +61,14 @@
</div>
</section>
<!-- Hero section -->
<header class="hero-section ">
<div class="hero-text-wrapper">
<h1 class="hero-text">
</h1>
</div>
</header>
<!-- What We Do -->
<section class="what-section" id="what-we-do">
<div class="what-section-wrapper">
@ -208,7 +210,8 @@
class="fa fa-github"></i> GitHub</a></li>
<li><a href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/"
target="_blank"><i class="fa fa-linkedin"></i> LinkedIn</a></li>
<li><p class="contact-text">Telefoní číslo: <i class="fas fa-phone"></i> <a href="tel:+725303747"> +420 725 303 747</a></a></p></li>
<li><p class="contact-text">E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></p></li>
</ul>
</div>
@ -217,7 +220,7 @@
</section>
<!-- Where togo -->
<section class="where-section" id="where">
<!-- <section class="where-section" id="where">
<div class="where-section-wrapper">
<div class="where-text">
@ -228,14 +231,14 @@
<div class="where-text-div">
<p class="contact-text">Telefoní číslo: <i class="fas fa-phone"></i> <a href="tel:+725303747"> +420 725 303 747</a></a></p>
<p class="contact-text">E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></p>
<p class="contact-text">E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></p> -->
<!-- <div class="contact-button">-->
<!-- <a href="#" class="contact-button-text"></a>-->
<!-- </div>-->
</div>
<!-- </div>
</div>
</div>
</section>
</section> -->
<!-- &lt;!&ndash; Reviews section &ndash;&gt;-->
<!-- <section class="reviews-section" id="reviews">-->

View File

@ -3,9 +3,9 @@
--word-white: #fff;
--link-one: #efa69d;
--link-two: #e9877b;
--background-one: #33292a;
--background-two: #644b4f;
--background-three: #333333;
--background-one: #6a5cd4;
--background-two: #5b5ac5;
--background-three: #439ed6;
--background-four: #f2f2f2;
}
@ -24,6 +24,8 @@ nav {
padding: 10px;
background-color: var(--background-one);
font-size: 20px;
margin: 10px;
border-radius: 7px;
}
a {
text-decoration: none;
@ -166,11 +168,13 @@ img {
}
}
/* What We Do */
/* We Do */
.what-section {
background-color: var(--background-one);
color: var(--word-white);
margin: 10px;
border-radius: 7px;
}
.what-section-wrapper {
@ -339,7 +343,8 @@ img {
background-color: var(--background-two);
color: var(--word-white);
display: flex;
margin-top: 10px;
margin: 10px;
border-radius: 7px;
}
.where-section-wrapper {
@ -359,18 +364,18 @@ img {
font-size: 25px;
width: 272px;
height: 114px;
text-align: left;
text-align: center;
}
.where-text-div {
flex: 1;
width: 572;
height: 201;
text-align: left;
}
.contact-text {
margin-top: 20px;
text-align: center;
}
.contact-button {
@ -539,7 +544,8 @@ img {
/* Footer */
.footer {
margin-top: 10px;
margin: 10px;
border-radius: 7px;
}
.footer-wrapper {
background-color: var(--background-three);
@ -589,3 +595,7 @@ img {
color: #f2f2f2;
text-align: center;
}
.linkservices {
color: var(--word-black);
}