Difference between revisions of "Team:NYMU-Taipei"

(Prototype team page)
 
 
(219 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{NYMU-Taipei}}
 
 
<html>
 
<html>
  
 +
<script>
  
<div class="column full_size" >
+
// This is the jquery part of your template.
<img src="http://placehold.it/2000x300/d3d3d3/f2f2f2">
+
// Try not modify any of this code too much since it makes your menu work.
</div>
+
  
 +
$(document).ready(function() {
  
 +
$("#HQ_page").attr('id','');
  
<div class="column full_size" >
+
// call the functions that control the menu
<h1> Welcome to iGEM 2017! </h1>
+
menu_functionality();
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
hide_show_menu();
</div>
+
  
<div class="clear"></div>
 
  
<div class="column half_size" >
 
<h5>Before you start: </h5>
 
<p> Please read the following pages:</p>
 
<ul>
 
<li>  <a href="https://2017.igem.org/Competition">Competition Hub</a> </li>
 
<li> <a href="https://2017.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
 
<li> <a href="https://2017.igem.org/Resources/Template_Documentation">Template documentation</a></li>
 
</ul>
 
</div>
 
  
<div class="column half_size" >
+
//this function controls the expand and collapse buttons of the menu and changes the +/- symbols
<div class="highlight">
+
function menu_functionality() {
<h5> Styling your wiki </h5>
+
<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>
+
<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 class="column full_size" >
+
//when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu
<h5> Wiki template information </h5>
+
$(".menu_button").click(function(){
<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://2017.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>
+
// add or remove the class "open" , this class holds the "-"
 +
$(this).children().toggleClass("open");
 +
// show or hide the submenu
 +
$(this).next('.submenu_wrapper').fadeToggle(400);
 +
});
  
 +
// when the screen size is smaller than 800px, the display_menu_control button appears and will show/hide the whole menu
 +
$("#display_menu_control").click(function(){
 +
$('#menu_content').fadeToggle(400);
 +
});
  
 +
// call the current page highlight function
 +
highlight_current_page();
 +
}
  
  
<div class="column half_size" >
+
// call the highlight current page function to show it on the menu with a different background color
<h5> Editing your wiki </h5>
+
function highlight_current_page() {
<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> <a href="https://2017.igem.org/wiki/index.php?title=Team:Example&action=edit"> </a>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
  
</div>
+
// select a page from the menu based on the id assigned to it and the current page name and add the class "current page" to make it change background color
 +
$("#"+  wgPageName.substring(wgPageName.lastIndexOf("/")+1, wgPageName.length ) + "_page").addClass("current_page");
  
 +
// now that the current_page class has been added to a menu item, make the submenu fade in
 +
$(".current_page").parents(".submenu_wrapper").fadeIn(400);
 +
// change the +/- symbol of the corresponding menu button
 +
$(".current_page").parents(".submenu_wrapper").prev().children().toggleClass("open");
 +
 +
}
  
<div class="column half_size" >
 
<h5>Tips</h5>
 
<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>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<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>
 
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
 
<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://2017.igem.org/Calendar">iGEM 2017 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
</div>
 
  
  
<div class="column half_size" >
+
// allow button on the black menu bar to show/hide the side menu
<h5>Inspiration</h5>
+
function hide_show_menu() {
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<ul>
+
// in case you preview mode is selected, the menu is hidden for better visibility
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
if (window.location.href.indexOf("submit") >= 0) {
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
$(".igem_2017_menu_wrapper").hide();
<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 class="column half_size" >
+
// if the black menu bar has been loaded
<h5> Uploading pictures and files </h5>
+
  if (document.getElementById('bars_item')) {
<p> You can upload your pictures and files to the iGEM 2017 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. <br />
+
When you upload, set the "Destination Filename" to <br><code>T--YourOfficialTeamName--NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)<br><br>
+
  
<a href="https://2017.igem.org/Special:Upload">
+
// when the "bars_item" has been clicked
UPLOAD FILES
+
$("#bars_item").click(function() {
</a>
+
$("#sideMenu").hide();
</p>
+
</div>
+
  
 +
// show/hide the menu wrapper
 +
$(".igem_2017_menu_wrapper").fadeToggle("100");
 +
});
 +
  }
  
 +
// because the black menu bars loads at a different time than the rest of the page, this function is set on a time out so it can run again in case it has not been loaded yet
 +
else {
 +
    setTimeout(hide_show_menu, 15);
 +
}
 +
}
  
  
 +
});
  
  
 +
</script>
 +
 +
<head>
 +
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
 +
 +
<link href="https://fonts.googleapis.com/css?family=Economica" rel="stylesheet">
 +
 +
<style>
 +
 +
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 +
 +
/* Clear the default wiki settings */
 +
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 +
body {background-color:white; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
 +
/**********************************************************************************************************************************/
 +
 +
body{
 +
background-color:#f6ffb2;
 +
}
 +
 +
/* home background */
 +
.home{
 +
background-image: url('https://static.igem.org/mediawiki/2017/0/0c/T--NYMU-Taipei--homebackground.jpg');
 +
background-attachment: fixed;
 +
background-repeat: no-repeat;
 +
background-position: center;
 +
background-size: cover;
 +
background-color:#f6ffb2;
 +
}
 +
 +
/* home content */
 +
.head_wrapper {
 +
background-color:#29382a;
 +
}
 +
 +
.home_wrapper {
 +
background-color:rgba(35, 51, 31, 0.9);
 +
height:40vw;
 +
}
 +
 +
.introduction_wrapper {
 +
background-color:#181f28;
 +
}
 +
 +
/* home space */
 +
.home_space {
 +
height:25vw;
 +
opacity:1;
 +
}
 +
 +
/* image */
 +
.home_wrapper img:hover {
 +
box-shadow:0 0 0.8vw 0.5vw rgba(256,256,256, 0.5);
 +
}
 +
 +
/* Wrapper for the footer */
 +
.footer_wrapper {
 +
background-image: url('https://static.igem.org/mediawiki/2017/0/0f/T--NYMU-Taipei--footer.png');
 +
background-color:#f6ffb2;
 +
background-repeat: no-repeat;
 +
background-position: center;
 +
background-size: cover;
 +
padding: 2%;
 +
display:block;
 +
height:150px;
 +
font-family:'Economica', sans-serif;
 +
}
 +
 +
/* footer layout */
 +
.footer_half_size {
 +
float: right;
 +
width: 40%;
 +
height: 135px;
 +
margin:0.8% 3%;
 +
padding:0% 2%;
 +
background-color:rgba(255, 255, 255, 0.2);
 +
}
 +
 +
 +
/* footer text style */
 +
.footer_title {
 +
color: #3d1905;
 +
font-size: 20px;
 +
text-shadow: 2px 2px 2px #aaa;
 +
}
 +
 +
.footer_text {
 +
font-size: 18px;
 +
color: #4f4844;
 +
}
 +
 +
/* footer link style */
 +
.footer_wrapper a {
 +
color:  #38a541;
 +
}
 +
 +
.footer_wrapper a:hover {
 +
color:  #38a541;
 +
text-decoration:underline;
 +
}
 +
 +
/* IF THE SCREEN IS LESS THAN 1200PX */
 +
@media only screen and (max-width: 1200px) {
 +
video {width:100%}
 +
}
 +
</style>
 +
 +
</head>
 +
 +
 +
<body>
 +
<div class='home'>
 +
<!-- head vedeo -->
 +
<div class = 'head_wrapper' style="height:100%;">
 +
<center>
 +
<video loop autoplay controls
 +
width = "80%" >
 +
 +
<source src='https://static.igem.org/mediawiki/2017/c/cd/T--NYMU-Taipei--home.mp4'>
 +
 +
</video>
 +
</center>
 +
</div>
 +
 +
<!-- first space -->
 +
<div class='home_space'></div>
 +
 +
<!-- first content:懶人包圖說 -->
 +
<div class='introduction_wrapper'>
 +
<img src='https://static.igem.org/mediawiki/2017/d/d3/T--NYMU-Taipei--home_introduction.png'
 +
style='width:90vw'>
 +
</div>
 +
 +
<!-- second space -->
 +
<div class='home_space'></div>
 +
 +
<!--second content:連結 -->
 +
<div class='home_wrapper'>
 +
 +
<div style="width:100vw;height:6vw;background:rgba(35, 51, 31, 0);float:left"></div>
 +
 +
<div style="width:4vw;height:34vw;background:rgba(35, 51, 31, 0);float:left"></div>
 +
 +
<a href="https://2017.igem.org/Team:NYMU-Taipei/Overview">
 +
<img src="https://static.igem.org/mediawiki/2017/3/3a/T--NYMU-Taipei--home1.jpg"
 +
style="width:27vw;border-radius:50%;float:left;">
 +
</a>
 +
 +
 +
<div style="width:4vw;height:34vw;background:rgba(35, 51, 31, 0);;float:left"></div>
 +
 +
<a href="https://2017.igem.org/Team:NYMU-Taipei/Parts">
 +
<img src="https://static.igem.org/mediawiki/2017/8/87/T--NYMU-Taipei--home2.png"
 +
style="width:27vw;border-radius:50%;float:left;"> <!--border:0.5vw solid #7c4949;-->
 +
</a>
 +
 +
<div style="width:4vw;height:34vw;background:rgba(35, 51, 31, 0);float:left;"></div>
 +
 +
<a href="https://2017.igem.org/Team:NYMU-Taipei/HP/Gold_Integrated">
 +
<img src="https://static.igem.org/mediawiki/2017/c/c2/T--NYMU-Taipei--homehp.png"
 +
style="width:27vw;border-radius:50%;float:left;">
 +
</a>
 +
 +
</div>
 +
 +
 +
 +
</div>
 +
 +
<!--footer-->
 +
 +
<div class = "footer_wrapper ">
 +
 +
<div class = 'footer_half_size'>
 +
<p class = 'footer_title'>CONTACT US</p>
 +
 +
<p class = 'footer_text'>Email us: 2017igem.nymutaipei@gmail.com</br>
 +
Call us: 886-2-28267316</br>
 +
Facebook: <a href="https://www.facebook.com/NYMU-iGEM-Team-244897845537138/?fref=ts" target="_blank">NYMU iGEM Team</a>
 +
</p>
 +
 +
 +
</div>
 +
 +
<div class = 'footer_half_size'>
 +
<p class = 'footer_title'>AFFILIATIONS & ACKNOWLEDGMENT</p>
 +
 +
<p class = 'footer_text'>
 +
 +
<a href="https://2017.igem.org/Main_Page" target="_blank">IGEM 2017</a></br>
 +
<a href="http://nymu-e.web.ym.edu.tw/bin/home.php" target="_blank">National Yang-Ming University</a></br>
 +
<a href="https://2017.igem.org/Team:NYMU-Taipei/Attributions" >Special Thanks</a>
 +
 +
</p>
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
 +
</body>
 +
  
 
</html>
 
</html>

Latest revision as of 16:48, 26 October 2017