-
Notifications
You must be signed in to change notification settings - Fork 21
Jose Berrocal - Bootcamp solutions #111
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
gran-jlberrocal
wants to merge
9
commits into
simpleviewinc:master
Choose a base branch
from
gran-jlberrocal:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
f7b35b4
[Jose Berrocal] - Bootcamp solutions
gran-jlberrocal 7789768
[Jose Berrocal] - CSS bootcamp
gran-jlberrocal 4f85a97
[Jose Berrocal] Bootcamp JS
gran-jlberrocal d126aed
[Jose Berrocal] - Bootcamp CSS Grid
gran-jlberrocal b1b7514
[Jose Berrocal] - Bootcamp Flex
gran-jlberrocal df32752
Merge pull request #1 from gran-jlberrocal/bootcamp-flex
gran-jlberrocal 399b623
fix issues found during code review process
gran-jlberrocal df8b42e
Merge pull request #2 from gran-jlberrocal/bootcamp-flex
gran-jlberrocal 7c0abfa
fix css click passthrought
gran-jlberrocal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,54 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Mock Up a Design</title> | ||
| </head> | ||
|
|
||
| <body> | ||
|
|
||
| <!-- Add your code here --> | ||
|
|
||
gran-jlberrocal marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <div class="main-content full-width"> | ||
| <div class="titles-setion"> | ||
| <span class="title">Phase 4:</h3> | ||
| <h1>Destination Thrive</h1> | ||
| <h3>Objective: Create onmi-channel synergy</h3> | ||
| </div> | ||
|
|
||
| <div class="main-section gap-25"> | ||
| <div class="description"> | ||
| <p> | ||
| Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus vero ad commodi corrupti | ||
| enim | ||
| aperiam ratione voluptates, veritatis, ullam earum totam doloribus cum a nobis tenetur reprehenderit | ||
| dolorum itaque amet. | ||
| </p> | ||
| </div> | ||
| <br> | ||
| <div class="focus"> | ||
| <h3 class="strong"> | ||
| Key Focus: | ||
| </h3> | ||
| <ul> | ||
| <li>Harvesting the demand created.....</li> | ||
| <li>Scale paid media and social efforts</li> | ||
| <li>Leverage your new audiences</li> | ||
| <li>Omni-Channel synergy</li> | ||
| </ul> | ||
| </div> | ||
| <div class="Time"> | ||
| <h3 class="strong"> | ||
| <!--not sure about the icon itself--> | ||
| Time <i class="fa fa-watch"></i> | ||
| </h3> | ||
| <div> | ||
| <p>approx. 24 months and beyond</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| </body> | ||
|
|
||
| </html> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,30 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Objects as a Map</title> | ||
| </head> | ||
|
|
||
| <body> | ||
|
|
||
| <script> | ||
| const information = getInformation('date'); | ||
| console.log(information); | ||
|
|
||
| <script> | ||
| // Rewrite this function to replace the if/else logic with a map lookup. | ||
| function getInformation(key) { | ||
| let rtn; | ||
| const info = { | ||
| date: 'October 6, 1986', | ||
| time: '21:13 PM', | ||
| mood: 'Powerful, spirited...' | ||
| } | ||
|
|
||
| if (key === 'date') { | ||
| rtn = 'October 6, 1986'; | ||
| } else if (key === 'time') { | ||
| rtn = '21:13 PM'; | ||
| } else if (key === 'mood') { | ||
| rtn = 'Powerful, spirited...'; | ||
| } else { | ||
| rtn = 'Error: Invalid option selected...'; | ||
| } | ||
| const getInformation = (key) => info[key] ?? 'Error: Invalid option selected...'; | ||
|
|
||
| return rtn; | ||
| } | ||
| console.log(getInformation('date')); | ||
| console.log(getInformation('time')); | ||
| console.log(getInformation('mood')); | ||
| console.log(getInformation('custom')); | ||
| </script> | ||
|
|
||
| </body> | ||
|
|
||
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.