-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature: Category description banner. #54
Closed
Closed
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ba866f3
Add section structure and contents
jaimelr c13496b
Add background image for banner 2
jaimelr 4060cb4
Finish the structure of the two top banners
jaimelr 3d2414b
Footer Implementation
albertm805 fea8e63
Add font families link tag
jaimelr 9d7ae9b
Delete middleman default css stylesheet
jaimelr 052f8ec
Add styles to top two banners from homepage
jaimelr 4a4acfd
Minor design improvement
jaimelr 5a6d772
Add structure to two new banners
jaimelr 0c3c754
Add styles to new banners
jaimelr 96c146b
Adding footer DESKTOP and MOBILE
755cb7f
Fix typo in mid banner class name
jaimelr 096f2d5
Add support for tablet
jaimelr c143a59
Add desktop view
jaimelr 7f42fc9
Add footer
jaimelr 8e0d7df
Add footer stylesheet link
jaimelr e071130
Stylesheet footer
591585a
Add correct footer stylesheet
jaimelr a127bb6
Remove fixed position in footer
jaimelr c8a1cf4
Move content from index file to partial
jaimelr cfe14d2
[] Implement Header and Main Menu
sr-meh 978504a
Merge branch 'featuredkits' into featured_head
sr-meh 2023069
Fixes_Magmahound
sr-meh fe607a1
Fixes_Magmahound
sr-meh a87d985
Banner category description
sr-meh 3491f74
Add font family on the banner
sr-meh 866ba49
Fixes Magmahound
sr-meh 28b7142
Fixes style rgba
sr-meh cff06ae
Fixes style rgba
sr-meh 2c82364
deletes style duplicate
sr-meh 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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,23 +1,3 @@ | ||
--- | ||
title: Welcome to Middleman | ||
title: Featured kit | ||
--- | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 340" class="middleman-logo" aria-labelledby="middleman-logo__title" role="img"> | ||
<title id="middleman-logo__title">Middleman</title> | ||
<path class="middleman-logo__top-left-bar" fill-opacity=".45" d="M0 40L200 0v30L0 60z"/> | ||
<path class="middleman-logo__top-right-bar" fill="#fff" d="M200 0l200 40v20L200 30z"/> | ||
<path class="middleman-logo__left-m" fill-opacity=".45" d="M0 78v184l45 5V152l45 83 47-83v129l53 7V52l-57 8-43 83-43-70z"/> | ||
<path class="middleman-logo__right-m" fill="#fff" d="M400 78v184l-45 5V152l-45 83-47-83v129l-53 7V52l57 8 43 83 43-70z"/> | ||
<path class="middleman-logo__bottom-left-bar" fill-opacity=".45" d="M0 300l200 40v-30L0 280z"/> | ||
<path class="middleman-logo__bottom-right-bar" fill="#fff" d="M200 340l200-40v-20l-200 30z"/> | ||
</svg> | ||
|
||
<h1> | ||
Middleman is Running | ||
</h1> | ||
|
||
<%= link_to( | ||
"Read Documentation", | ||
"https://middlemanapp.com/basics/templating_language/", | ||
target: "_blank" | ||
) %> |
This file contains 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 +1,9 @@ | ||
// This is where it all goes :) | ||
|
||
function openNav() { | ||
document.getElementById("mySidenav").style.width = "90%"; | ||
} | ||
|
||
function closeNav() { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 'closeNav' is defined but never used. |
||
document.getElementById("mySidenav").style.width = "0"; | ||
} |
This file contains 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 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,8 @@ | ||
<div class="banner_handcrafted"> | ||
<div class="banner_content"> | ||
<div class="banner_description"> | ||
<h3>HAND CRAFTED</h3> | ||
<p>We attempt tp bring back the good old days when children would play fusce vehicula dolor arcu, sit amet blandit dolor mollis nec. Donec viverra eleifend lacus, vitae ullamcorper metus. Sed sollicitudin ipsum quis nunc sollicitudin ultrices. Donec euismod scelerisque ligula </p> | ||
</div> | ||
</div> | ||
</div> |
This file contains 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,40 @@ | ||
<div class="contenedor"> | ||
<footer> | ||
<div class="contenedorsocial"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's make class names more readable by using |
||
<div class="box-social"> | ||
<p class="socialmedia" i>FOLLOW US</p> | ||
<div class="boxsocialmedia"> | ||
<button type="button" class="sm" id="fb"></button> | ||
<button type="button" class="sm" id="twt"></button> | ||
<button type="button" class="sm" id="g"></button> | ||
</div> | ||
</div> | ||
<div class="logo"> | ||
<img src="../images/Logo.svg" alt="Lil Peep"> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="contenedornews"> | ||
<div class="newsletter"> | ||
<p>JOIN OUR NEWSLETTER!</p> | ||
<input type="email" placeholder="EMAIL" maxlength="25"> | ||
</div> | ||
</div> | ||
|
||
<div class="information"> | ||
<ul> | ||
<li><a href="#">CONTACT US</a></li> | ||
<li><a href="#">ABOUT US</a></li> | ||
<li><a href="#">RETURN POLICY</a></li> | ||
<li><a href="#">PRIVACY POLICY<a></li> | ||
</ul> | ||
</div> | ||
|
||
</br> | ||
|
||
<div class="author"> | ||
<p>Created by Crowd Interactive 2015</p> | ||
</div> | ||
</footer> | ||
</div> |
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.
'openNav' is defined but never used.