Difference between revisions of "Team:Rotterdam HR"

m
Line 1: Line 1:
{{Rotterdam_HR}}
 
 
<html>
 
<html>
 +
<title>W3.CSS Template</title>
 +
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 +
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
 +
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
<style>
 +
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
 +
body, html {
 +
    height: 100%;
 +
    color: #777;
 +
    line-height: 1.8;
 +
}
  
<body>
+
/* Create a Parallax Effect */
 +
.bgimg-1, .bgimg-2, .bgimg-3 {
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
}
  
 +
/* First image (Logo. Full height) */
 +
.bgimg-1 {
 +
    background-image: url('/w3images/parallax1.jpg');
 +
    min-height: 100%;
 +
}
  
<div class="column full_size" >
+
/* Second image (Portfolio) */
<h1> iGEM team Hogeschool Rotterdam </h1>
+
.bgimg-2 {
<p>The first team non-University team of the Netherlands! </p>
+
    background-image: url("/w3images/parallax2.jpg");
 +
    min-height: 400px;
 +
}
  
 +
/* Third image (Contact) */
 +
.bgimg-3 {
 +
    background-image: url("/w3images/parallax3.jpg");
 +
    min-height: 400px;
 +
}
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
.w3-wide {letter-spacing: 10px;}
+
.w3-hover-opacity {cursor: pointer;}
  
</div>  
+
/* Turn off parallax scrolling for tablets and phones */
 +
@media only screen and (max-device-width: 1024px) {
 +
    .bgimg-1, .bgimg-2, .bgimg-3 {
 +
        background-attachment: scroll;
 +
    }
 +
}
 +
</style>
 +
<body>
  
 +
<!-- Navbar (sit on top) -->
 +
<div class="w3-top">
 +
  <div class="w3-bar" id="myNavbar">
 +
    <a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
 +
      <i class="fa fa-bars"></i>
 +
    </a>
 +
    <a href="#home" class="w3-bar-item w3-button">HOME</a>
 +
    <a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
 +
    <a href="#portfolio" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> PORTFOLIO</a>
 +
    <a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
 +
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-red">
 +
      <i class="fa fa-search"></i>
 +
    </a>
 +
  </div>
  
<div class="column full_size" >
+
  <!-- Navbar on small screens -->
 +
  <div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
 +
    <a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
 +
    <a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">PORTFOLIO</a>
 +
    <a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
 +
    <a href="#" class="w3-bar-item w3-button">SEARCH</a>
 +
  </div>
 +
</div>
  
<h3>Before you start</h3>
+
<!-- First Parallax Image with Logo Text -->
<p> Please read the following pages:</p>
+
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
<ul>
+
  <div class="w3-display-middle" style="white-space:nowrap;">
<li>  <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
    <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">MY <span class="w3-hide-small">WEBSITE</span> LOGO</span>
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
  </div>
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
 
</div>
 
</div>
  
 +
<!-- Container (About Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="about">
 +
  <h3 class="w3-center">ABOUT ME</h3>
 +
  <p class="w3-center"><em>I love photography</em></p>
 +
  <p>We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
 +
    quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
 +
    qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 +
  <div class="w3-row">
 +
    <div class="w3-col m6 w3-center w3-padding-large">
 +
      <p><b><i class="fa fa-user w3-margin-right"></i>My Name</b></p><br>
 +
      <img src="/w3images/avatar_hat.jpg" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Photo of Me" width="500" height="333">
 +
    </div>
  
<div class="clear extra_space"></div>
+
    <!-- Hide this text on small devices -->
<div class="line_divider"></div>
+
    <div class="w3-col m6 w3-hide-small w3-padding-large">
<div class="clear extra_space"></div>
+
      <p>Welcome to my website. I am lorem ipsum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure
 +
        dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor
 +
        incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 +
    </div>
 +
  </div>
 +
  <p class="w3-large w3-center w3-padding-16">Im really good at:</p>
 +
  <p class="w3-wide"><i class="fa fa-camera"></i>Photography</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:90%">90%</div>
 +
  </div>
 +
  <p class="w3-wide"><i class="fa fa-laptop"></i>Web Design</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:85%">85%</div>
 +
  </div>
 +
  <p class="w3-wide"><i class="fa fa-photo"></i>Photoshop</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:75%">75%</div>
 +
  </div>
 +
</div>
  
 +
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">14+</span><br>
 +
    Partners
 +
  </div>
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">55+</span><br>
 +
    Projects Done
 +
  </div>
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">89+</span><br>
 +
    Happy Clients
 +
  </div>
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">150+</span><br>
 +
    Meetings
 +
  </div>
 +
</div>
  
 
+
<!-- Second Parallax Image with Portfolio Text -->
<div class="column full_size" >
+
<div class="bgimg-2 w3-display-container w3-opacity-min">
<h3> Styling your wiki </h3>
+
  <div class="w3-display-middle">
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
    <span class="w3-xxlarge w3-text-white w3-wide">PORTFOLIO</span>
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>  
+
  </div>
 
+
 
</div>
 
</div>
  
 +
<!-- Container (Portfolio Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="portfolio">
 +
  <h3 class="w3-center">MY WORK</h3>
 +
  <p class="w3-center"><em>Here are some of my latest lorem work ipsum tipsum.<br> Click on the images to make them bigger</em></p><br>
  
 +
  <!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
 +
  <div class="w3-row-padding w3-center">
 +
    <div class="w3-col m3">
 +
      <img src="/w3images/p1.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist over the mountains">
 +
    </div>
  
 +
    <div class="w3-col m3">
 +
      <img src="/w3images/p2.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Coffee beans">
 +
    </div>
  
<div class="clear extra_space"></div>
+
    <div class="w3-col m3">
 +
      <img src="/w3images/p3.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Bear closeup">
 +
    </div>
  
 +
    <div class="w3-col m3">
 +
      <img src="/w3images/p4.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Quiet ocean">
 +
    </div>
 +
  </div>
  
 +
  <div class="w3-row-padding w3-center w3-section">
 +
    <div class="w3-col m3">
 +
      <img src="/w3images/p5.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist">
 +
    </div>
  
<div class="column third_size" >
+
    <div class="w3-col m3">
 +
      <img src="/w3images/p6.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="My beloved typewriter">
 +
    </div>
  
<h3> Uploading pictures and files </h3>
+
    <div class="w3-col m3">
<p> You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
+
      <img src="/w3images/p7.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Empty ghost train">
 +
    </div>
  
 
+
    <div class="w3-col m3">
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
      <img src="/w3images/p8.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Sailing">
 
+
    </div>
<div class="button_link">
+
    <button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
<a href="https://2018.igem.org/Special:Upload">
+
  </div>
UPLOAD FILES
+
</a>
+
 
</div>
 
</div>
  
 +
<!-- Modal for full size images on click-->
 +
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
 +
  <span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
 +
  <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
 +
    <img id="img01" class="w3-image">
 +
    <p id="caption" class="w3-opacity w3-large"></p>
 +
  </div>
 
</div>
 
</div>
  
<div class="column third_size" >
+
<!-- Third Parallax Image with Portfolio Text -->
<h3> Wiki template information </h3>
+
<div class="bgimg-3 w3-display-container w3-opacity-min">
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
  <div class="w3-display-middle">
 
+
    <span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
</div>
+
  </div>
 
+
 
+
 
+
<div class="column third_size" >
+
<div class="highlight decoration_B_full">
+
<h3> Editing your wiki </h3>
+
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
 
+
<div class="button_link">
+
<a href="https://2018.igem.org/wiki/index.php?title=Team:Rotterdam_HR&action=edit">  
+
EDIT PAGE
+
</a>
+
 
</div>
 
</div>
  
 +
<!-- Container (Contact Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="contact">
 +
  <h3 class="w3-center">WHERE I WORK</h3>
 +
  <p class="w3-center"><em>I'd love your feedback!</em></p>
  
</div>
+
  <div class="w3-row w3-padding-32 w3-section">
 +
    <div class="w3-col m4 w3-container">
 +
      <!-- Add Google Maps -->
 +
      <div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div>
 +
    </div>
 +
    <div class="w3-col m8 w3-panel">
 +
      <div class="w3-large w3-margin-bottom">
 +
        <i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Chicago, US<br>
 +
        <i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Phone: +00 151515<br>
 +
        <i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: mail@mail.com<br>
 +
      </div>
 +
      <p>Swing by for a cup of <i class="fa fa-coffee"></i>, or leave me a note:</p>
 +
      <form action="/action_page.php" target="_blank">
 +
        <div class="w3-row-padding" style="margin:0 -16px 8px -16px">
 +
          <div class="w3-half">
 +
            <input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
 +
          </div>
 +
          <div class="w3-half">
 +
            <input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
 +
          </div>
 +
        </div>
 +
        <input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
 +
        <button class="w3-button w3-black w3-right w3-section" type="submit">
 +
          <i class="fa fa-paper-plane"></i> SEND MESSAGE
 +
        </button>
 +
      </form>
 +
    </div>
 +
  </div>
 
</div>
 
</div>
  
 +
<!-- Footer -->
 +
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
 +
  <a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
 +
  <div class="w3-xlarge w3-section">
 +
    <i class="fa fa-facebook-official w3-hover-opacity"></i>
 +
    <i class="fa fa-instagram w3-hover-opacity"></i>
 +
    <i class="fa fa-snapchat w3-hover-opacity"></i>
 +
    <i class="fa fa-pinterest-p w3-hover-opacity"></i>
 +
    <i class="fa fa-twitter w3-hover-opacity"></i>
 +
    <i class="fa fa-linkedin w3-hover-opacity"></i>
 +
  </div>
 +
  <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
 +
</footer>
 +
 +
<!-- Add Google Maps -->
 +
<script>
 +
function myMap()
 +
{
 +
  myCenter=new google.maps.LatLng(41.878114, -87.629798);
 +
  var mapOptions= {
 +
    center:myCenter,
 +
    zoom:12, scrollwheel: false, draggable: false,
 +
    mapTypeId:google.maps.MapTypeId.ROADMAP
 +
  };
 +
  var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
  
 +
  var marker = new google.maps.Marker({
 +
    position: myCenter,
 +
  });
 +
  marker.setMap(map);
 +
}
  
 +
// Modal Image Gallery
 +
function onClick(element) {
 +
  document.getElementById("img01").src = element.src;
 +
  document.getElementById("modal01").style.display = "block";
 +
  var captionText = document.getElementById("caption");
 +
  captionText.innerHTML = element.alt;
 +
}
  
 +
// Change style of navbar on scroll
 +
window.onscroll = function() {myFunction()};
 +
function myFunction() {
 +
    var navbar = document.getElementById("myNavbar");
 +
    if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
 +
        navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
 +
    } else {
 +
        navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
 +
    }
 +
}
  
<div class="clear extra_space"></div>
+
// Used to toggle the menu on small screens when clicking on the menu button
<div class="line_divider"></div>
+
function toggleFunction() {
<div class="clear extra_space"></div>
+
    var x = document.getElementById("navDemo");
 
+
    if (x.className.indexOf("w3-show") == -1) {
 
+
        x.className += " w3-show";
 
+
    } else {
<div class="column two_thirds_size" >
+
        x.className = x.className.replace(" w3-show", "");
<h3>Tips</h3>
+
    }
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
}
<ul>
+
</script>
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<!--
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
To use this code on your website, get a free API key from Google.
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
Read more at: https://www.w3schools.com/graphics/google_maps_basic.asp
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
-->
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
 
+
 
+
<div class="column third_size">
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<ul>
+
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
</div>
+
 
+
  
 
</body>
 
</body>
 
 
</html>
 
</html>

Revision as of 18:59, 30 April 2018

W3.CSS Template

MY WEBSITE LOGO

ABOUT ME

I love photography

We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

My Name


Photo of Me

Welcome to my website. I am lorem ipsum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Im really good at:

Photography

90%

Web Design

85%

Photoshop

75%
14+
Partners
55+
Projects Done
89+
Happy Clients
150+
Meetings
PORTFOLIO

MY WORK

Here are some of my latest lorem work ipsum tipsum.
Click on the images to make them bigger


The mist over the mountains
Coffee beans
Bear closeup
Quiet ocean
The mist
My beloved typewriter
Empty ghost train
Sailing

CONTACT

WHERE I WORK

I'd love your feedback!

Chicago, US
Phone: +00 151515
Email: mail@mail.com

Swing by for a cup of , or leave me a note: