Download presentation
Presentation is loading. Please wait.
1
How Marquette University customized LibCal
2 weeks in 20 minutes How Marquette University customized LibCal
2
What we are covering... Project History What's Currently Happening
Future Thoughts and Outlooks
3
Quick History
4
Version 1 The Good: Worked great with touch Simple and intuitive Bad:
Only shows 1 room at a time Marquette has 13 Rooms
5
Version 2 Inspiration
6
Version 2
7
Version 2
8
Version 2
9
Version 2 Base Bootstrap CSS FancyBox jQuery Plugin
Joyride jQuery Plugin Media Meta Tags Twitter Card OpenGraph Windows 8 Pen github.com/MarquetteRML/
10
Code function reSize() { if ($(window).width() >= 1045) {
$("#marquettehead, #bluegrad").width($(window).width()); $("#marquettehead").css("left", "-" + $("#container").offset().left + "px") } };
11
Code /* IE 8 */ background-color: #fef195; /* IE 9 & 10 */
background-image: -ms-linear-gradient( #6facd5,# ); /* Safari & Chrome */ background-image: -webkit-linear-gradient( #6facd5,# ); /* Firefox */ background-image: -moz-linear-gradient( #6facd5,# ); /* The Eventual Standard */ background-image: linear-gradient(to bottom, #6facd5 0%,# %);
12
'Kiosk Mode'
13
Thoughts for the Future
14
Thoughts for the Future
15
Thoughts for the Future
16
Questions? Thank you @robertnunez robert.nunez@marquette.edu
github.com/MarquetteRML
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.