diff --git a/Web Development Python Projects/5.4 Color Vocab Project/assets/images/blue.png b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/blue.png new file mode 100644 index 0000000..e8f1d8c Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/blue.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/assets/images/green.png b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/green.png new file mode 100644 index 0000000..5664b3e Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/green.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/assets/images/orange.png b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/orange.png new file mode 100644 index 0000000..81114c2 Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/orange.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/assets/images/red.png b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/red.png new file mode 100644 index 0000000..dbf8175 Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/red.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/assets/images/yellow.png b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/yellow.png new file mode 100644 index 0000000..f126369 Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/assets/images/yellow.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/goal.png b/Web Development Python Projects/5.4 Color Vocab Project/goal.png new file mode 100644 index 0000000..42cb59f Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/goal.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/index.html b/Web Development Python Projects/5.4 Color Vocab Project/index.html new file mode 100644 index 0000000..d85f0c4 --- /dev/null +++ b/Web Development Python Projects/5.4 Color Vocab Project/index.html @@ -0,0 +1,44 @@ + + + + + + Spanish Vocabulary + + + + +

Colors

+

Learn the colors in Spanish!

+

Rojo

+ red + +

Azul

+ blue + +

Anaranjado

+ orange + +

Verde

+ green + +

Amarillo

+ yellow + + + + + \ No newline at end of file diff --git a/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/blue.png b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/blue.png new file mode 100644 index 0000000..e8f1d8c Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/blue.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/green.png b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/green.png new file mode 100644 index 0000000..5664b3e Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/green.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/orange.png b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/orange.png new file mode 100644 index 0000000..81114c2 Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/orange.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/red.png b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/red.png new file mode 100644 index 0000000..dbf8175 Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/red.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/yellow.png b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/yellow.png new file mode 100644 index 0000000..f126369 Binary files /dev/null and b/Web Development Python Projects/5.4 Color Vocab Project/solution/assets/images/yellow.png differ diff --git a/Web Development Python Projects/5.4 Color Vocab Project/solution/solution.html b/Web Development Python Projects/5.4 Color Vocab Project/solution/solution.html new file mode 100644 index 0000000..04bde13 --- /dev/null +++ b/Web Development Python Projects/5.4 Color Vocab Project/solution/solution.html @@ -0,0 +1,29 @@ + + + + + + Spanish Vocabulary + + + + +

Colors

+

Learn the colors in Spanish!

+

Rojo

+ red + +

Azul

+ blue + +

Anaranjado

+ orange + +

Verde

+ green + +

Amarillo

+ yellow + + + \ No newline at end of file diff --git a/Web Development Python Projects/5.4 Color Vocab Project/solution/style.css b/Web Development Python Projects/5.4 Color Vocab Project/solution/style.css new file mode 100644 index 0000000..184ab0c --- /dev/null +++ b/Web Development Python Projects/5.4 Color Vocab Project/solution/style.css @@ -0,0 +1,28 @@ +img { + height: 200px; + width: 200px; +} + +.color-title { + font-weight: normal; +} + +#red { + color: red; +} + +#blue { + color: blue; +} + +#orange { + color: orange; +} + +#green { + color: green; +} + +#yellow { + color: yellow; +} diff --git a/Web Development Python Projects/5.4 Color Vocab Project/style.css b/Web Development Python Projects/5.4 Color Vocab Project/style.css new file mode 100644 index 0000000..e69de29