diff --git a/README.md b/README.md index b3221d5..3426706 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HTML and CSS - Module 1 -## Lesson Task 1 Question +## Task 1 In our lesson tasks we're going to be building a website for a company called 'Guitar Kings'. It is a four page website showcasing their guitars. You can find a prototype of the website in this repository. @@ -10,4 +10,8 @@ In this lesson task we are going to be building the HTML for the home page. You You only need to build the home page for now, and you don't need to style it at all. The focus in this lesson task is on writing semantic, neat HTML. -By the end of the lesson task, your home page should look like this: ![Home Page](html-css_task1-1_result.PNG) +### Video + +This video shows you how to complete the lesson task 1.1. Only watch it after attempting the lesson task by yourself. + +[View on Vimeo](https://player.vimeo.com/video/478422931) diff --git a/GuitarKings.xd b/assets/GuitarKings.xd similarity index 99% rename from GuitarKings.xd rename to assets/GuitarKings.xd index 587fb1d..f3bd66c 100644 Binary files a/GuitarKings.xd and b/assets/GuitarKings.xd differ diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..136b20f --- /dev/null +++ b/contact.html @@ -0,0 +1,28 @@ + + + + + + + + Guitar Kings | Contact + + + +
+ Guitar Kings + +
+
+

Contact

+
+ + + + diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..65a75a8 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,20 @@ +header { + background-color: #202020; +} + +header a { + color: #fff; +} + +.cta { + background-color: #bb0000; + color: #fff +} + +.reviews { + background-color: #e8e8e8; +} + +.featured-products { + background-color: #fbfbfb +} diff --git a/guitars.html b/guitars.html new file mode 100644 index 0000000..65c0bd3 --- /dev/null +++ b/guitars.html @@ -0,0 +1,84 @@ + + + + + + + + Guitar Kings | Guitars + + + +
+ Guitar Kings + +
+
+

Guitars

+
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+
+ Adirondack Red +

Adirondack Red

+

$500

+ View +
+ +
+
+ + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..ad9aa39 --- /dev/null +++ b/index.html @@ -0,0 +1,82 @@ + + + + + + + + Guitar Kings | Home + + + +
+
+ Guitar Kings + +
+
+
+

Authentic Handmade Guitars

+ View Guitars +
+
+
+

Our Guitars Are:

+
    +
  • Made with real Pennsylvanian wood
  • +
  • Crafted by a family-run business
  • +
  • Built to last a lifetime
  • +
  • Beautiful unique sound
  • +
  • Options for all music lovers
  • +
+
+ Hand strumming guitar +
+
+

Reviews

+
+

"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse quis dictum elit. In hac habitasse platea dictumst"-Bob Willis

+ Profile picture of Bob Willis +
+
+

"Maecenas interdum, erat nec pulvinar euismod, eros erat ornare mauris, commodo vestibulum odio nunc id urna. Sed volutpat consequat dolor, nec sollicitudin elit eleifend vitae" - Sally Oldfield

+ Profile picture of Sally Oldfield +
+
+ +
+ + + \ No newline at end of file diff --git a/products/adirondack-red.html b/products/adirondack-red.html new file mode 100644 index 0000000..b1df03d --- /dev/null +++ b/products/adirondack-red.html @@ -0,0 +1,42 @@ + + + + + + + + Guitar Kings | Adirondack Red + + + +
+ Guitar Kings + +
+
+
+ Adirondack Red +
+ Playing the Adirondack Red + Playing the Adirondack Red + Playing the Adirondack Red + Playing the Adirondack Red +
+
+
+

Adirondack Red

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam eius quas maxime aliquid sunt debitis ea, deserunt harum quae deleniti! Harum dolores tempora quasi suscipit nemo impedit, rerum aliquid illum.

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Magni possimus laboriosam sequi sed aperiam, sint neque enim accusamus facilis delectus inventore eligendi! Pariatur autem placeat maiores odit expedita numquam totam!

+

$500

+ Contact Us +
+
+ + + \ No newline at end of file