Skip to content

Commit

Permalink
initial-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushal-cmyk committed Feb 10, 2024
0 parents commit 8e78b88
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 0 deletions.
Empty file added about.html
Empty file.
Empty file added contact.html
Empty file.
19 changes: 19 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Montserrat", sans-serif;
}

.header {
height: 95vh;
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("../img/header-image.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
Binary file added img/company-img.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 img/header-image.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 img/header-image2.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 img/showcase-photo1.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 img/showcase-photo2.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 img/showcase-photo3.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 img/travel-image1.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 img/travel-image2.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 img/travel-image3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/style.css" />
<title>TRAVEL WEBSITE | WELCOME</title>
</head>
<body>
<header class="header">

</header>

<footer>this is the footer.</footer>
</body>
</html>
3 changes: 3 additions & 0 deletions sources.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
image sources
pexels.com
unsplash.com

0 comments on commit 8e78b88

Please sign in to comment.