Line 16: | Line 16: | ||
background-position:left top; | background-position:left top; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | height: | + | height: 350px; |
} | } | ||
body{ | body{ | ||
Line 33: | Line 33: | ||
$('#movingBanner').each(function() { | $('#movingBanner').each(function() { | ||
var $element = $(this); | var $element = $(this); | ||
− | |||
− | |||
$(this).css('backgroundPosition', Math.round((0 - pos) * velocity) + 'px 0'); | $(this).css('backgroundPosition', Math.round((0 - pos) * velocity) + 'px 0'); | ||
}); | }); | ||
Line 67: | Line 65: | ||
<div class="row"> | <div class="row"> | ||
<div class="col-md-12" id="movingBanner"> | <div class="col-md-12" id="movingBanner"> | ||
− | <br><br><br><br><br><br> | + | <br><br><br><br><br><br><br><br><br> |
<h2>Scrolling Banner<h2> | <h2>Scrolling Banner<h2> | ||
Revision as of 05:36, 11 August 2016
Results
Scrolling Banner
Here you can describe the results of your project and your future plans.
What should this page contain?
- Clearly and objectively describe the results of your work.
- Future plans for the project
- Considerations for replicating the experiments
Project Achievements
You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.
- A list of linked bullet points of the successful results during your project
- A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.
Inspiration
See how other teams presented their results.