diff --git a/Version2.0/webDevUser13.html b/Version2.0/webDevUser13.html index aae18d9..0119251 100644 --- a/Version2.0/webDevUser13.html +++ b/Version2.0/webDevUser13.html @@ -19,7 +19,77 @@ @@ -30,34 +100,73 @@

About Me

- This is my first webpage! I was able to code all the HTML and CSS in order to make it. - Watch out world of web design here I come! + This is my first webpage! I was able to code all the HTML and CSS in order to make it. Watch out world of web design here I come!

Heading Examples

- +

This is h1

+

This is h2

+

This is h3

+

This is h4

+
This is h5
+
This is h6

Examples of "Other" HTML elements

- + Strike - puts a strike through the words + Underline - adds underline + Below -- subscript + Above -- superscript + Small -- defines a small text + - represents the progress of a task +
— will place a horizontal line (no closing tag needed) + WHO -- used to show acronyms
+

PUT YOUR BIG TITLE HERE

+
+

Introduction or 1st Point

+

Content in here that explains your 1st point

+
+ +
+

2nd Point

+

Content in here that explains your 2nd point

+ /section> +

The blockquote element

+ +

Here is a quote from WWF's website:

+ +
+ For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally. +
+
+
+
+
+
+
+
+
+
+
diff --git a/Version3.0/user13/CSS/style.css b/Version3.0/user13/CSS/style.css index 9b90a3f..445e30c 100644 --- a/Version3.0/user13/CSS/style.css +++ b/Version3.0/user13/CSS/style.css @@ -1,21 +1,26 @@ table { - font-family: "Marker Felt", "Comic Sans MS", fantasy; - color: #003366; - margin-left: auto; - margin-right: auto; - text-align: left; - border-collapse: collapse; - cellspacing: 0px; + font-family: "Marker Felt", "Comic Sans MS", fantasy; + color: #000000; + margin-left: auto; + margin-right: auto; + text-align: left; + border-collapse: collapse; + border-spacing: 0px; } tr { - border: 1px solid #ffffff; - text-align: center; - background-color:#9FB6CD; + border: 1px solid #000000; + text-align: center; + background-color: #ce5c5c; } th { - text-align: center; - color: #ffffff; - background-color: #003366; + text-align: center; + color: #000000; + background-color: #d71717; +} + +td { + width: 128px; + height: 128px; } \ No newline at end of file diff --git a/Version3.0/user13/images/Background-V3.jpeg b/Version3.0/user13/images/Background-V3.jpeg new file mode 100644 index 0000000..735e87d Binary files /dev/null and b/Version3.0/user13/images/Background-V3.jpeg differ diff --git a/Version3.0/user13/images/Concrete-gold.jpeg b/Version3.0/user13/images/Concrete-gold.jpeg new file mode 100644 index 0000000..41359a1 Binary files /dev/null and b/Version3.0/user13/images/Concrete-gold.jpeg differ diff --git a/Version3.0/user13/images/LP-HybridTheory.jpg b/Version3.0/user13/images/LP-HybridTheory.jpg new file mode 100644 index 0000000..26de251 Binary files /dev/null and b/Version3.0/user13/images/LP-HybridTheory.jpg differ diff --git a/Version3.0/user13/images/Songs-deaf.jpg b/Version3.0/user13/images/Songs-deaf.jpg new file mode 100644 index 0000000..86c36e3 Binary files /dev/null and b/Version3.0/user13/images/Songs-deaf.jpg differ diff --git a/Version3.0/user13/images/Third-Eye.jpeg b/Version3.0/user13/images/Third-Eye.jpeg new file mode 100644 index 0000000..3699806 Binary files /dev/null and b/Version3.0/user13/images/Third-Eye.jpeg differ diff --git a/Version3.0/user13/list.html b/Version3.0/user13/list.html new file mode 100644 index 0000000..9f86bc3 --- /dev/null +++ b/Version3.0/user13/list.html @@ -0,0 +1,111 @@ + + + + + + + Web Dev User ## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

My Lists

+ + + +

Huh

+ +

Oh!

+
    +
  1. Yeah!
  2. +
  3. mhmm
  4. +
  5. Boom!
  6. +
+ + +
+ + + + + + + \ No newline at end of file diff --git a/Version3.0/user13/music.html b/Version3.0/user13/music.html new file mode 100644 index 0000000..5ad939b --- /dev/null +++ b/Version3.0/user13/music.html @@ -0,0 +1,152 @@ + + + + + + + Music for Web Dev User ## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Music

+ + + +

+ My Top 5 Favorite Songs +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankArtistSongAlbum Art
1Twelve Foot NinjaPoint of You
2QOTSASong for the Dead
3Linkin ParkPapercut + Album Cover of Linkin Park's Hybrid Theory
4Foo FightersRun
5Third Eye BlindNarcolepsy
+
+ + + + + + + + + \ No newline at end of file