Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.history
112 changes: 112 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,115 @@
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
max-width: 1600px;
width: 100%;
margin: 0 auto;
color: #fff;
background-color: #000;
}

.bar {
display: flex;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 4rem;
align-items: center;
}
.navigation {
display: flex;
justify-content: space-evenly;
margin-bottom: 4rem;
align-items: center;
}

input {
background: transparent;
border:none;
height: 2rem;
width: 10rem;
}

input::placeholder {
color: #fff;
}

h1 {
font-size: 200px;
margin-left: 2rem;
}

.header__p {
text-align: center;
font-size: 18px;
}
a {
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: larger;
}
aside {
background-color: #000;
position: fixed;
right: 0px;
top: 0%;
display: flex;
flex-direction: column;
width: 3rem;
height: 45rem;
}

a:hover {
cursor: pointer;
color: rgb(251, 52, 52);
}

article {
display: grid;
grid-template-columns: 547px 550px;
column-gap: 5rem;
margin-left: 3rem;
}
.article__interstellar {
max-width: 526px;
margin-top: 4rem;
}

h2 {
text-align: center;
margin-top: 3rem;
margin-bottom: 1rem;
}

.article__blade {
margin-top: 4rem;
}

.img__blade {
max-width: 547px;
height: 1000px;

}

.article__avatar {
max-width: 526px;
}

.article__arrival {
margin-top: 4rem;
}

.footer {
display: flex;
justify-content: center;
align-items: center;
margin: 3rem 10rem 0 10rem;
height: 150px;
border-top: #fff solid 1px;
}
Binary file added files/.DS_Store
Binary file not shown.
Binary file added files/41289cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/608647.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/fb.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/insta.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/pp7985719.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/twit.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/wp1818189cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 51 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,60 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<title>My Blog</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css" />
<link href="//fonts.googleapis.com/css?family=Roboto:400,500,300" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="/css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<nav>
<div class="bar">
<input type="text" placeholder="Search">
<a href="">My Blog</a>
<a href="">About</a>
<a href="">Contact</a>
</div>
</nav>
<header>
<div>
<h1>REVIEWS</h1>
<p class="header__p">Get a taste of an alternative way of life, travel to the future or experience space... Sci-fi can be a wild ride, so where will you go?</p>
</div>
</header>
<aside class="navigation">
<div>
<a href="https://www.instagram.com/mpanasetckiy"><img src="/files/insta.webp" alt=""></a>
<a href="https://www.facebook.com/mpanasetckiy"><img src="/files/fb.webp" alt=""></a>
<a href="https://twitter.com/Mpanasetckiy"><img src="/files/twit.webp" alt=""></a>
</div>
</aside>
<article>
<div class="article__interstellar">
<img style="width: 540px;" src="/files/wp1818189cropped.jpg" alt="Interstellar">
<h2>Interstellar</h2>
<p>A team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival.</p>
</div>
<div class="article__blade">
<img class="img__blade" src="/files/pp7985719.jpg" alt="Bladerunner">
<h2>Blade Runner 2049</h2>
<p>Young Blade Runner K's discovery of a long-buried secret leads him to track down former Blade Runner Rick Deckard, who's been missing for thirty years.</p>
</div>
<div class="article__avatar">
<img src="/files/608647.jpg" alt="Avatar">
<h2>Avatar</h2>
<p>A paraplegic Marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home.</p>
</div>
<div class="article__arrival">
<img style="max-width: 547px;" src="/files/41289cropped.jpg" alt="Arrival">
<h2>Arrival</h2>
<p>A linguist works with the military to communicate with alien lifeforms after twelve mysterious spacecraft appear around the world.</p>
</div>
</article>
<footer>
<div class="footer">
<span>© 2023 by Maksim Lukianenko for CYF.</span>
</div>
</footer>
</body>
</html>