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

Added topbanner #27

Merged
merged 8 commits into from
Mar 28, 2017
Merged

Added topbanner #27

merged 8 commits into from
Mar 28, 2017

Conversation

Winkeltje84
Copy link
Owner

@Winkeltje84 Winkeltje84 commented Mar 28, 2017

screen shot 2017-03-28 at 11 47 39

looks like this now
screen shot 2017-03-28 at 14 03 13

<section>
<div class="container">
<div class="jumbotron" align="middle">
<img src="http://res.cloudinary.com/dqaserzum/image/upload/v1490689989/Screen_Shot_2017-03-28_at_10.29.07_pv9ybs.png" height="125" alt="'Topp banner Taste of Code" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

"'Topp banner Taste of Code" there is a small typo here, maybe change it to "Top banner Taste of Code"

Copy link
Contributor

Choose a reason for hiding this comment

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

if you want to render images that you added yourself, please add them to your app/assets/images and use image_tag

Copy link
Owner Author

Choose a reason for hiding this comment

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

fixed it!

Copy link
Owner Author

Choose a reason for hiding this comment

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

added image to image folder now and reffered to it in html

<div class="container">
<div class="jumbotron" align="middle">
<img src="http://res.cloudinary.com/dqaserzum/image/upload/v1490689989/Screen_Shot_2017-03-28_at_10.29.07_pv9ybs.png" height="125" alt="'Topp banner Taste of Code" />
<p class="lead" style="padding:10px">Beginner Coding Workshop</p>
Copy link
Collaborator

Choose a reason for hiding this comment

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

In the wireframe it also says 'Taste of Code' above 'Beginner Coding Workshops' please add that too :)

Copy link
Owner Author

Choose a reason for hiding this comment

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

added it, but title is already in Logo, so we would only want to show it if it is not in the logo I think

@anikaSchwing
Copy link
Collaborator

Also I almost forgot: is this a partial? Because in that case I think the filename needs an _ at the start

@Winkeltje84 Winkeltje84 requested review from miriamtocino and removed request for arnoFleming March 28, 2017 11:35
Copy link
Collaborator

@V-Ho V-Ho left a comment

Choose a reason for hiding this comment

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

Looks good Bas! Nice job with the banner.

Copy link
Collaborator

@miriamtocino miriamtocino left a comment

Choose a reason for hiding this comment

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

Good progress! 💪

A small comment.
When that's done, you can merge it!

:shipit:

<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>

Copy link
Collaborator

Choose a reason for hiding this comment

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

In a partial you don't need the <head> tag. That's only in your layout.

Please remove it from here 😄

Copy link
Owner Author

Choose a reason for hiding this comment

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

yes, did that to make the page visible by just looking at that single html file. Will delete it!

@Winkeltje84 Winkeltje84 merged commit 9adcaae into master Mar 28, 2017
@Winkeltje84 Winkeltje84 deleted the topbanner branch March 28, 2017 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants