Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

JiT update.... #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leroy-douglas
Copy link

No description provided.

Copy link

@Rody-Kirwan Rody-Kirwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work Leroy.

left a couple of small notes but otherwise really good.

<button>Learrn More</button>
</div>
</div>
<main id=benefits>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<main id=benefits>
<main id="benefits">

missing double quotations :)

</div>
</main>
<footer>
<h4></h4>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the empty h4

@media (min-width: 76.8em) {
.content-container {
width: 73.6em;
sbackground-color: red;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems to be a typo here

Suggested change
sbackground-color: red;
background-color: red;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Leroy uses this instead of commenting.

@media (min-width: 99.2em) {
.content-container {
width: 96rem;
sbackground-color: blue;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@media (min-width: 120rem) {
.content-container {
width: 60%;
sbackground-color: green;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

color: #3f729b;
}

.fa{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to create your own classname rather than setting styles directly on fontawsome class.
Consider that later you might want to have a bigger icon which will mean you'll have to overwrite this. and then reset it again for smaller icons. Maybe consider creating classes like
icon-sm icon-md and icon-lg.
Then you can do something like
<i class="fa fa-twitter icon-sm">

Also I'm not sure you need to set the font-family

}

nav.menu {
/* float: right; */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove any unnecessary / commented code before submitting a PR.

Removed unecessary code and comments.
Also used the proper class to size the social media icons.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants