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> </nav>
<!-- Hero section -->
<header class="hero-section ">
<div class="hero-text-wrapper">
<h1 class="hero-text">
</h1>
</div>
</header>
<!-- About Us --> <!-- About Us -->
<div class="content"> <div class="content">
@ -58,7 +52,7 @@
technologie, ve kterých se neustále vzdělávám. Absolvoval jsem kurz 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. 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>
<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>
<div class="about-img"><img class="about-img content-container" <div class="about-img"><img class="about-img content-container"
@ -67,6 +61,14 @@
</div> </div>
</section> </section>
<!-- Hero section -->
<header class="hero-section ">
<div class="hero-text-wrapper">
<h1 class="hero-text">
</h1>
</div>
</header>
<!-- What We Do --> <!-- What We Do -->
<section class="what-section" id="what-we-do"> <section class="what-section" id="what-we-do">
<div class="what-section-wrapper"> <div class="what-section-wrapper">
@ -208,7 +210,8 @@
class="fa fa-github"></i> GitHub</a></li> 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/" <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> 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> </ul>
</div> </div>
@ -217,7 +220,7 @@
</section> </section>
<!-- Where togo --> <!-- Where togo -->
<section class="where-section" id="where"> <!-- <section class="where-section" id="where">
<div class="where-section-wrapper"> <div class="where-section-wrapper">
<div class="where-text"> <div class="where-text">
@ -228,14 +231,14 @@
<div class="where-text-div"> <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">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">--> <!-- <div class="contact-button">-->
<!-- <a href="#" class="contact-button-text"></a>--> <!-- <a href="#" class="contact-button-text"></a>-->
<!-- </div>--> <!-- </div>-->
<!-- </div>
</div> </div>
</div> </div>
</div> </section> -->
</section>
<!-- &lt;!&ndash; Reviews section &ndash;&gt;--> <!-- &lt;!&ndash; Reviews section &ndash;&gt;-->
<!-- <section class="reviews-section" id="reviews">--> <!-- <section class="reviews-section" id="reviews">-->

View File

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