Skip to content
Snippets Groups Projects
Commit 0fba80d1 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Merge branch 'current-student' into 'develop'

Current Student feature updates

Added features on Courtney (First Year Experience) and Brian (UCARE), viewable at: http://ucommdee.unl.edu/workspace/UNL_Top_Level/current/index.shtml

See merge request !103
parents 6cf2fa6d 662704e3
No related branches found
No related tags found
No related merge requests found
current/featured/images/brian-barmettler.jpg

148 KiB

current/featured/images/courtney-everhart.jpg

312 KiB

...@@ -100,6 +100,57 @@ WDN.setPluginParam('events', 'title', 'Academic'); ...@@ -100,6 +100,57 @@ WDN.setPluginParam('events', 'title', 'Academic');
<div id="maincontent" class="wdn-main"> <div id="maincontent" class="wdn-main">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' --> <!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- InstanceBeginEditable name="maincontentarea" --> <!-- InstanceBeginEditable name="maincontentarea" -->
<section class="wdn-band featured-student-service">
<div class="wdn-inner-wrapper">
<div class="bp2-wdn-grid-set-halves">
<div class="wdn-col wdn-pull-right">
<div class="wdn-grid-set">
<div class="bp2-wdn-col-six-sevenths bp3-wdn-col-full wdn-pull-right">
<div id="mediahub_embed_4316" class="mediahub-embed" data-mediahub-embed-version="2">
<a href="http://mediahub.unl.edu/media/4316">UCARE: Meet Courtney</a>
</div>
<script type="text/javascript" src="http://mediahub.unl.edu/media/4316/embed/2?autoplay=0"></script>
</div>
</div>
</div>
<div class="wdn-col">
<div class="wdn-grid-set">
<div class="bp3-wdn-col-six-sevenths">
<h2 class="wdn-brand clear-top">Courtney Everhart</h2>
<p>Courtney connected to campus resources as a freshman through First Year Experience & Transition Programs. Now a junior, she’s building on her early success.</p>
<a href="http://success.unl.edu/" class="wdn-button wdn-button-triad">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="wdn-band featured-student-service">
<div class="wdn-inner-wrapper">
<div class="bp2-wdn-grid-set-halves">
<div class="wdn-col wdn-pull-right">
<div class="wdn-grid-set">
<div class="bp2-wdn-col-six-sevenths bp3-wdn-col-full wdn-pull-right">
<div id="mediahub_embed_4317" class="mediahub-embed" data-mediahub-embed-version="2">
<a href="http://mediahub.unl.edu/media/4317">UCARE: Meet Brian </a>
</div>
<script type="text/javascript" src="http://mediahub.unl.edu/media/4317/embed/2?autoplay=0"></script>
</div>
</div>
</div>
<div class="wdn-col">
<div class="wdn-grid-set">
<div class="bp3-wdn-col-six-sevenths">
<h2 class="wdn-brand clear-top">Brian Barmettler</h2>
<p>Find a faculty research partner and gain practical experience through UCARE like Brian Barmettler, whose historical work on Alvin Johnson was published.</p>
<a href="http://ucare.unl.edu/" class="wdn-button wdn-button-triad">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="wdn-band featured-student-service"> <section class="wdn-band featured-student-service">
<div class="wdn-inner-wrapper"> <div class="wdn-inner-wrapper">
<div class="bp2-wdn-grid-set-halves"> <div class="bp2-wdn-grid-set-halves">
...@@ -125,7 +176,6 @@ WDN.setPluginParam('events', 'title', 'Academic'); ...@@ -125,7 +176,6 @@ WDN.setPluginParam('events', 'title', 'Academic');
</div> </div>
</div> </div>
</section> </section>
<section class="wdn-band featured-student-service"> <section class="wdn-band featured-student-service">
<div class="wdn-inner-wrapper"> <div class="wdn-inner-wrapper">
<div class="bp2-wdn-grid-set-halves"> <div class="bp2-wdn-grid-set-halves">
...@@ -151,7 +201,6 @@ WDN.setPluginParam('events', 'title', 'Academic'); ...@@ -151,7 +201,6 @@ WDN.setPluginParam('events', 'title', 'Academic');
</div> </div>
</div> </div>
</section> </section>
<section class="wdn-band featured-student-service"> <section class="wdn-band featured-student-service">
<div class="wdn-inner-wrapper"> <div class="wdn-inner-wrapper">
<div class="bp2-wdn-grid-set-halves"> <div class="bp2-wdn-grid-set-halves">
...@@ -177,8 +226,6 @@ WDN.setPluginParam('events', 'title', 'Academic'); ...@@ -177,8 +226,6 @@ WDN.setPluginParam('events', 'title', 'Academic');
</div> </div>
</div> </div>
</section> </section>
<!-- InstanceEndEditable --> <!-- InstanceEndEditable -->
<!--THIS IS THE END OF THE MAIN CONTENT AREA.--> <!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div> </div>
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
}); });
WDN.initializePlugin('mediaelement_wdn'); WDN.initializePlugin('mediaelement_wdn');
$('.wdn-icon-cancel').click(currentRevert); $('.wdn-icon-cancel').click(currentRevert);
$('#featured_1_play, #featured_2_play, #featured_3_play').click(function(e) { $('#featured_1_play, #featured_2_play').click(function(e) {
e.preventDefault(); e.preventDefault();
slideNumber = $(this).attr('id').split(/_/)[1]; slideNumber = $(this).attr('id').split(/_/)[1];
var $currentFeature = $('#featured_student_service_'+slideNumber); var $currentFeature = $('#featured_student_service_'+slideNumber);
...@@ -138,61 +138,41 @@ ...@@ -138,61 +138,41 @@
<div class="wdn-band wdn-promo-band featured-students-services"> <div class="wdn-band wdn-promo-band featured-students-services">
<div class="wdn_randomizer wdn-fouc-fix"> <div class="wdn_randomizer wdn-fouc-fix">
<div id="featured_student_service_1" class="featured-student-service"> <div id="featured_student_service_1" class="featured-student-service">
<img class="wdn-stretch" src="featured/images/alexander-mallory.jpg" alt="Alexander Mallory" /> <img class="wdn-stretch" src="featured/images/brian-barmettler.jpg" alt="Brian Barmettler" />
<div class="wdn-promo-container"> <div class="wdn-promo-container">
<div class="wdn-inner-wrapper"> <div class="wdn-inner-wrapper">
<div class="wdn-promo-content"> <div class="wdn-promo-content">
<h1 class="clear-top"><span class="wdn-subhead">Featured Student </span>Alexander Mallory</h1> <h1 class="clear-top"><span class="wdn-subhead">Featured Student </span>Brian Barmettler</h1>
<p class="wdn-intro-p">The Fellowships office helped Alexander earn UNL&rsquo;s first Udall Scholarship&mdash;one of just 50 awarded each year.</p> <p class="wdn-intro-p">Find a faculty research partner and gain practical experience through UCARE like Brian Barmettler, whose historical work on Alvin Johnson was published.</p>
<a href="http://mediahub.unl.edu/media/4055" class="wdn-button-outline wdn-button-play" id="featured_1_play">Play Video</a> <a href="http://mediahub.unl.edu/media/4317" class="wdn-button-outline wdn-button-play" id="featured_1_play">Play Video</a>
<a href="http://unl.edu/fellowships/" class="wdn-button-outline learn-more">Learn More</a> <a href="http://ucare.unl.edu/" class="wdn-button-outline learn-more">Learn More</a>
<a href="featured/" class="wdn-read-more">See all Featured Students &amp; Services</a> <a href="featured/" class="wdn-read-more">See all Featured Students &amp; Services</a>
</div> </div>
</div> </div>
</div> </div>
<div class="featured-video"> <div class="featured-video">
<video class="wdn_player" src="http://mediahub.unl.edu/uploads/7701179aa59d1aa4c3cdb3acf3eb48b9.mp4"> <video class="wdn_player" src="http://mediahub.unl.edu/uploads/87f86191b94cd348625f2c39926b7f26.mp4">
<track srclang="en" kind="subtitles" src="http://mediahub.unl.edu/media/4055/srt" /> <track srclang="en" kind="subtitles" src="http://mediahub.unl.edu/media/4317/srt" />
</video> </video>
<a href="#" class="wdn-icon-cancel" title="Close"></a> <a href="#" class="wdn-icon-cancel" title="Close"></a>
</div> </div>
</div> </div>
<div id="featured_student_service_2" class="featured-student-service"> <div id="featured_student_service_2" class="featured-student-service">
<img class="wdn-stretch" src="featured/images/study-stop.jpg" alt="A student sits in front of his laptop at the Study Stop." /> <img class="wdn-stretch" src="featured/images/courtney-everhart.jpg" alt="Courtney Everhart" />
<div class="wdn-promo-container"> <div class="wdn-promo-container">
<div class="wdn-inner-wrapper"> <div class="wdn-inner-wrapper">
<div class="wdn-promo-content"> <div class="wdn-promo-content">
<h1 class="clear-top"><span class="wdn-subhead">Featured Service </span>Study Stop</h1> <h1 class="clear-top"><span class="wdn-subhead">Featured Student </span>Courtney Everhart</h1>
<p class="wdn-intro-p">Coffee. Questions. And answers. Study smarter with Study Stop.</p> <p class="wdn-intro-p">Courtney connected to campus resources as a freshman through First Year Experience &amp; Transition Programs. Now a junior, she’s building on her early success.</p>
<a href="http://mediahub.unl.edu/media/4057" class="wdn-button-outline wdn-button-play" id="featured_2_play">Play Video</a> <a href="http://mediahub.unl.edu/media/4316" class="wdn-button-outline wdn-button-play" id="featured_2_play">Play Video</a>
<a href="http://www.unl.edu/oasis/study-stop" class="wdn-button-outline learn-more">Learn More</a> <a href="http://success.unl.edu/" class="wdn-button-outline learn-more">Learn More</a>
<a href="featured/" class="wdn-read-more">See all Featured Students &amp; Services</a> <a href="featured/" class="wdn-read-more">See all Featured Students &amp; Services</a>
</div> </div>
</div> </div>
</div> </div>
<div class="featured-video"> <div class="featured-video">
<video class="wdn_player" src="http://mediahub.unl.edu/uploads/714c9ffd524df90156398672ba43b8d4.mp4"> <video class="wdn_player" src="http://mediahub.unl.edu/uploads/3ce4d823d4e776177a4c071dae47eb03.mp4">
<track srclang="en" kind="subtitles" src="http://mediahub.unl.edu/media/4057/srt" /> <track srclang="en" kind="subtitles" src="http://mediahub.unl.edu/media/4316/srt" />
</video>
<a href="#" class="wdn-icon-cancel" title="Close"></a>
</div>
</div>
<div id="featured_student_service_3" class="featured-student-service">
<img class="wdn-stretch" src="featured/images/daniel-rico.jpg" alt="Daniel Rico" />
<div class="wdn-promo-container">
<div class="wdn-inner-wrapper">
<div class="wdn-promo-content">
<h1 class="clear-top"><span class="wdn-subhead">Featured Student </span>Daniel Rico</h1>
<p class="wdn-intro-p">Studying abroad in Japan and Costa Rica helped Daniel Rico see how he could impact the world after graduation.</p>
<a href="http://mediahub.unl.edu/media/4054" class="wdn-button-outline wdn-button-play" id="featured_3_play">Play Video</a>
<a href="http://educationabroad.unl.edu/" class="wdn-button-outline learn-more">Learn More</a>
<a href="featured/" class="wdn-read-more">See all Featured Students &amp; Services</a>
</div>
</div>
</div>
<div class="featured-video">
<video class="wdn_player" src="http://mediahub.unl.edu/uploads/388d56cd89892cf3c8d9f98f8c6e8cb7.mp4">
<track srclang="en" kind="subtitles" src="http://mediahub.unl.edu/media/4054/srt" />
</video> </video>
<a href="#" class="wdn-icon-cancel" title="Close"></a> <a href="#" class="wdn-icon-cancel" title="Close"></a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment