forked from code-differently/RR-JS-CSS-Convert-Mock
-
Notifications
You must be signed in to change notification settings - Fork 9
updated blog6.html #4
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
MackeyH
wants to merge
16
commits into
Return-Ready-2021-JavaScript-Evening:main
Choose a base branch
from
MackeyH:main
base: main
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
16 commits
Select commit
Hold shift + click to select a range
5155af7
added index.html to lab
MackeyH 4020453
updated 11 15 2020
MackeyH 107aaa6
updated & revised standard calc 11 16 2020
MackeyH 2c90578
Delete blog.html
MackeyH adef151
Delete blog.css
MackeyH 1def335
updated & revised standard calc 11 22 2020
MackeyH 837c57b
updated & revised standard calc 11 22 2020
MackeyH 325f88b
updated & revised standard calc 11 22 2020
MackeyH 5ff69bf
Add files via upload
MackeyH 5c45cd5
Delete blogpost.html
MackeyH 0eaa46c
Delete Index.html
MackeyH 6fa3dce
updated & revised standard calc 11 22 2020
MackeyH 833ff60
updated & revised standard calc 11 22 2020
MackeyH 5994094
updated & revised standard calc 11 22 2020
MackeyH 577a018
updated blog6.html
MackeyH c2e04fd
updated blog6.html & updated blog-post6
MackeyH 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,304 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
|
|
||
| <!-- head --> | ||
|
|
||
| <head> | ||
| <!-- CSS link --> | ||
| <link rel="stylesheet" href="../Convert-Mockup-Lab/styles/blog6.css"> | ||
|
|
||
| <!-- Required meta tags --> | ||
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
|
||
| <!-- Bootstrap CSS --> | ||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | ||
| integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | ||
|
|
||
| <!-- Font Awesome Icon Styles --> | ||
| <link href="../Convert-Mockup-Lab/fontawesome/css/all.css" rel="stylesheet"> <!--load all styles --> | ||
|
|
||
| <title>mackMedi@ Blog</title> | ||
| </head> | ||
|
|
||
|
|
||
| <!-- Body --> | ||
|
|
||
| <body style="background-color: lightslategray;"> | ||
|
|
||
| <!-- Navbar --> | ||
| <div> | ||
| <nav class="navbar navbar-expand-lg navbar-dark p-4" style="background-color: rgb(128, 63, 63); margin-bottom: 20px; color: rgb(255, 255, 255);"> | ||
| <a style="color: rgb(221, 220, 220); font-size: 1.3rem;" class="navbar-brand" href="#">mackMedi@</a> <i> -"Making media grow"</i> | ||
| <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> | ||
| <span class="navbar-toggler-icon"></span> | ||
| </button> | ||
| <div class="collapse navbar-collapse" id="navbarNavDropdown"> | ||
| <ul class="navbar-nav navbar-nav ml-auto mx-5 pr-5"> | ||
| <li class="nav-item active"> | ||
| <a class="nav-link" href="#">HOME <span class="sr-only">(current)</span></a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link" href="#">SERVICE</a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link" href="#">PORFOLIO</a> | ||
| </li> | ||
| <!-- Drop down link--> | ||
| <li class="nav-item dropdown"> | ||
| <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| Music Blog | ||
| </a> | ||
| <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
| <a class="dropdown-item" href="#">Action</a> | ||
| <a class="dropdown-item" href="#">Another action</a> | ||
| <a class="dropdown-item" href="#">Something else here</a> | ||
| </div> | ||
| </li> <!-- Drop down link Ends--> | ||
| <li class="nav-item"> | ||
| <a class="nav-link" href="#">ABOUT</a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link" href="#">CONTACT</a> | ||
| </li> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </nav> | ||
| </div> <!-- Navbar Ends--> | ||
|
|
||
|
|
||
|
|
||
| <!-- Container --> | ||
| <div class="container" pt-4;> | ||
|
|
||
|
|
||
| <!-- Row containing 1 column Heading --> | ||
| <div class="row mx-4 py-4" style="justify-content: left; " > | ||
|
|
||
|
|
||
|
|
||
| <div class="col"> | ||
| <img class="rounded float-left rounded-circle avatar z-depth-1-half mr-3" src="https://mdbootstrap.com/img/Photos/Avatars/avatar-5.jpg" | ||
| alt="Avatar"> | ||
| <div class="media-body"> | ||
| <h2 >The global impact of Wu-Tang Clan</h2><hr> | ||
| <p> | ||
| Posted by mackMedi@ in journal, Photography Web Design | | ||
| </p> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> <!-- Row Ends --> | ||
|
|
||
|
|
||
| <div class="col" style="font-size: 2rem;"> | ||
| <img class="mb-4 img-fluid rounded" src="../Convert-Mockup-Lab/images/Wutang Images/Group images/Wutanganimatedpic.jpg"> | ||
|
|
||
| <p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Repellat laudantium ipsum porro quis enim, saepe corporis facilis accusamus repudiandae illo esse distinctio, dolore at. Quia ducimus alias cumque tempore libero. | ||
| </p> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Unde similique quo reprehenderit quisquam consectetur eum adipisci minus qui! Corrupti veritatis repellendus molestiae iure aut deleniti itaque mollitia at, esse eius.Voluptate, cum delectus! Aliquam quis corporis doloribus sed eos nulla animi, repellendus possimus.Voluptate, cum delectus! Aliquam quis corporis doloribus sed eos nulla animi, repellendus possimus. | ||
| </p> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugiat laboriosam est quo nemo eligendi cumque sint ipsum. | ||
| </p> | ||
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Numquam maxime necessitatibus quam libero. Eligendi natus, asperiores similique, odio provident eveniet voluptates ipsam tempore quae dignissimos ipsum ullam eaque sequi assumenda. | ||
| </p> | ||
| </div><hr> | ||
|
|
||
| <!-- CONTAINER-NESTED COLUMNS --> | ||
| <div class="containerRelatedPosts d-flex justify-content-center text-center" > | ||
| <div class="row"> | ||
| <div class="col justify-content-left"> | ||
| <div> | ||
| <h5>RELATED POSTS</h5> | ||
| </div> | ||
| <div class="row"> | ||
| <div class="col-3"> | ||
|
|
||
| <img class="mb-4 img-fluid rounded" src="../Convert-Mockup-Lab/images/Musicgroups/ATCQ.jpg"> | ||
| <h2 class="mb-4"></h2> | ||
| <h5>A Tribe Called Quest</h5> | ||
|
|
||
| </div> | ||
|
|
||
| <div class="col-3"> | ||
|
|
||
| <img class="mb-4 img-fluid rounded" src="../Convert-Mockup-Lab/images/Musicgroups/The-Beatles-Ringo-Starr-Paul-McCartney-George.jpg"> | ||
| <h2 class="mb-4"></h2> | ||
| <h5>Beatles</h5> | ||
|
|
||
| </div> | ||
|
|
||
| <div class="col-3"> | ||
|
|
||
| <img class="mb-4 img-fluid rounded" src="../Convert-Mockup-Lab/images/Musicgroups/bob-marley-and-the-wailers.jpg"> | ||
| <h2 class="mb-4"></h2> | ||
| <h5>Bob Marley & the Wailers</h5> | ||
|
|
||
| </div> | ||
|
|
||
| <div class="col-3"> | ||
|
|
||
| <img class="mb-4 img-fluid rounded" src="../Convert-Mockup-Lab/images/Musicgroups/Miles Davis Quintet (1955–1957).jpg"></h2> | ||
| <h5>Miles Davis Quintet (1955–1957)</h5> | ||
|
|
||
| </div> | ||
| </div> <!-- Row Ends --> | ||
| </div> <!-- Column Ends --> | ||
|
|
||
| </div> <!-- Row Ends --> | ||
|
|
||
| </div> <!-- CONTAINER-NESTED COLUMNS Ends --> | ||
|
|
||
|
|
||
| <button class="mb-5" style="background-color: rgb(54, 108, 126);">Older Posts</button> | ||
|
|
||
| </div> <!-- CONTAINER ENDS--> | ||
|
|
||
|
|
||
|
|
||
| <!-- Footer --> | ||
| <!-- Footer --> | ||
| <footer class="page-footer font-small mdb-color pt-4" style="background-color: rgb(128, 63, 63);"> | ||
|
|
||
| <!-- Footer Links --> | ||
| <div class="container text-center text-md-left"> | ||
|
|
||
| <!-- Footer links --> | ||
| <div class="row text-center text-md-left mt-3 pb-3"> | ||
|
|
||
| <!-- Grid column --> | ||
| <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3"> | ||
| <h3 class="mb-4 font-weight-bold" style="color: lightslategray;">mackMedi@</h3> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Rem expedita saepe labore a laborum quisquam aliquam. Quia doloribus, delectus magnam cum maiores fugit dolore minus nostrum quibusdam natus nemo asperiores? | ||
| </p> | ||
| </div> | ||
| <!-- Grid column --> | ||
|
|
||
| <hr class="w-100 clearfix d-md-none"> | ||
|
|
||
| <!-- Grid column --> | ||
| <div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3"> | ||
| <h6 class="text-uppercase mb-4 font-weight-bold" style="color: rgb(255, 255, 255);">Products</h6> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">MDBootstrap</a> | ||
| </p> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">MDWordPress</a> | ||
| </p> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">BrandFlow</a> | ||
| </p> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">Bootstrap Angular</a> | ||
| </p> | ||
| </div> | ||
| <!-- Grid column --> | ||
|
|
||
| <hr class="w-100 clearfix d-md-none"> | ||
|
|
||
| <!-- Grid column --> | ||
| <div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3"> | ||
| <h6 class="text-uppercase mb-4 font-weight-bold" style="color: rgb(255, 255, 255);">Useful links</h6> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">Your Account</a> | ||
| </p> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">Become an Affiliate</a> | ||
| </p> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">Shipping Rates</a> | ||
| </p> | ||
| <p> | ||
| <a href="#!" style="color: rgb(0, 0, 0);">Help</a> | ||
| </p> | ||
| </div> | ||
|
|
||
| <!-- Grid column --> | ||
| <hr class="w-100 clearfix d-md-none"> | ||
|
|
||
| <!-- Grid column --> | ||
| <div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3"> | ||
| <h6 class="text-uppercase mb-4 font-weight-bold" style="color: rgb(255, 255, 255);">Contact</h6> | ||
| <p> | ||
| <i class="fas fa-home mr-3"></i> New York, NY 10012, US</p> | ||
| <p> | ||
| <i class="fas fa-envelope mr-3"></i> info@gmail.com</p> | ||
| <p> | ||
| <i class="fas fa-phone mr-3"></i> + 01 234 567 88</p> | ||
| <p> | ||
| <i class="fas fa-print mr-3"></i> + 01 234 567 89</p> | ||
| </div> | ||
| <!-- Grid column --> | ||
|
|
||
| </div> | ||
| <!-- Footer links --> | ||
|
|
||
| <hr> | ||
|
|
||
| <!-- Grid row --> | ||
| <div class="row d-flex align-items-center"> | ||
|
|
||
| <!-- Grid column --> | ||
| <div class="col-md-7 col-lg-8"> | ||
|
|
||
| <!--Copyright--> | ||
| <p class="text-center text-md-left">© 2020 Copyright: | ||
| <a href="#mackMedi@"> | ||
| <strong> mackMedi@</strong> | ||
| </a> | ||
| </p> | ||
|
|
||
| </div> | ||
| <!-- Grid column --> | ||
|
|
||
| <!-- Grid column --> | ||
| <div class="col-md-5 col-lg-4 ml-lg-0"> | ||
|
|
||
| <!-- Social buttons --> | ||
| <div class="text-center" style="font-size: 1.5rem;"> | ||
| <ul> | ||
| <li class="list-inline-item"> | ||
| <!--brand icon--> | ||
| <div><i class="fab fa-facebook-f fa-fw blue-text"></i></div> | ||
| </li> | ||
| <li class="list-inline-item"> | ||
| <!--brand icon--> | ||
| <div><i class="fab fa-twitter fa-fw blue-text"></i></div> | ||
| </li> | ||
| <li class="list-inline-item"> | ||
| <!--brand icon--> | ||
| <div><i class="fab fa-dribbble"></i></div> | ||
| </li> | ||
| <li class="list-inline-item"> | ||
| <!--brand icon--> | ||
| <div><i class="fab fa-linkedin fa-fw blue-text"></i></div> | ||
| </li> | ||
| <li class="list-inline-item"> | ||
| <!--brand icon--> | ||
| <div><i class="fab fa-pinterest fa-fw red-text"></i></div> | ||
| </li> | ||
| <li class="list-inline-item"> | ||
| <!--brand icon--> | ||
| <div><i class="fab fa-instagram fa-fw pink-text"></i></div> | ||
| </li> | ||
|
|
||
| </ul> | ||
| </div> | ||
| <!-- Grid column --> | ||
|
|
||
| </div> | ||
| <!-- Grid row --> | ||
|
|
||
| </div> | ||
| <!-- Footer Links --> | ||
|
|
||
| </footer> | ||
| <!-- Footer --> | ||
| <!-- Footer --> | ||
| </div> | ||
| </body> | ||
| </html> | ||
|
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing side bar (-3)
Missing responses below related posts (-3)
Missing submit a comment (-3)