Skip to content

Commit

Permalink
new font and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtěch Liška committed Jan 12, 2024
1 parent bc7d817 commit d451c1e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
25 changes: 19 additions & 6 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,28 @@ body {
line-height: 48px;
border-radius: 8px;
border: 0;
color: #eff3f6;
color: rgba(146, 215, 255, 1);
cursor: pointer;
z-index: 5;
background: #074882ff;
background-size: 200%;
margin-bottom:10px;
margin-top:10px;
margin-bottom:0px;
margin-top:30px;
}

.main-btn.active, .main-btn:hover {
color: #eff3f6;
}

.odkaz{
color: #eff3f6;
}

.odkaz.active, .odkaz:hover {
color: #074882ff;
}



/*===== All SECTION TITLE Style ===== #2d8dd9ff 0%, #074882ff*/
.section-title .line {
Expand Down Expand Up @@ -533,7 +546,7 @@ body {

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
padding-left: 25px;
color: #0064ab;
color: rgba(146, 215, 255, 1);
}

.navbar-nav .sub-nav-toggler {
Expand Down Expand Up @@ -633,7 +646,7 @@ body {
}

.sticky .navbar-nav .nav-item.active>a, .sticky .navbar-nav .nav-item:hover>a {
color: #0080d2;
color: rgba(146, 215, 255, 1);
}


Expand Down Expand Up @@ -675,7 +688,7 @@ body {
}

.header-hero-content .header-sub-title {
font-family: "textfont";
font-family: "title";
text-align: center;
font-size: 40px;
color: #074882ff;
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h1 class="title">Naši milí,</h1>
<div class="row">

</div>
<div class="row justify-content-center mt-20">
<div class="row justify-content-center">
<a href="https://forms.gle/G9YqdZzv6bxpRcS47" class="main-btn">Chci se nalodit! </a>
</div>
</div>
Expand Down Expand Up @@ -364,11 +364,10 @@ <h2 class="title">Co s sebou</h2>
<div class="row">
<div class="col-lg-6">
<div class="info-content">

<div class="section-title">
<h2 class="title">Přihlašování</h2>
</div> <!-- section title -->
<p class="text">První vlna přihlašování probíhá do 15. 2.
<p class="text">První vlna přihlašování probíhá do 15. 2. na <a href="https://forms.gle/G9YqdZzv6bxpRcS47" class="odkaz">tomto formuláři</a>.
(Pokud se akce zcela nezaplní, bude otevřena ještě druhá vlna, cena však bude mírně vyšší.)
Snažíme se o vytvoření vyvážené a pestré skupiny mladých dospělých, u kterých odhadujeme, že si vzájemně sednou a že pro ně bude akce přínosná.
Proto ti do týdne po obdržení tvojí přihlášky dáme vědět, zda s tebou na akci počítáme.
Expand Down

0 comments on commit d451c1e

Please sign in to comment.