Skip to content

changes some spelling in the instructions #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified base/base.css
100644 → 100755
Empty file.
Binary file added level-1/.DS_Store
Binary file not shown.
Empty file modified level-1/index.html
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions level-1/step-1/step-1.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

}

/* Step-1.2 I would suggest using float to get this container in it's desired location*/
/* Step-1.2 I would suggest using float to get this container in its desired location*/

.content-left {
width: 33.3%;
/*this height is a placeholder. You will need to make some adjustment to get this container to look like the design */
/*this height is a placeholder. You will need to make some adjustments to get this container to look like the design */
height: 100px;
background: #565555;
}


/* Step-1.3 I would suggest using float to get this container in it's desired location. */
/* Step-1.3 I would suggest using float to get this container in its desired location. */

.content-mid {
width: 66.3%;
Expand All @@ -27,7 +27,7 @@

}

/* Step-1.4 your going to want to add a positioning property to get this container to the bottom of the screen */
/* Step-1.4 you're going to want to add a positioning property to get this container to the bottom of the screen */

.footer {
width: 100%;
Expand Down
Empty file modified level-1/step-1/step-1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-1/step-2/step-2.css
100644 → 100755
Empty file.
Empty file modified level-1/step-2/step-2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions level-1/step-3/step-3.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}


/* Step-3.3 add a margin top to give this container some space. Also your going to want to set the margin-left and margin-right to auto. This will give equal distance left and right to the container. Essentially centering the container */
/* Step-3.3 add a margin top to give this container some space. Also you're going to want to set the margin-left and margin-right to auto. This will give equal distance left and right to the container--essentially--centering the container */
.content-container {
background: #D8D8D8;
}
Expand All @@ -14,4 +14,4 @@

.content {

}
}
Empty file modified level-1/step-3/step-3.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-1/step-4-possible-solution/solution.html
100644 → 100755
Empty file.
Empty file modified level-1/step-4-possible-solution/step-1.css
100644 → 100755
Empty file.
Empty file modified level-1/step-4-possible-solution/step-2.css
100644 → 100755
Empty file.
Empty file modified level-1/step-4-possible-solution/step-3.css
100644 → 100755
Empty file.
Binary file added level-2/.DS_Store
Binary file not shown.
Empty file modified level-2/index.html
100644 → 100755
Empty file.
Empty file modified level-2/step-1/level-2-step-1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions level-2/step-1/step-1.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
height: 375px;
background: #F7F1E7;
position: relative;
/*You will need to add a position property to get this to look like he design */
/*You will need to add a position property to get this to look like the design */

}

Expand All @@ -18,7 +18,7 @@
}

/* Step-1.2 You need to get all of these elements to line up side by side. What display property would do this for you? */
/* Step-1.2 You will also need t add a position property to the logo and sign in containers */
/* Step-1.2 You will also need to add a position property to the logo and sign in the containers */

.menu {
width: 100px;
Expand All @@ -42,7 +42,7 @@

}

/* Step-1.3 Make this container overhang off it's parent container. */
/* Step-1.3 Make this container overhang off its parent container. */

.bottom-container {
width: 60%;
Expand Down
Empty file modified level-2/step-2/Level-2-step-2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion level-2/step-2/step-2.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* Step-2.1 add a property that will align items center */
/* Step-2.1 add a property that will align items in the center */
.main-bottom-section {
margin-top: 65px;
/* alignment property */
Expand Down
Empty file modified level-2/step-3-possible-solution/solution.html
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions level-2/step-3-possible-solution/step-1.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

/* Step-1.2 You need to get all of these elements to line up side by side. What display property would do this for you? */
/* Step-1.2 You will also need t add a position property to the logo and sign in containers */
/* Step-1.2 You will also need t add a position property to the logo and sign in the containers */

.menu {
width: 100px;
Expand Down Expand Up @@ -49,7 +49,7 @@

}

/* Step-1.3 Make this container overhang off it's parent container. */
/* Step-1.3 Make this container overhang off its parent container. */

.bottom-container {
width: 60%;
Expand Down
Empty file modified level-2/step-3-possible-solution/step-2.css
100644 → 100755
Empty file.
Binary file added level-3/.DS_Store
Binary file not shown.
Empty file modified level-3/img/Background.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/HighClub_BG.mp4
100644 → 100755
Empty file.
Empty file modified level-3/img/Tops.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/accessories.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/bottoms.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/collection.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/hats.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/icons/MENU.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/icons/Shop_Deals.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/icons/Sign_In.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/icons/dev-shop.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/img/kicks.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions level-3/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</head>
<body>
<main class="main-wrapper">
<!-- Step-1.1 add a background image that take up the entire width of container -->
<!-- Step-1.1 add a background image that takes up the entire width of container -->
<section class="main-top-section">
<header class="top-header">

Expand All @@ -33,7 +33,7 @@
<img class="logo-icon" src="" alt="logo icon">
</div>
<div class="sign-in">
<!-- Step-1.4 add the path to the sign-in image on the src attribute -->
<!-- Step-1.4 add the path to the sign-in image on the src attribute -->
<img class="sign-in-icon" src="" alt="sign in icon">
</div>
</header>
Expand Down
Empty file modified level-3/step-1/Level-3-step-1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/step-1/step-1.css
100644 → 100755
Empty file.
Empty file modified level-3/step-2/Level-3-step-2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified level-3/step-2/step-2.css
100644 → 100755
Empty file.
Empty file modified level-3/step-3/step-3.css
100644 → 100755
Empty file.
Empty file modified level-3/step-4-possible-solution/responsive.css
100644 → 100755
Empty file.
Empty file modified level-3/step-4-possible-solution/solution.html
100644 → 100755
Empty file.
Empty file modified level-3/step-4-possible-solution/step-1.css
100644 → 100755
Empty file.
Empty file modified level-3/step-4-possible-solution/step-2.css
100644 → 100755
Empty file.