-
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
1 parent
e4d575c
commit fc1cdff
Showing
8 changed files
with
81 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-GB"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="UTF-8"> | ||
<title>Carbohydrate</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<script src="https://kit.fontawesome.com/72bafd2989.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav> | ||
<!--Insert a web logo--> | ||
<div class="logo"> | ||
<a href="index.html"><img src="img/logo/logo.png" alt="Website logo"></a> | ||
</div> | ||
|
||
<!--Create a navigation bar--> | ||
<ul class="navbar"> | ||
<li><a href="index.html">Home</a></li> | ||
<li class="dropdown"> | ||
<a href="food.html">Food</a> | ||
<div class="dropdown-content"> | ||
<a href="food.html">All</a> | ||
<a href="carbohydrate.html">Carbonhydrate</a> | ||
<a href="protein.html">Protein</a> | ||
<a href="antioxidants.html">Antioxidants</a> | ||
<a href="unhealthyfat.html">Unhealthy Fat</a> | ||
</div> | ||
</li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="contact.html"><button class="navbtn">Contact</button></a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<main> | ||
<!--Create a flexbox syetem to show images--> | ||
<h1 class="pagetitle">Carbonhydrate</h1> | ||
<div class="bigcontainer"> | ||
<div class="firstcontainer"> | ||
<img src="img/carbonhydrate/bread-1281053.jpg" alt="bread"> | ||
</div> | ||
<div class="secondcontainer"> | ||
<img src="img/carbonhydrate/bread-4077812_1920.jpg" alt="bread"> | ||
<img src="img/carbonhydrate/cookies-g09f0373b4_1920.jpg" alt="cookie"> | ||
<img src="img/carbonhydrate/fig-3640553_1920.jpg" alt="fig"> | ||
<img src="img/carbonhydrate/noodles-516635_1920.jpg" alt="noodle"> | ||
<img src="img/carbonhydrate/ramen-7187810_1920.jpg" alt="ramen"> | ||
<img src="img/carbonhydrate/waffles-gd7d530cde_1920.jpg" alt="waffle"> | ||
</div> | ||
</div> | ||
</main> | ||
<footer> | ||
<!--Create the website footer with 3 icons--> | ||
<div class="footercontainer"> | ||
<a href="contact.html"><button class="navbtn">Email</button></a> | ||
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a> | ||
<a href="#"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
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
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