Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html lab. completed. #234

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
47 changes: 47 additions & 0 deletions recipe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tiramisu For You</title>
</head>
<body>
<h1>Tiramisu Recipe</h1>
<img src = "https://www.flavoursholidays.co.uk/wp-content/uploads/2020/07/Tiramisu.jpg.webp"
width="930"
height="620"
alt="Tiramisu cake!"
/>
<hr>
<h2>Description</h2>
<p>This tiramisu cake will make you want grab a slice right this second.</p>
<hr>
<h2>Ingredients</h2>
<ul>
<li>250g mascarpone</li>
<li>2 eggs</li>
<li>2 spoons of sugar</li>
<li>1 cup of Italian coffee (without sugar)</li>
<li>½ glass of marsala</li>
<li>Lady fingers biscuits</li>
<li>Cocoa powder</li>

</ul>
<hr>
<h2>Directions</h2>
<ol>
<li>Seperate the parts of the egg. Egg whites in one bowl and yolks in the another bowl.</li>
<li>Take the white eggs bowl and whip it until it is quite firm.</li>
<li>Whisk the yolks and the sugar until it changes colour and becomes pale.</li>
<li>Add the mascarpone to the yolk and sugar combination. Mix well.</li>
<li>Now gently fold the whipped egg whites into the rest of the mixture until combined. This is the cream for your tiramisu.</li>
<li>Mix the Marsala into the coffee, and dip the lady fingers into the coffee for just a few seconds. You can now start building the tiramisu by placing the damp biscuits at the bottom of your serving glass.</li>
<li>Cover the biscuits with a layer of the cream, then layer with more biscuits then some cream and some cacao powder. Keep repeating this until your glass is full, ensuring the top layer is cream.</li>
<li>Finish your tiramisu with a light</li>
<li>Refrigerate for a few hours before serving, or it can be kept in the fridge for up to 2 days!</li>
</ol>
<hr>
<p>
<em><a href="https://www.flavoursholidays.co.uk/blog/tiramisu-recipe/">Source of Tiramisu recipe</a></em>
</p>

</body>
</html>
41 changes: 41 additions & 0 deletions sundial.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
</head>
<body>
<h1>Sundial</h1>
<p>
From Wikipedia, the <em>free</em> encyclopedia.
</p>
<p>
A <strong>sundial measures time by the position of the sun ,</strong> The most commonly seen designs, such as the 'ordinary' or
standard garden sundial, cast a shadow on a flat surface marked with the hours
of the day. As the position of the sun changes, the time indicated by the shadow
changes. However, sundials can be designed for any surface where a fixed object
casts a predictable shadow.
<p>Most sundial designs indicate apparent solar time. Minor design variations can measure standard and daylight saving time, as well.
<h2>History</h2>
<p>
Sundials in the form of obelisks (3500 BC) and shadow clocks (1500 BC)
are <strong>known from ancient Egypt</strong> and were developed further by other cultures,
including the Chinese, Greek, and Roman cultures. A type of sundial without
gnomon is described in the old Old Testament (Isaiah 38:2).</p>
<p>The mathematician
and astronomer Theodosius of Bithynia (ca. 160 BC-ca. 100 BC) is said to have
invented a universal sundial that could be used anywhere on Earth. The French
astronomer Oronce Fine constructed a sundial of ivory in 1524. The Italian
astronomer Giovanni Padovani published a treatise on the sundial in 1570, in
which he included instructions for the manufacture and laying out of mural
(vertical) and horizontal sundials. Giuseppe Biancani's Construction instrumenti
ad horologia solaria discusses how to make a perfect sundial, with accompanying
illustrations.</p>
<h2>Installation of standard sundials</h2>
<p>
Many ornamental sundials are
designed to be used at 45 degrees north. By tilting such a sundial, it may be
installed so that it will keep time. However, some mass-produced garden sundials
are inaccurate because of poor design and cannot be corrected.
</p>
</body>
</html>