Line 1: | Line 1: | ||
{{Duesseldorf}} | {{Duesseldorf}} | ||
<html> | <html> | ||
− | <head> | + | <head> |
− | <meta charset="utf-8"> | + | <meta charset="utf-8"> |
− | <title> | + | <title>TEAM</title> |
− | < | + | <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> |
− | <!-- | + | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
− | body { | + | <!-- |
− | + | Created using JS Bin | |
− | + | http://jsbin.com | |
− | + | ||
− | + | Copyright (c) 2016 by anonymous (http://jsbin.com/utupuw/5/edit) | |
− | + | ||
− | } | + | Released under the MIT license: http://jsbin.mit-license.org |
+ | --> | ||
+ | <style type="text/css"> | ||
+ | body { | ||
+ | background-color: #2D2D2D; | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6, h7, p { | ||
+ | color: #0C9476; | ||
+ | font-family: 'Roboto', sans-serif; | ||
+ | padding-left: 3px; | ||
+ | } | ||
+ | .header { | ||
+ | background-color: #FFFFFF; | ||
+ | width: 100%; | ||
+ | height: 60px; | ||
+ | } | ||
+ | .headerContent { | ||
+ | width: 80%; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .header ul { | ||
+ | display:inline; | ||
+ | } | ||
+ | .header ul li { | ||
+ | display:inline; | ||
+ | } | ||
+ | .header ul li img { | ||
+ | height: 40px; | ||
+ | margin: 10px 5px 10px 5px; | ||
+ | float:right; | ||
+ | } | ||
+ | .header-logo { | ||
+ | height: 40px; | ||
+ | margin: 10px 5px 10px 5px; | ||
+ | float:left; | ||
+ | } | ||
− | + | .footer { | |
− | + | background-color: #FFFFFF; | |
− | + | width: 100%; | |
− | + | height: 200px; | |
− | + | padding-top: 5px; | |
− | + | } | |
− | } | + | .wrap { |
− | + | overflow: hidden; | |
− | + | margin-top: 10px; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | } | + | margin-bottom: 20px; |
− | + | width: 80%; | |
− | + | } | |
− | + | .box { | |
− | + | float: left; | |
− | + | position: relative; | |
− | + | width: 20%; | |
− | + | padding-bottom: 20%; | |
− | + | } | |
− | + | .boxInner { | |
− | + | position: absolute; | |
− | + | left: 10px; | |
− | + | right: 10px; | |
− | + | top: 10px; | |
− | + | bottom: 10px; | |
− | + | overflow: hidden; | |
− | } | + | } |
− | + | .boxInner p { | |
− | + | position: absolute; | |
− | . | + | display:table; |
− | + | bottom: 0; | |
− | + | left: 0; | |
− | + | right: 0; | |
− | + | margin-bottom: 0px; | |
− | + | color: #FFF; | |
− | + | text-align: left; | |
− | + | background: rgba(0, 0, 0, 0.2); | |
− | + | } | |
− | + | .boxInner img { | |
− | + | width: 100%; | |
− | + | } | |
− | + | .boxInner .titleBox { | |
− | + | position: absolute; | |
− | + | display:table; | |
− | + | bottom: 0; | |
− | + | left: 0; | |
− | + | right: 0; | |
− | . | + | margin-bottom: -50px; |
− | + | background: #000; | |
− | + | background: rgba(0, 0, 0, 0.5); | |
− | + | color: #FFF; | |
− | . | + | padding: 10px; |
− | + | text-align: center; | |
− | } | + | -webkit-transition: opacity 500ms; |
− | + | -moz-transition: opacity 500ms; | |
− | + | -o-transition: opacity 500ms; | |
− | + | transition: opacity 500ms; | |
− | + | } | |
− | /* | + | .boxLarge { |
− | . | + | float: left; |
− | + | position: relative; | |
− | + | width: 40%; | |
− | } | + | padding-bottom: 20%; |
− | + | } | |
− | + | .boxLargeInner { | |
− | . | + | background-color: #FFFFFF; |
− | + | position: absolute; | |
− | + | left: 10px; | |
− | } | + | right: 10px; |
− | + | top: 10px; | |
− | + | bottom: 10px; | |
− | + | overflow: hidden; | |
− | } | + | } |
− | . | + | .boxLargeInner h1, h2, h3, h4, h5, h6, h7 { |
− | + | padding-left:10px; | |
− | + | } | |
− | + | .boxLargeInner p{ | |
− | + | padding-left:35px; | |
− | } | + | padding-right:35px; |
− | + | text-align:justify; | |
− | . | + | } |
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | . | + | body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox { |
− | + | margin-bottom: 0; | |
− | + | } | |
− | } | + | @media only screen and (max-width : 480px) { |
− | + | /* Smartphone view: 1 tile */ | |
− | + | .box { | |
− | + | width: 100%; | |
− | + | padding-bottom: 100%; | |
− | - | + | } |
− | </style>< | + | .boxLarge { |
− | + | display:none; | |
− | < | + | } |
− | + | .header { | |
− | < | + | text-align:center; |
− | <!-- | + | } |
− | + | .headerContent { | |
− | + | width: 100%; | |
− | + | } | |
− | + | .header-logo { | |
− | + | display:none | |
− | + | } | |
− | + | .header ul li img { | |
− | + | float:none; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | <! | + | } |
− | + | } | |
− | + | @media only screen and (max-width : 650px) and (min-width : 481px) { | |
− | + | /* Tablet view: 2 tiles */ | |
− | <div class=" | + | .box { |
− | + | width: 50%; | |
− | < | + | padding-bottom: 50%; |
− | + | } | |
− | + | .boxLarge { | |
− | + | width: 100%; | |
− | < | + | padding-bottom: 100%; |
− | < | + | } |
− | + | .header { | |
− | </ | + | text-align:center; |
− | </div> | + | } |
− | + | .headerContent { | |
− | <div class=" | + | width: 100%; |
− | < | + | } |
− | + | .header-logo { | |
− | + | display:none | |
− | < | + | } |
− | + | .header ul li img { | |
− | < | + | float:none; |
− | + | padding-left: auto; | |
− | </ | + | padding-right: auto; |
− | </div> | + | } |
− | + | } | |
− | <div class=" | + | @media only screen and (max-width : 1050px) and (min-width : 651px) { |
− | < | + | /* Small desktop / ipad view: 3 tiles */ |
− | + | .box { | |
− | + | width: 33.3%; | |
− | < | + | padding-bottom: 33.3%; |
− | < | + | } |
− | + | .boxLarge { | |
− | < | + | width: 66.6%; |
− | < | + | padding-bottom: 66.6%; |
− | + | } | |
− | < | + | } |
− | < | + | @media only screen and (max-width : 1290px) and (min-width : 1051px) { |
− | + | /* Medium desktop: 4 tiles */ | |
− | < | + | .box { |
− | < | + | width: 25%; |
− | + | padding-bottom: 25%; | |
− | < | + | } |
− | < | + | .boxLarge { |
− | + | width: 50%; | |
− | < | + | padding-bottom: 25%; |
− | < | + | } |
− | + | } | |
− | < | + | </style> |
− | + | <!-- Enable media queries for old IE --> | |
− | + | <!--[if lt IE 9]> | |
− | </ | + | <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> |
− | </div> | + | <![endif]--> |
− | + | </head> | |
− | + | <body class="no-touch"> | |
− | + | <div class="header"> | |
− | + | <div class="headerContent"> | |
− | </div> | + | <div class="header-logo"><img src="media/opoptosis logo.png" alt="opoptosis logo" height="40"> |
− | + | </div> | |
− | + | <ul> | |
− | + | <li><a href="#"><img src="media/icons/add-button.png" alt="sponsors"></a></li> | |
− | + | <li><a href="#"><img src="media/icons/new-file.png" alt="progress"></a></li> | |
− | + | <li><a href="#"><img src="media/icons/user.png" alt="team"></a></li> | |
− | + | <li><a href="#"><img src="media/icons/settings.png" alt="project" ></a></li> | |
− | + | <li><a href="#"><img src="media/icons/home.png" alt="home"></a></li> | |
− | + | </ul> | |
− | < | + | </div> |
− | < | + | </div> |
− | < | + | <div class="wrap"> |
− | < | + | <div class="boxLarge"> |
− | < | + | <div class="boxLargeInner"> |
− | + | <h1>Meet the team!</h2> | |
− | + | <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> | |
− | + | <h3>Hover over on a face to view more information!</h3> | |
− | < | + | </div> |
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Matias Zurbriggen</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Andreas Weber</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Michael Feldbrügge</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Nicolas Koutsoubelis</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Samantha Kurz</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Ute Gengenbacher</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Alina Kuklinski</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Andreas Kahl</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Carima Weinert</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Claudia Kalus</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Dorian Röders</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Erdem Sunal</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Julia Kapr</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Julian Ohl</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Leonie Wirth</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Maja Magel</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Marcel Dickmanns</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Martin Duemmel</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Marvin Hubert</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Marvin van Aalst</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Melissa Meschkewitz</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Rebecca Wolters</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>René Inckemann</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg" onmouseover="this.src='http://placekitten.com/600/600'" onmouseout="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" /></a> | ||
+ | <p>Tim Rapp</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="box"> | ||
+ | <div class="boxInner"> | ||
+ | <a href="http://google.de"><img src="http://placekitten.com/600/600" onmouseover="this.src='http://www.dwuser.com/education/content/creating-responsive-tiled-layout-with-pure-css/images/demo/7.jpg'" onmouseout="this.src='http://placekitten.com/600/600'" /></a> | ||
+ | <p>Tobias Link</p> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <div class="footer"> | |
− | + | <h1 style="text-align:center;">Footer</h1> | |
− | </body> | + | </div> |
+ | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | // See if this is a touch device | ||
+ | if ('ontouchstart' in window) | ||
+ | { | ||
+ | // Set the correct body class | ||
+ | $('body').removeClass('no-touch').addClass('touch'); | ||
+ | |||
+ | // Add the touch toggle to show text | ||
+ | $('div.boxInner img').click(function(){ | ||
+ | $(this).closest('.boxInner').toggleClass('touchFocus'); | ||
+ | }); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 16:37, 24 June 2016
Meet the team!
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.