Skip to content

index.html produced changes from homework assignment will now be comm… #18

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
62 changes: 62 additions & 0 deletions images/Gummer_img/proctor_homework/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<!--This assignment is from YouTuber/Coder/Instructor: Virag-ky: Learn how to add images to the HTML document -->
<!--Student: Michael V. Proctor-->
<!--Date: Feburary 26, 2024-->

<html lang="en-US">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Adding Images to the HTML Document</title>
<meta name="Author" content="Michael V. Proctor">
<meta name="viewport" content="width=device-width, initial-scale=1">

</head>

<body>
<h1><b><u>Space The Final Frontier</u></b></h1>
<br>
<h5>Article written by Robert S. Shaw</h5>
<!--Rendered Size of image is originally 500x333px-->
<img src="https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTF8fHNwYWNlfGVufDB8fDB8fHww"
alt="A view Of The Planet Earth" width="400" height="300">
<p>But it was the, er... the most cheerful song I could find in the Vulcan database. Capt. Kirk: You'd make a
splendid computer, Mr Spock. Spock Spock: [taken aback] That is very kind of you, Captain! [convinced he's
dying] Tom Paris: Here lies Thomas Eugene Paris, beloved mutant. The Doctor: You're too stubborn to die, Mr.
Paris. [Neelix is throwing assorted cooking implements at an invading Kazon soldier] Neelix: I hope that crushed
your skull, Kazon pus-hog! B'Elanna Torres: How the hell do you know when we're having intimate relations? Seven
of Nine: There is no one on deck 9 section 12 who does not know when you're having intimate relations. Captain
Janeway: I have a boyfriend that malfunctions. Chief O'Brien: Four weeks! Are you telling me I've been hanging
around a Changeling for over a month? Doctor Bashir: And you never suspected it wasn't me? Tom Paris: If you
hear muffled screams, consider that a request for a beam out. Seven of Nine: [to Janeway] Your attempts to
assimilate this drone will fail. You can alter our physiology but you cannot change our nature. We will betray
you. We are Borg. [the Doctor sees the bridge for the first time] The Doctor: Well... it's bigger than I
thought.</p>


<h6>&copy;unsplash, Nikon Corporation, Nikon D4, Published November 5, 2015. Title: "Space" </h6>
<h4>_______________________________________________________________________________________________________________________
</h4>
<!--Rendered Image is originally 589x295 -->
<img src="https://media.istockphoto.com/id/1368368019/photo/astronaut-standing-on-the-moon-looking-towards-a-distant-earth.webp?b=1&s=170667a&w=0&k=20&c=mTyqDnqPuPzfwm8E8RMQrFmHVpsuD23ZwxMQfsqVNZ0="
alt="Man On The Moon" width="300" height="200">
<p>Captain Janeway: We're Starfleet officers. Weird is part of the job. Chief O'Brien: Four weeks! Are you telling
me I've been hanging around a Changeling for over a month? Doctor Bashir: And you never suspected it wasn't me?
Capt. Kirk: You'd make a splendid computer, Mr Spock. Spock Spock: [taken aback] That is very kind of you,
Captain! Leonardo da Vinci hologram: There are times, Catarina, when I find myself transfixed by a shadow on the
wall, or the splashing of water on a stone. I stare at it, the hours pass. The world around me drops away,
replaced by worlds being created and destroyed by my imagination. [Talking about the hologram she has become
interested in] Captain Janeway: You know the story. Girl meets boy, girl changes boy's subroutines. Harry Kim:
That'll tear the ship apart. Chakotay: Then tear her apart! Seven of Nine: Two hours, thirty seven minutes,
thirteen seconds. Tuvok: [puzzled look] Seven of Nine: That's how long we've gone without verbal communication.
Tuvok: Why is that remarkable? Seven of Nine: The doctor encourages me to engage in conversation during awkward
silences. Tuvok: Did you find the silence awkward? Seven of Nine: No. Tuvok: Nor did I. The Doctor: All of us
have violent instincts.</p>


<h6>&copy;istock, Credit: peepo, Location: United Kingdom, Stock Photo ID: 1368368019, Feburary 02, 2022 </h6>

</body>

</html>