diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..5c98b42
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,2 @@
+# Default ignored files
+/workspace.xml
\ No newline at end of file
diff --git a/.idea/HTML-CSS-PrepWork.iml b/.idea/HTML-CSS-PrepWork.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/HTML-CSS-PrepWork.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..28a804d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..7af0302
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Assessment 1/dove.png b/Assessment 1/dove.png
new file mode 100644
index 0000000..6af46ef
Binary files /dev/null and b/Assessment 1/dove.png differ
diff --git a/Assessment 1/favorite-1.jpg b/Assessment 1/favorite-1.jpg
new file mode 100644
index 0000000..3f2a96c
Binary files /dev/null and b/Assessment 1/favorite-1.jpg differ
diff --git a/Assessment 1/favorite-1_th.jpg b/Assessment 1/favorite-1_th.jpg
new file mode 100644
index 0000000..35403a8
Binary files /dev/null and b/Assessment 1/favorite-1_th.jpg differ
diff --git a/Assessment 1/favorite-2.jpg b/Assessment 1/favorite-2.jpg
new file mode 100644
index 0000000..b841943
Binary files /dev/null and b/Assessment 1/favorite-2.jpg differ
diff --git a/Assessment 1/favorite-2_th.jpg b/Assessment 1/favorite-2_th.jpg
new file mode 100644
index 0000000..2813aa4
Binary files /dev/null and b/Assessment 1/favorite-2_th.jpg differ
diff --git a/Assessment 1/favorite-3.jpg b/Assessment 1/favorite-3.jpg
new file mode 100644
index 0000000..a0852b9
Binary files /dev/null and b/Assessment 1/favorite-3.jpg differ
diff --git a/Assessment 1/favorite-3_th.jpg b/Assessment 1/favorite-3_th.jpg
new file mode 100644
index 0000000..a396b1a
Binary files /dev/null and b/Assessment 1/favorite-3_th.jpg differ
diff --git a/Assessment 1/favorite-4.jpg b/Assessment 1/favorite-4.jpg
new file mode 100644
index 0000000..b5a8d14
Binary files /dev/null and b/Assessment 1/favorite-4.jpg differ
diff --git a/Assessment 1/favorite-4_th.jpg b/Assessment 1/favorite-4_th.jpg
new file mode 100644
index 0000000..37114d4
Binary files /dev/null and b/Assessment 1/favorite-4_th.jpg differ
diff --git a/Assessment 1/index.html b/Assessment 1/index.html
new file mode 100644
index 0000000..5473891
--- /dev/null
+++ b/Assessment 1/index.html
@@ -0,0 +1,58 @@
+
+
+
+
+ Birdwatching
+
+
+
+
+
+
+
+
+
+
Birdwatching
+
+
+
+
+
+
+
+
+
Welcome
+
+
Welcome to our fake birdwatching site. If this were a real site, it would be the ideal place to come to learn more about birdwatching, whether you are a beginner looking to learn how to get into birding, or an expert wanting to share ideas, tips, and photos with other like-minded people.
+
+
So don't waste time! Get what you need, then turn off that computer and get out into the great outdoors!
1007 W Orange Street
+ Wilmington, Delaware 19805
+ USA
+ Tel: 215.512.1695
+ E-Mail: cbeale2000@gmail.com
+
+
+
+
+
+
diff --git a/Assessment 2/style-resources.css b/Assessment 2/style-resources.css
new file mode 100644
index 0000000..e41e9f5
--- /dev/null
+++ b/Assessment 2/style-resources.css
@@ -0,0 +1,89 @@
+/* General styles - put these straight into your stylesheet */
+
+body {
+ margin: 100px 0 0;
+ position: center;
+ max-width: 350px;
+}
+
+html {
+ font-family: 'Helvetica neue', Arial, 'sans serif';
+ font-size: 10px;
+ background-color: #bbc8cc;
+}
+
+/* Selectors to be matched up with rulesets */
+
+.card article img
+.card footer
+.card header
+.card
+
+/* Rulesets to be matched up with selectors */
+.card {
+ width: 35em;
+ height: 22em;
+ margin: 5em auto;
+ background-colour: #927fff;
+ border: 0.2em solid black;
+ border-radius: 1.5em;
+
+ /* Add shadows to create the "card" effect */
+ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
+ transition: 0.3s;
+
+}
+
+/* Styles for the header/footer of the card */
+.card footer {
+ background-image: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.1));
+ border-radius: 0 0 1.5em 1.5em;
+}
+
+.card header {
+ background-image: linear-gradient(to bottom,rgba(0,0,0,0.1), rgba(0,0,0,0));
+ border-radius: 1.5em 1.5em 0 0;
+}
+
+.card header, .card footer {
+ height: 3em;
+ padding: 1em;
+ background-color: #072c80;
+}
+
+/* Styles for the main content of the card */
+.card article img {
+ max-height: 100%;
+ float: right;
+}
+
+.card h2, .card p {
+ margin: 0;
+}
+.card h2 {
+ font-size: 2em;
+ line-height: 1.5em;
+
+}
+
+.card footer p {
+ font-size: 1.5em;
+ line-height: 2em;
+}
+
+.card article {
+ height: 12em;
+ background: #3452a0;
+}
+
+.card article p {
+ padding: 1em;
+ color: rgba(7, 4, 4, 0.99);
+ line-height: 1.4;
+
+}
+
+/* On mouse-over, add a deeper shadow */
+.card:hover {
+ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
+}
diff --git a/Assessment 3/external-link-52.png b/Assessment 3/external-link-52.png
new file mode 100644
index 0000000..7a34cff
Binary files /dev/null and b/Assessment 3/external-link-52.png differ
diff --git a/Assessment 3/index.html b/Assessment 3/index.html
new file mode 100644
index 0000000..14b0c09
--- /dev/null
+++ b/Assessment 3/index.html
@@ -0,0 +1,81 @@
+
+
+
+
+ St Huxley's Community College
+
+
+
+
+
+
St Huxley's Community College
+
+
+
+
Brave new world
+
+
It's a brave new world out there. Our children are being put in increasing more competitive situations, both during recreation, and as they start to move into the adult world of examinations, jobs, careers, and other life choices. Having the wrong mindset, becoming too emotional, or making the wrong choices can contribute to them experiencing difficulty in taking their rightful place in today's ideal society.
+
+
As concerned parents, guardians or carers, you will no doubt want to give your children the best possible start in life — and you've come to the right place.
+
+
The best start in life
+
+
At St. Huxley's, we pride ourselves in not only giving our students a top quality education, but also giving them the societal and emotional intelligence they need to win big in the coming utopia. We not only excel at subjects such as genetics, data mining, and chemistry, but we also include compulsory lessons in:
+
+
+
Emotional control
+
Judgement
+
Assertion
+
Focus and resolve
+
+
+
If you are interested, then you next steps will likely be to: