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
4 changes: 4 additions & 0 deletions home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body{
font-family: 'Assistant', sans-serif;
background: #8ECAE6;
}
26 changes: 26 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UrbanWrap</title>
<link rel="icon" href="trial.jpg" type="image/x-icon">
<<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="home.css">
</head>
<body>
<nav>
<div class="navTop">
<div class="navItem">

</div>
<div class="navItem">
<div class="search">
<input type="text" class="searchInput">
</div>
</div>
<div class="navBottom"></div>
</nav>
</body>
</html>
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UrbanWrap</title>
<link rel="icon" href="trial.jpg" type="image/x-icon">
</head>
<body>

</body>
</html>
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello
Binary file added trial.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 urban.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.