From 588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: rescue --- rescue/02/index.html | 45 +++++ rescue/02/question.txt | 8 + rescue/02/template.html | 33 ++++ rescue/03/about.html | 62 ++++++ rescue/03/contact.html | 41 ++++ rescue/03/index.html | 54 ++++++ rescue/03/question.txt | 9 + rescue/03/template.html | 35 ++++ rescue/04/about.html | 66 +++++++ rescue/04/contact.html | 45 +++++ rescue/04/css/styles.css | 103 ++++++++++ rescue/04/index.html | 58 ++++++ rescue/04/question.txt | 7 + rescue/04/template.html | 39 ++++ rescue/05/about.html | 77 ++++++++ rescue/05/contact.html | 55 ++++++ rescue/05/css/styles.css | 158 ++++++++++++++++ rescue/05/index.html | 68 +++++++ rescue/05/question.txt | 34 ++++ rescue/05/template.html | 49 +++++ rescue/06/about.html | 77 ++++++++ rescue/06/contact.html | 56 ++++++ rescue/06/css/styles.css | 225 ++++++++++++++++++++++ rescue/06/index.html | 68 +++++++ rescue/06/question.txt | 22 +++ rescue/06/template.html | 49 +++++ rescue/07/about.html | 81 ++++++++ rescue/07/contact.html | 60 ++++++ rescue/07/css/styles.css | 270 ++++++++++++++++++++++++++ rescue/07/gallery.html | 122 ++++++++++++ rescue/07/index.html | 72 +++++++ rescue/07/question.txt | 32 ++++ rescue/07/template.html | 53 ++++++ rescue/08/about.html | 81 ++++++++ rescue/08/contact.html | 99 ++++++++++ rescue/08/css/styles.css | 345 +++++++++++++++++++++++++++++++++ rescue/08/gallery.html | 122 ++++++++++++ rescue/08/index.html | 72 +++++++ rescue/08/partnership.html | 134 +++++++++++++ rescue/08/question.txt | 12 ++ rescue/08/template.html | 53 ++++++ rescue/09/about.html | 91 +++++++++ rescue/09/contact.html | 99 ++++++++++ rescue/09/css/styles.css | 345 +++++++++++++++++++++++++++++++++ rescue/09/gallery.html | 122 ++++++++++++ rescue/09/index.html | 72 +++++++ rescue/09/media/captions.vtt | 31 +++ rescue/09/media/descriptions.vtt | 31 +++ rescue/09/partnership.html | 134 +++++++++++++ rescue/09/question.txt | 24 +++ rescue/09/template.html | 53 ++++++ rescue/10/about.html | 107 +++++++++++ rescue/10/contact.html | 115 +++++++++++ rescue/10/css/styles.css | 365 +++++++++++++++++++++++++++++++++++ rescue/10/faqs.html | 80 ++++++++ rescue/10/gallery.html | 138 ++++++++++++++ rescue/10/index.html | 88 +++++++++ rescue/10/media/captions.vtt | 31 +++ rescue/10/media/descriptions.vtt | 31 +++ rescue/10/partnership.html | 150 +++++++++++++++ rescue/10/question.txt | 38 ++++ rescue/10/scripts/script.js | 46 +++++ rescue/10/template.html | 69 +++++++ rescue/11/about.html | 117 ++++++++++++ rescue/11/contact.html | 125 ++++++++++++ rescue/11/css/styles.css | 399 +++++++++++++++++++++++++++++++++++++++ rescue/11/css/styles.min.css | 1 + rescue/11/faqs.html | 90 +++++++++ rescue/11/gallery.html | 148 +++++++++++++++ rescue/11/index.html | 98 ++++++++++ rescue/11/media/captions.vtt | 31 +++ rescue/11/media/descriptions.vtt | 31 +++ rescue/11/partnership.html | 160 ++++++++++++++++ rescue/11/question.txt | 7 + rescue/11/scripts/script.js | 46 +++++ rescue/11/sitemap.txt | 7 + rescue/11/template.html | 78 ++++++++ rescue/12/css/styles.css | 43 +++++ rescue/12/index.html | 119 ++++++++++++ rescue/12/question.txt | 19 ++ rescue/12/scripts/bootstrap.js | 7 + rescue/12/scripts/popper.js | 6 + rescue/12/scripts/script.js | 10 + 83 files changed, 6953 insertions(+) create mode 100644 rescue/02/index.html create mode 100644 rescue/02/question.txt create mode 100644 rescue/02/template.html create mode 100644 rescue/03/about.html create mode 100644 rescue/03/contact.html create mode 100644 rescue/03/index.html create mode 100644 rescue/03/question.txt create mode 100644 rescue/03/template.html create mode 100644 rescue/04/about.html create mode 100644 rescue/04/contact.html create mode 100644 rescue/04/css/styles.css create mode 100644 rescue/04/index.html create mode 100644 rescue/04/question.txt create mode 100644 rescue/04/template.html create mode 100644 rescue/05/about.html create mode 100644 rescue/05/contact.html create mode 100644 rescue/05/css/styles.css create mode 100644 rescue/05/index.html create mode 100644 rescue/05/question.txt create mode 100644 rescue/05/template.html create mode 100644 rescue/06/about.html create mode 100644 rescue/06/contact.html create mode 100644 rescue/06/css/styles.css create mode 100644 rescue/06/index.html create mode 100644 rescue/06/question.txt create mode 100644 rescue/06/template.html create mode 100644 rescue/07/about.html create mode 100644 rescue/07/contact.html create mode 100644 rescue/07/css/styles.css create mode 100644 rescue/07/gallery.html create mode 100644 rescue/07/index.html create mode 100644 rescue/07/question.txt create mode 100644 rescue/07/template.html create mode 100644 rescue/08/about.html create mode 100644 rescue/08/contact.html create mode 100644 rescue/08/css/styles.css create mode 100644 rescue/08/gallery.html create mode 100644 rescue/08/index.html create mode 100644 rescue/08/partnership.html create mode 100644 rescue/08/question.txt create mode 100644 rescue/08/template.html create mode 100644 rescue/09/about.html create mode 100644 rescue/09/contact.html create mode 100644 rescue/09/css/styles.css create mode 100644 rescue/09/gallery.html create mode 100644 rescue/09/index.html create mode 100644 rescue/09/media/captions.vtt create mode 100644 rescue/09/media/descriptions.vtt create mode 100644 rescue/09/partnership.html create mode 100644 rescue/09/question.txt create mode 100644 rescue/09/template.html create mode 100644 rescue/10/about.html create mode 100644 rescue/10/contact.html create mode 100644 rescue/10/css/styles.css create mode 100644 rescue/10/faqs.html create mode 100644 rescue/10/gallery.html create mode 100644 rescue/10/index.html create mode 100644 rescue/10/media/captions.vtt create mode 100644 rescue/10/media/descriptions.vtt create mode 100644 rescue/10/partnership.html create mode 100644 rescue/10/question.txt create mode 100644 rescue/10/scripts/script.js create mode 100644 rescue/10/template.html create mode 100644 rescue/11/about.html create mode 100644 rescue/11/contact.html create mode 100644 rescue/11/css/styles.css create mode 100644 rescue/11/css/styles.min.css create mode 100644 rescue/11/faqs.html create mode 100644 rescue/11/gallery.html create mode 100644 rescue/11/index.html create mode 100644 rescue/11/media/captions.vtt create mode 100644 rescue/11/media/descriptions.vtt create mode 100644 rescue/11/partnership.html create mode 100644 rescue/11/question.txt create mode 100644 rescue/11/scripts/script.js create mode 100644 rescue/11/sitemap.txt create mode 100644 rescue/11/template.html create mode 100644 rescue/12/css/styles.css create mode 100644 rescue/12/index.html create mode 100644 rescue/12/question.txt create mode 100644 rescue/12/scripts/bootstrap.js create mode 100644 rescue/12/scripts/popper.js create mode 100644 rescue/12/scripts/script.js (limited to 'rescue') diff --git a/rescue/02/index.html b/rescue/02/index.html new file mode 100644 index 0000000..a274d18 --- /dev/null +++ b/rescue/02/index.html @@ -0,0 +1,45 @@ + + + +Wild Rescues: Home + +
+

🐾 Wild Rescues

+

Rescue, Rehabilitate, Release.

+
+ + + + +
+

Welcome to Wild Rescues. Our mission is to rescue, + rehabilitate, and release wildlife back into their natural + environment. We are a nonprofit organization dedicated to + helping injured wildlife.

+ +

Our staff provides around-the-clock care for wildlife + in need. We also provide long-term care for wildlife that + cannot be released back into their natural environment.

+ +

Will you partner with us question mark We need caring + volunteers to help care for our animals. You can also donate, + become a member, or become a sponsor. Contact us today.

+
+ + + + diff --git a/rescue/02/question.txt b/rescue/02/question.txt new file mode 100644 index 0000000..3c9fd60 --- /dev/null +++ b/rescue/02/question.txt @@ -0,0 +1,8 @@ +Question: +In steps 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11, you created and +validated an HTML template. What are the benefits of creating a +template prior to creating the home page? + +Answer: +Templates help to maintain consistency when designing a website. +Templates also make the creation of new web pages effortless. diff --git a/rescue/02/template.html b/rescue/02/template.html new file mode 100644 index 0000000..e510dfa --- /dev/null +++ b/rescue/02/template.html @@ -0,0 +1,33 @@ + + + +Wild Rescues: Template + +
+

🐾 Wild Rescues

+

Rescue, Rehabilitate, Release.

+
+ + + + +
+
+ + + + diff --git a/rescue/03/about.html b/rescue/03/about.html new file mode 100644 index 0000000..71c78ad --- /dev/null +++ b/rescue/03/about.html @@ -0,0 +1,62 @@ + + + +Wild Rescues: About Us + +
+

🐾 Wild Rescues

+

Rescue, Rehabilitate, Release.

+
+ + + + +
+
+

About Us

+

Wild Rescues is a registered nonprofit wildlife + rescue and rehabilitation facility, located in Ocala, + Florida. We help injured, sick, neglected, and orphaned + wildlife. We help rehabilitate these animals and then + release them back into the wild, if possible.

+

Wild Rescues is a member of the + National Wildlife + Rehabilitators Association.

+ + tortoise eating vegetation + +

We help many animals, such as:

+ + +

Did you find an injured or orphaned animal? Contact + us to see if we can help.

+
+
+ + + + diff --git a/rescue/03/contact.html b/rescue/03/contact.html new file mode 100644 index 0000000..34ce830 --- /dev/null +++ b/rescue/03/contact.html @@ -0,0 +1,41 @@ + + + +Wild Rescues: Contact + +
+

🐾 Wild Rescues

+

Rescue, Rehabilitate, Release.

+
+ + + + +
+
+

You can reach us at:

+

Office: (814) 555-8989

+

Email: + contact@wildrescues.net

+

Address: Rescue Drive, Ocala, FL 34471

+
+
+ + + + diff --git a/rescue/03/index.html b/rescue/03/index.html new file mode 100644 index 0000000..e0a6894 --- /dev/null +++ b/rescue/03/index.html @@ -0,0 +1,54 @@ + + + +Wild Rescues: Home + +
+

🐾 Wild Rescues

+

Rescue, Rehabilitate, Release.

+
+ + + + +
+
+

Welcome to Wild Rescues. Our mission is to rescue, + rehabilitate, and release wildlife back into their natural + environment. We are a nonprofit organization dedicated to + helping injured wildlife.

+ +

Our staff provides around-the-clock care for wildlife + in need. We also provide long-term care for wildlife that + cannot be released back into their natural environment.

+ +

Will you partner with us question mark We need caring + volunteers to help care for our animals. You can also donate, + become a member, or become a sponsor. Contact us today.

+
+
+

Our Latest Rescue: Baby Raccoons

+ hands holding three baby raccoons +

Our latest rescues, Fizz, Bandit, and Mohawk. These + three little guys were found abandoned near a home.

+
+
+ + + + diff --git a/rescue/03/question.txt b/rescue/03/question.txt new file mode 100644 index 0000000..b262792 --- /dev/null +++ b/rescue/03/question.txt @@ -0,0 +1,9 @@ +Question: +In this assignment, you added links within the navigation element. +The navigation link text is currently within a paragraph element. Is +a paragraph element the best element for navigation links? Research to +find your answer and identify another element to use for navigation links. + +Answer: +Navigation links should be nested in the