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

Intro to HTML Lab_Finished #243

Open
wants to merge 1 commit 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
11 changes: 11 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
},
})
1 change: 0 additions & 1 deletion cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions recipe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<h1>Just Simple PB & J </h1>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTygcgeSCRPn7YlUYYruNXDP5WuU61CiGFxVbFBGwwkMAjRDfNfA1sXK_FVk618vHHe5Ig&usqp=CAU" alt="PB & J">
<hr>
<h2> Description</h2> <p>The simple and classic PB & J to fulfill your hunger. You looking for a quick meal to go here it is! </p>
<hr>
<h2>Ingredients</h2>
<ul>
<li>2 slices of bread</li>
<li>1 jar of peanut butter </li>
<li>1 jar of grape jelly </li>
<li>1 knife</li>
<li>1 plate </li>
</ul>
<hr>
<h2>Directions</h2>
<ol>
<li>On one slice of bread, spread peanut butter over the bread with knife.</li>
<li>On the other slice of bread, spread the jelly evenly over the bread.</li>
<li>Put the two slices of bread together with the peanut butter and jelly facing in.</li>
<li>Serve & Enjoy!</li>
<li> Optional: Remove crusts, cut diagonally.</li>
</ol>
<hr>
<a href="https://www.peanutbutter.com/recipes/the-classic-peanut-butter-and-jelly-sandwich">For More Info Click Here</a>
44 changes: 44 additions & 0 deletions sundial.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>

<head>
<title>My Title</title>
</head>

<body>
<h1>Sundial</h1>

<p>From Wikipedia, the <em>free</em> encyclopedia. </p>
<strong>A 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.</p>

<h1>History</h1>
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>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>

<h1>Installation of standard sundials </h1>
<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>