-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
11 lines (10 loc) · 4.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
<!doctype html> <html ng-app="RupyBr" class="no-js" ng-controller="ConferenceCtrl" ng-cloak> <head> <meta charset="utf-8"> <title>{{conference.name}} - {{conference.slogan}}</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <meta property="og:locale" content="pt_BR"> <meta property="og:title" content="Rupy Brazil 2014 - Ruby, Python, JavaScript on the edge"> <meta property="og:description" content="RuPy é um evento único que reúne comunidades de diferentes linguagens de programação, como: Ruby, Python, JavaScript e tecnologias relacionadas."> <meta property="og:type" content="website"> <meta property="og:url" content="http://rupy.com.br"> <meta property="og:image" content="http://2013.rupy.com.br/public/images/share-rupy.png"> <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="256"> <meta property="og:image:height" content="256"> <meta itemprop="image" content="http://2013.rupy.com.br/public/images/share-rupy.png"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/main.e01790e1.css"> <body> <!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <!-- Add your site or application content here --> <div class="main"> <header class="main-header" style="background-image: url('http://rupy.com.br/%7B%7Bconference.cover%7D%7D')"> <article class="row"> <img ng-src="{{conference.logo.thumb}}" alt="{{conference.name}}" class="logo"> <h1 class="main-title">{{conference.name}}</h1> <a ng-href="{{conference.eventick}}" class="register-btn">Inscreva-se</a> </article> <address class="address"> <time>{{conference.date.formated | date:'dd MMM'}}, {{conference.place}} - {{conference.city}}</time> </address> </header> <section class="photos"></section> <section class="speakers" ng-show="conference.release"> <article class="row"> <h1 class="title">PALESTRANTES</h1> <div class="col-md-4 flip-container" ng-repeat="speaker in conference.speakers"> <div class="flipper"> <div class="front"> <img ng-src="{{speaker.photos.medium}}" alt="Palestrante"> </div> <div class="back"> <h1 class="speaker-name">{{speaker.name}}</h1> <span class="speaker-role">{{speaker.title}}</span> <p class="speaker-description">{{speaker.bio}}</p> </div> </div> </div> </article> </section> <section class="programming" ng-show="conference.release"> <h1>PROGRAMAÇÃO</h1> <article class="row" ng-repeat="days in conference.schedules"> <table class="events-table" ng-repeat="(day,schedules) in days" cellpadding="0" cellspacing="0"> <tr class="feature" ng-repeat="schedule in schedules"> <td class="time"> <time>{{timeOf(schedule)}}</time> <td class="event" ng-repeat="talks in schedule"> <ul class="schedule-list"> <li ng-repeat="talk in talks | orderBy:'room'"> <h2 class="header"> <span class="talk-title">{{talk.title}}</span> <span class="room" ng-show="talk.room"> {{talk.room}} </span> <span class="speaker" ng-repeat="speaker in talk.speakers"> {{speaker.name }}, {{speaker.title}} </span> </h2> <span class="description">{{talk.description}}</span> </li> </ul> </table> </article> </section> <section class="local" ng-show="false"> <div class="bg-image"></div> <article class="row"> <img src="images/foto-hotel.29278106.jpg" alt="Faro Hotel" class="faro-hotel"> <address class="event-address"> <p>O evento vai ser realizado no <span>{{conference.place}} em {{conference.city}} </span></p> </address> <a href="index.html#" class="more-info">Saiba mais</a> </article> </section> <section class="sponsors" ng-hide="false"> <article class="row"> <h1>PATROCINADORES</h1> <div ng-repeat="sponsorship in conference.sponsorships"> <div class="col-md-12" ng-show="sponsorship.sponsors"> <h2 class="title support-title">{{sponsorship.name}}</h2> <div class="sponsor" ng-repeat="sponsor in sponsorship.sponsors"> <a ng-href="{{sponsor.website}}" target="_blannk"><img ng-src="{{sponsor.logo.thumb}}" alt="{{sponsor.name}}" class="sponsor-logo"></a> </div> </div> </div> </article> </section> <footer class="main-footer"> <p class="copyright">© Copyright 2014 - todos os direitos reservados</p> </footer> </div> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34314898-1');
ga('send', 'pageview');</script> <!--[if lt IE 9]>
<script src="scripts/oldieshim.ff90b0fb.js"></script>
<![endif]--> <script src="scripts/vendor.59aa387f.js"></script> <script src="scripts/scripts.33960d27.js"></script>