Team:ETH Zurich/human/interviews2
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{:Team:ETH_Zurich/tpl/head|Interviews}} | {{:Team:ETH_Zurich/tpl/head|Interviews}} | ||
- | <html><article | + | <html><article> |
+ | <head> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
+ | <meta charset="UTF-8"/> | ||
+ | <title>Les réponses des jeux concours du mois</title> | ||
+ | <meta name="description" content="Les réponses des jeux concours Artips du mois."> | ||
+ | <link rel="shortcut icon" href="http://artly.fr/GerardMarie/wp-content/uploads/2013/03/favicon3.png" type="image/x-icon" /> | ||
+ | <meta property="og:title" content="Les réponses des jeux concours du mois" /> | ||
+ | <meta property="og:description"content="Artips, une dose d'art au quotidien."/> | ||
+ | <link rel="stylesheet" href="style/style.css"> | ||
+ | <link rel="stylesheet" href="style/page1.css"> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css' /> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css' /> | ||
+ | </head> | ||
- | < | + | <body id="ng-app" ng-app="MyApp"> |
+ | <div id="wrapper"> | ||
+ | |||
+ | <div id="Inscription" class="page odd section"> | ||
+ | <div id="mybox"></div> | ||
+ | <div class="content clearfix"> | ||
+ | </br> | ||
+ | <div class="section-title"> | ||
+ | <h1>Jeu Concours : L'avant-première<br> | ||
+ | <span>Toutes les bonnes réponses du mois</span></h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div ng-controller="ConcoursController" class="archives"> | ||
+ | |||
+ | <div class="grid"> | ||
+ | |||
+ | <figure ng-repeat="question in archive" class="effect-oscar" id="{{question.date}}"> | ||
+ | <img ng-src="{{question.url_image}}" alt="image"/> | ||
+ | <figcaption> | ||
+ | <p class="date">{{question.date}}</p> | ||
+ | <h2>{{question.Question}}</h2> | ||
+ | <p class="reponse">{{question.Reponse}}</p> | ||
+ | <a></a> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script> | ||
+ | <script src="http://artips.fr/jeu_concours/page1.js"></script> | ||
+ | </body> | ||
+ | |||
+ | |||
+ | |||
+ | </article></html> | ||
{{:Team:ETH_Zurich/tpl/foot}} | {{:Team:ETH_Zurich/tpl/foot}} |