Little changes in members and text, also minor changes in css
This commit is contained in:
parent
212da6427b
commit
d94d01d69e
14
cs/home.html
14
cs/home.html
@ -65,11 +65,11 @@
|
|||||||
<h1 class="title">O nás</h1>
|
<h1 class="title">O nás</h1>
|
||||||
<article class="about-us-1">
|
<article class="about-us-1">
|
||||||
<h3 class="title">Kdo jsme</h3>
|
<h3 class="title">Kdo jsme</h3>
|
||||||
<p class="article">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
|
<p class="article">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||||
</article>
|
</article>
|
||||||
<article class="about-us-2">
|
<article class="about-us-2">
|
||||||
<h3 class="title">Co děláme</h3>
|
<h3 class="title">Co děláme</h3>
|
||||||
<p class="article">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
|
<p class="article">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section class="gallery-in">
|
<section class="gallery-in">
|
||||||
@ -83,28 +83,28 @@
|
|||||||
<section class="people">
|
<section class="people">
|
||||||
<section class="member">
|
<section class="member">
|
||||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||||
<h3 class="title">Name</h3>
|
<h3 class="title">Kateřina Němcová</h3>
|
||||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||||
</section>
|
</section>
|
||||||
<section class="member">
|
<section class="member">
|
||||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||||
<h3 class="title">Name</h3>
|
<h3 class="title">Kateřina Koutová</h3>
|
||||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||||
</section>
|
</section>
|
||||||
<section class="member">
|
<section class="member">
|
||||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||||
<h3 class="title">Name</h3>
|
<h3 class="title">Jiří Kapoun</h3>
|
||||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||||
</section>
|
</section>
|
||||||
<section class="member">
|
<section class="member">
|
||||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||||
<h3 class="title">Name</h3>
|
<h3 class="title">Pavel Valach</h3>
|
||||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<section class="member-last">
|
<section class="member-last">
|
||||||
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
<img src="../img/Photo.svg" alt="Photo" class="member-photo">
|
||||||
<h3 class="title">Name</h3>
|
<h3 class="title">Marcel Petráň</h3>
|
||||||
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
<p class="article">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur.</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
@ -39,6 +39,7 @@ h3.title{
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
p.article{
|
p.article{
|
||||||
|
padding-top: .3em;
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
}
|
}
|
||||||
section.home {
|
section.home {
|
||||||
@ -67,6 +68,7 @@ article.about-us-1 h3.title::before{
|
|||||||
*/
|
*/
|
||||||
div.gallery{
|
div.gallery{
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-top: 1.2em;
|
||||||
}
|
}
|
||||||
div.gallery img{
|
div.gallery img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -109,16 +111,17 @@ input{
|
|||||||
}
|
}
|
||||||
textarea{
|
textarea{
|
||||||
resize: none !important;
|
resize: none !important;
|
||||||
overflow: hidden;
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
input, textarea{
|
input, textarea{
|
||||||
background-color: #F9F9F9;
|
background-color: #F9F9F9;
|
||||||
|
color: #4A4A4A !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
padding: .35em .5em;
|
||||||
}
|
}
|
||||||
button{
|
button{
|
||||||
display: block !important;
|
display: block !important;
|
||||||
margin: auto !important;
|
margin: .7em auto 0 auto !important;
|
||||||
cursor: pointer;
|
|
||||||
width: 13em;
|
width: 13em;
|
||||||
color: #828282;
|
color: #828282;
|
||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
@ -126,16 +129,18 @@ button{
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
||||||
|
font-weight: 300;
|
||||||
color: #9D9D9D;
|
color: #9D9D9D;
|
||||||
opacity: 1; /* Firefox */
|
opacity: 1; /* Firefox */
|
||||||
padding-left: .35em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
||||||
|
font-weight: 300;
|
||||||
color: #9D9D9D;
|
color: #9D9D9D;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-ms-input-placeholder { /* Microsoft Edge */
|
::-ms-input-placeholder { /* Microsoft Edge */
|
||||||
|
font-weight: 300;
|
||||||
color: #9D9D9D;
|
color: #9D9D9D;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -163,7 +168,7 @@ nav ul {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
nav ul a{
|
nav ul a{
|
||||||
color:#0E404D;
|
color:#4A4A4A;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 4.5em;
|
font-size: 4.5em;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="28.915" height="28.943" viewBox="0 0 28.915 28.943">
|
<svg xmlns="http://www.w3.org/2000/svg" width="25.606" height="25.63" viewBox="0 0 25.606 25.63">
|
||||||
<g id="Close" transform="translate(-1613.836 -142.942)">
|
<g id="Close" transform="translate(1.414 1.414)">
|
||||||
<path id="Path_33" data-name="Path 33" d="M3605.25,144.357l26.084,26.084" transform="translate(-1990)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
<path id="Path_33" data-name="Path 33" d="M3605.251,144.357l22.776,22.776" transform="translate(-3605.251 -144.357)" fill="none" stroke="#4a4a4a" stroke-width="4"/>
|
||||||
<path id="Path_34" data-name="Path 34" d="M3605.25,169.493l26.086-26.086" transform="translate(-1990 0.978)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
<path id="Path_34" data-name="Path 34" d="M3605.251,166.184l22.777-22.777" transform="translate(-3605.251 -143.382)" fill="none" stroke="#4a4a4a" stroke-width="4"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 502 B |
@ -1,7 +1,7 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="46.25" height="27.155" viewBox="0 0 46.25 27.155">
|
<svg xmlns="http://www.w3.org/2000/svg" width="33.031" height="19.537" viewBox="0 0 33.031 19.537">
|
||||||
<g id="Nav_Menu" data-name="Nav Menu" transform="translate(0 2)">
|
<g id="Nav_Menu" data-name="Nav Menu" transform="translate(0 1.5)">
|
||||||
<path id="Path_30" data-name="Path 30" d="M1537.7,1123.4h46.25" transform="translate(-1537.701 -1123.401)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
<path id="Path_30" data-name="Path 30" d="M1537.7,1123.4h33.031" transform="translate(-1537.701 -1123.401)" fill="none" stroke="#4a4a4a" stroke-width="3"/>
|
||||||
<path id="Path_31" data-name="Path 31" d="M1537.7,1123.4h46.25" transform="translate(-1537.701 -1111.823)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
<path id="Path_31" data-name="Path 31" d="M1537.7,1123.4h33.031" transform="translate(-1537.701 -1115.132)" fill="none" stroke="#4a4a4a" stroke-width="3"/>
|
||||||
<path id="Path_32" data-name="Path 32" d="M1537.7,1123.4h46.25" transform="translate(-1537.701 -1100.245)" fill="none" stroke="#0e404d" stroke-width="4"/>
|
<path id="Path_32" data-name="Path 32" d="M1537.7,1123.4h33.031" transform="translate(-1537.701 -1106.864)" fill="none" stroke="#4a4a4a" stroke-width="3"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 664 B |
Loading…
Reference in New Issue
Block a user