-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
357 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" href="/images/fried-egg.png" type="image" /> | ||
<link href="/src/styles/styles.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"> | ||
<title>What to Eat</title> | ||
</head> | ||
|
||
<body> | ||
<!-- navbar --> | ||
<nav class="navbar navbar-expand-lg py-3 mb-5"> | ||
<div class="container"> | ||
<div class="col fw-bold"> | ||
<div class="d-flex justify-content-between align-items-center fw-light"> | ||
<ul class="nav"> | ||
<li class="nav-item"> | ||
<a class="navbar-brand" href="#"> | ||
<img src="/images/fried-egg.png" alt="brand" class="img-fluid" width="35px" height="35px"> | ||
</a> | ||
</li> | ||
</ul> | ||
<div class="d-flex justify-content-end"> | ||
<ul class="nav"> | ||
<li class="nav-item text-decoration-underline"> | ||
<a href="./pages/about.html" id="about" class="nav-link link-body-emphasis">About</a> | ||
</li> | ||
</div> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="cover-container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="spacer"></div> | ||
<div class="d-flex flex-column align-items-center"> | ||
<h1 class="mb-3 fs-1 font-monospace">Chi-She-Mo</h1> | ||
<h4 class="mb-5 fw-light">Simplify Food.</h4> | ||
<a href="/src/pages/index.html"> | ||
<button class="btn shadow rounded-5 px-5 py-3 fw-semibold" type="button">Try me</button> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer class="p-3"> | ||
<div class="container"> | ||
<div class="text-lg-start"> | ||
<hr> | ||
<p class="text-muted small mb-4 mb-lg-0">© Chi-She-Mo 2024. All Rights Reserved.</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="/src/main.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.