update
This commit is contained in:
70
v2/css/style.css
Normal file
70
v2/css/style.css
Normal file
@ -0,0 +1,70 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
|
||||
:root{
|
||||
--text-color: black;
|
||||
}
|
||||
*{
|
||||
box-sizing: border-box;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
html{
|
||||
height: 100%;
|
||||
}
|
||||
body{
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.header{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 1.5rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.header .left{
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
}
|
||||
.header a{
|
||||
text-decoration: underline;
|
||||
color: var(--text-color);
|
||||
}
|
||||
.header .jmeno{
|
||||
text-align: center;
|
||||
}
|
||||
.header > *{
|
||||
width: 100%;
|
||||
}
|
||||
.header .right{
|
||||
text-align: right;
|
||||
}
|
||||
.wrapper{
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
max-width: 80%;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.page > *{
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
.projects > *:not(:first-child){
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.projects > :first-child{
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
.footer{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: auto;
|
||||
}
|
||||
.footer .text{
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
.footer .links a{
|
||||
color: var(--text-color);
|
||||
text-decoration: underline;
|
||||
}
|
83
v2/index.html
Normal file
83
v2/index.html
Normal file
@ -0,0 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Filip Rojek</title>
|
||||
<link rel="stylesheet" href="./css/style.css">
|
||||
<script src="./js/script.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="left">
|
||||
<a href="#">Home</a>
|
||||
<a href="#">Projects</a>
|
||||
<a href="#">Blog</a>
|
||||
</div>
|
||||
<div class="jmeno">
|
||||
<h3>Filip Roudžek</h3>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a href="#">Contact me</a>
|
||||
</div>
|
||||
</header>
|
||||
<section class="page wrapper">
|
||||
<section class="about-me">
|
||||
<h1>Vítej na mé stránce</h1>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Temporibus ea totam debitis porro, incidunt quam tempora sint, cumque cupiditate aliquid libero neque inventore. Consequuntur exercitationem temporibus vero enim, labore earum.</p>
|
||||
</section>
|
||||
<section class="projects">
|
||||
<h2>Projekty</h2>
|
||||
<div class="project">
|
||||
<div class="about-project">
|
||||
<h3>Fofrbazar</h3>
|
||||
<a href="https://www.fofrbazar.cz">link</a>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi necessitatibus sequi molestiae iste eos corrupti obcaecati voluptatibus tempora expedita libero. Consectetur, sunt voluptate. Similique, maiores magnam soluta natus animi doloremque.</p>
|
||||
</div>
|
||||
<div class="technologies">
|
||||
<ul>
|
||||
<li>Php 7.4</li>
|
||||
<li>Laravel 8</li>
|
||||
<li>MySQL</li>
|
||||
<li>Vue.js</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="source-code">
|
||||
<a href="https://github.com/fofrbazar/fb-website" class="github">GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project">
|
||||
<div class="about-project">
|
||||
<h3>Portfolio</h3>
|
||||
<a href="http://portfolio.fofrbazar.cz">link</a>
|
||||
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum maxime, quis enim, magni modi labore recusandae reiciendis nisi assumenda incidunt commodi quae sapiente pariatur? Recusandae, corporis minus. Eligendi, ducimus consectetur.</p>
|
||||
</div>
|
||||
<div class="technologies">
|
||||
<ul>
|
||||
<li>Node.js</li>
|
||||
<li>Express.js</li>
|
||||
<li>REST Api</li>
|
||||
<li>MongoDB</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="source-code">
|
||||
<a href="https://github.com/fofrbazar/portfolio" class="github">GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<footer class="footer">
|
||||
<div class="text">
|
||||
<p>STAY CONNECTED</p>
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="https://github.com/filiprojek">GitHub</a>
|
||||
<a href="https://linkedin.com/in/filiprojek">LinkedIn</a>
|
||||
<a href="#">Discord</a>
|
||||
<a href="https://instagram.com/fildarojku">Instagram</a>
|
||||
<a href="mailto:filip@filiprojek.cz">E-mail</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
0
v2/js/script.js
Normal file
0
v2/js/script.js
Normal file
Reference in New Issue
Block a user