Skip to content

Commit

Permalink
Merge pull request #1 from brytebee/html-structure
Browse files Browse the repository at this point in the history
Added the content of the website
  • Loading branch information
olaishola05 committed Feb 7, 2024
2 parents 7134d2a + 0d90366 commit 54c16cc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Binary file added assets/images/typing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Techverse Co</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<nav>
<span>Brand Logo</span>
<section>
<span>Page 1</span>
<span>Page 2</span>
<span>Page 3</span>
</section>
</nav>
<main>
<h1>The making of Code</h1>
<img src="./assets/images/typing.jpg" alt="typing" />
</main>
<footer>
<p>Made with love by Techverse & Co.</p>
<p>All rights reserved @Techverse 2024</p>
</footer>
</body>
</html>
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1 {
background-color: red;
}

0 comments on commit 54c16cc

Please sign in to comment.