Skip to content
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
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<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>Document</title>
</head>
<body>


<header>
<div class="row">
<h1 class="col-sm-9">Digital Nomad Jobs Web Page</h1>
<a class="container col-sm-3" href="#">
<img src="https://lh3.googleusercontent.com/0UBYqeIUteIo9Ru76UR-zt-ckCLqnPC31KAVD2KTyA3uAo-wxa2O0TYlOxV-HxCa1-A=s180-rw" alt="">
</a>
</div>
</header>
<body>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi, incidunt! Perferendis, recusandae id odio iusto aperiam, eveniet ad nemo nesciunt rem, deleniti cupiditate accusantium optio facere eligendi iste similique repellat.</p>
</body>
<footer>
<div>
<span > Get it in play store: </span> <br>
<a class="container" href="https://play.google.com/store/apps/details?id=io.github.alistairholmes.digitalnomadjobs">
<img src="https://drivewithhorizon.com/wp-content/uploads/sites/5/2016/10/Marketing-Icons-with-Google-Play-Store-Download-Button-500x164.png" alt="">
</a>
</div>
</footer>

</body>
</html>
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
header > div {
background-image:linear-gradient(to bottom right,rgb(190, 227, 231) , rgb(8, 55, 58));
}

.container {
width: 100px;
height: 60x;
}

/* resize images */
.container img{
width: 10%;
height: auto;
}