diff --git a/README.md b/README.md index 8033625685..273a3495cf 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,34 @@ Edit this document to include your answers after each question. Make sure to lea 1. If you were to describe semantic HTML to the next cohort of students, what would you say? + +Semantic HTML is the particular way in which a code should be written in order for search engines and other programmers to be able to easily understand your code, such as including ```
``` tags to identify headers, ```
``` tags to identify sections, using proper hierarchy ```

```, etc. + + 2. What are the 4 areas of the box model? + +Content (innermost section), border, padding, and margin (outtermost section) + + 3. While using flexbox, what axis does the following property work on: ```align-items: center```? + +Cross Axis (sometimes called the vertical axis) + + 4. Explain why git is valuable to a team of developers. + +It allows many different developers to work on a project and update the changes within github quickly and easily + + 5. Define mobile-first design in your own words. + +To design a website for mobile first. In today's world, mobile is used more than laptops and desktops, so it would make sense to design for mobile first. It can also simplify the responsive design projects. + + You are expected to be able to answer all these questions. Your responses contribute to your Sprint Challenge grade. Skipping this section *will* prevent you from passing this challenge. ## Instructions diff --git a/about.html b/about.html new file mode 100644 index 0000000000..c2baadd77f --- /dev/null +++ b/about.html @@ -0,0 +1,41 @@ + + + + + + + Sprint Challenge - Home + + + + + + + +
+ +
+ + + + +
+ + +
+ + diff --git a/index.html b/index.html index d32d8ad25c..cccf280fef 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,28 @@ - +
+
+ + + + + +
+ + Awesome image +

The Future

@@ -30,16 +46,16 @@

The Past

Why Did It Have To Be Boxes...

-
Box 1
-
Box 2
-
Box 3
-
Box 4
-
Box 5
-
Box 6
-
Box 7
-
Box 8
-
Box 9
-
Box 10
+
Box 1
+
Box 2
+
Box 3
+
Box 4
+
Box 5
+
Box 6
+
Box 7
+
Box 8
+
Box 9
+
Box 10
@@ -63,8 +79,8 @@

Moon