Skip to content

Commit

Permalink
tweaking stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasPuhakka committed Jul 4, 2018
1 parent e529f4b commit 70215aa
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ header {
font-weight: 300;
margin: 0 0 1rem; }
header .cello {
background: url("/img/cello90.png");
background-position: center;
background: url("/img/cello90.jpg");
background-position: top;
background-size: cover;
background-repeat: no-repeat;
height: 70vh;
Expand All @@ -54,7 +54,7 @@ header {
header .text {
height: 100vh; }
header .cello {
background: url("/img/cello0.png");
background: url("/img/cello0.jpg");
background-position: left;
background-size: cover;
background-repeat: no-repeat;
Expand Down
Binary file modified img/cello0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 26 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Matias Puhakka - Portfolio</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Sans:300">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Matias Puhakka - Portfolio</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Sans:300">
</head>

<body>

<header>
<div class="text">
<div class="inner">
<h1>Matias Puhakka</h1>
<header>
<div class="text">
<div class="inner">
<h1>Matias Puhakka</h1>
</div>
</div>
</div>
<div class="cello">
<img src="/img/cello.png" alt="">
</div>
</header>
<div class="cello"></div>
</header>

<footer>
<h3>Get In Touch</h3>
<p>Email:
<strong>[email protected]</strong>
</p>
<p>Phone:
<strong>045 6496 404</strong>
</p>
</footer>
<footer>
<h3>Get In Touch</h3>
<p>Email:
<strong>[email protected]</strong>
</p>
<p>Phone:
<strong>045 6496 404</strong>
</p>
</footer>
</body>
</html>
</html>

0 comments on commit 70215aa

Please sign in to comment.