Skip to content
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

Content page #30

Merged
merged 37 commits into from
Feb 6, 2017
Merged

Content page #30

merged 37 commits into from
Feb 6, 2017

Conversation

mnadolny
Copy link

@mnadolny mnadolny commented Feb 3, 2017

  • Sidebar styles
  • Content template styles

Copy link
Contributor

@ellm ellm left a comment

Choose a reason for hiding this comment

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

Looks great! A few small comments for your consideration. Also, in general, it might be a good time to convert px into em where applicable. Overall 💯

import mobileMenu from './mobile-menu';

mobileMenu();

const hello = 'hello webpack';
console.log(hello);
Copy link
Contributor

Choose a reason for hiding this comment

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

Heh, Lines 5 and 6 can probably be removed now

mainNav.classList.remove('active');
});
}
console.log('hellhhho');
Copy link
Contributor

Choose a reason for hiding this comment

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

console.log can probably be removed.

@@ -0,0 +1,5 @@
$color-grey: #ccc;
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps #cccccc for consistency

@@ -15,7 +16,8 @@
</div>

</div>
<div class="jumbotron">

<!-- <div class="jumbotron">
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps remove commented code? It can always be referred back to in the git history if needed again.

<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
<!-- <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css"> -->
Copy link
Contributor

Choose a reason for hiding this comment

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

peace out Bootstrap, heh

@mnadolny mnadolny merged commit b9b0a99 into master Feb 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants