Difference between revisions of "DevTesting"

(Created page with "<html> <style> ******************************** DEFAULT WIKI SETTINGS *******************************: #sideMenu, #top_title {display:none;} #content { padding:0px; w...")
 
 
(88 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
+
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;}
 
body {background-color:white; }
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
Line 13: Line 13:
 
/* Wrapper for the menu */
 
/* Wrapper for the menu */
 
.menu_wrapper {  
 
.menu_wrapper {  
width:150px;  
+
width: 14%;  
 
height:100vh;  
 
height:100vh;  
 
position:fixed;  
 
position:fixed;  
 
padding:0px;
 
padding:0px;
float:left;  
+
float:right;  
 
background-color:#f2f2f2;  
 
background-color:#f2f2f2;  
 
text-align:left;
 
text-align:left;
 +
left:86%;
 
}
 
}
 +
 +
.menu_wrapper img {
 +
width: 100%;
 +
margin: auto;
 +
}
 +
 +
  
 
/* styling for the menu items */
 
/* styling for the menu items */
Line 37: Line 45:
 
color:#000000;  
 
color:#000000;  
 
background-color: #72c9b6;
 
background-color: #72c9b6;
 +
}
 +
 +
 +
/* remove bullets from the main menu - accordion class */
 +
.accordion {
 +
list-style: none;
 
}
 
}
  
Line 167: Line 181:
 
.content_wrapper {
 
.content_wrapper {
 
width: 85%;
 
width: 85%;
margin-left:150px;
 
 
padding:10px 0px;  
 
padding:10px 0px;  
 
float:left;  
 
float:left;  
Line 192: Line 205:
 
width: 50%;  
 
width: 50%;  
 
}
 
}
 +
 
.half_size img {  
 
.half_size img {  
 
padding: 10px 15px;
 
padding: 10px 15px;
 
width: 93%;  
 
width: 93%;  
 +
}
 +
 +
 +
.third_size {
 +
width: 33%;
 +
}
 +
.third_size img {
 +
padding: 10px 15px;
 +
width: 92%;
 
}
 
}
  
Line 203: Line 226:
  
 
.highlight {  
 
.highlight {  
width: 90%;
+
width: 90%;
margin: auto;  
+
 
padding: 15px 5px;
 
padding: 15px 5px;
 +
margin: auto;
 +
}
 +
 +
.gray {
 
background-color: #f2f2f2;  
 
background-color: #f2f2f2;  
 
}
 
}
  
.judges-will-not-evaluate {
+
.blue {
border: 4px solid #72c9b6;
+
background-color: #c0d5f7;  
display: block;
+
}
margin: 5px 15px;
+
 
width: 95%;
+
 
font-weight:bold;
+
/* image slider styling */
 +
ul.image_slider {
 +
list-style: none;
 +
margin: 0px -19px;
 
}
 
}
  
Line 224: Line 253:
 
padding:5px 15px;  
 
padding:5px 15px;  
 
border-bottom:0px;  
 
border-bottom:0px;  
color:#72c9b6;
+
color: #72c9b6;
  
 
}
 
}
Line 328: Line 357:
 
#content {width:100%; }
 
#content {width:100%; }
 
.menu_wrapper {width:15%;}
 
.menu_wrapper {width:15%;}
.content_wrapper {margin-left: 15%;}
 
 
.menu_item {display:block;}
 
.menu_item {display:block;}
 
.icon {display:none;}
 
.icon {display:none;}
Line 335: Line 363:
  
  
/* IF THE SCREEN IS LESS THAN 680PX */
+
/* IF THE SCREEN IS LESS THAN 800PX */
  
@media only screen and (max-width: 680px) {
+
@media only screen and (max-width: 800px) {
 
.collapsable_menu_control { display:block;}
 
.collapsable_menu_control { display:block;}
 
.menu_item {display:none;}
 
.menu_item {display:none;}
.menu_wrapper { width:100%; height: 15%; position:relative;}
+
.menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
 
.content_wrapper {width:100%; margin-left:0px;}
 
.content_wrapper {width:100%; margin-left:0px;}
 
.column.half_size {width:100%; }
 
.column.half_size {width:100%; }
 +
.column.third_size {width:100%; }
 
.column img { width: 100%; padding: 5px 0px;}
 
.column img { width: 100%; padding: 5px 0px;}
 
.icon {display:block;}
 
.icon {display:block;}
 
.highlight {padding:15px 5px;}
 
.highlight {padding:15px 5px;}
 +
.menu_wrapper img { width: 30%;  margin-left: 35%;}
 
}
 
}
  
Line 361: Line 391:
 
<meta name="viewport" content="width=device-width, initial-scale=1">  
 
<meta name="viewport" content="width=device-width, initial-scale=1">  
 
</head>
 
</head>
 +
 +
  
  
Line 368: Line 400:
  
  
 +
<a href=""> <img src="http://placehold.it/200x100/d3d3d3/f2f2f2"></a>
  
 +
<div class="collapsable_menu_control"> MENU 三 </div>
  
<div class="collapsable_menu_control"> MENU ▤ </div>
 
  
<ul id="accordion" class="accordion">
 
  
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example">HOME </a> </li>
 
  
 +
<ul id="accordion" class="accordion">
  
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<ul class="submenu">
 
<li> <a href=" https://2016.igem.org/Team:Example/Team"> Team  </a> </li>
 
<li> <a href="https://2016.igem.org/Team:Example/Collaborations">★  Collaborations </a> </li>
 
                    </ul>
 
                </li>
 
  
<li class="menu_item"> <div class="icon plus"></div> PROJECT 
+
<li class="menu_item"> <div class="icon plus"></div> COMMUNITY
 
<ul class="submenu">
 
<ul class="submenu">
<li> <a href="https://2016.igem.org/Team:Example/Description"> ★  Description </a></li>
+
<li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li>
<li> <a href="https://2016.igem.org/Team:Example/Design"> ★ Design </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Experiments"> Experiments </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Proof"> ★ Proof of Concept </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Demonstrate"> ★ Demonstrate </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Results"> Results </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Notebook"> Notebook </a></li>
+
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
  
<li class="menu_item"> <div class="icon plus"></div> PARTS 
+
<li class="menu_item"> <div class="icon plus"></div> COMPETITION
 
<ul class="submenu">
 
<ul class="submenu">
<li> <a href="https://2016.igem.org/Team:Example/Parts">Parts </a></li>
+
<li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li>
<li> <a href="https://2016.igem.org/Team:Example/Basic_Part"> ★ Basic Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Composite_Part"> ★ Composite Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Part_Collection"> ★ Part Collection </a></li>
+
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
  
  
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example/Safety"> SAFETY </a> </li>
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> CALENDAR </a> </li>
  
  
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example/Attributions">★  ATTRIBUTIONS </a></li>
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> GIANT JAMBOREE</a> </li>
  
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> SAFETY </a> </li>
  
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> JUDGING </a> </li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> RESOURCES
 
<ul class="submenu">
 
<ul class="submenu">
<li> <a href="https://2016.igem.org/Team:Example/Human_Practices"> Human Practices </a></li>
+
<li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li>
<li> <a href="https://2016.igem.org/Team:Example/HP/Silver">★ Silver </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/HP/Gold">★ Gold </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Integrated_Practices"> ★ Integrated Practices </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Engagement">★ Engagement </a></li>
+
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
  
 
+
<li class="menu_item"> <div class="icon plus"></div> ABOUT
<li class="menu_item"> <div class="icon plus"></div> AWARDS
+
 
<ul class="submenu">
 
<ul class="submenu">
<li><a href="https://2016.igem.org/Team:Example/Entrepreneurship"> ★ Entrepreneurship </a></li>
+
<li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li>
<li> <a href="https://2016.igem.org/Team:Example/Hardware"> ★ Hardware </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Software">★ Software </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Measurement">★  Measurement </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Model">★ Model </a></li>
+
 
+
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
 +
 +
 +
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> SITEMAP </a> </li>
 +
 +
 
</ul>
 
</ul>
  
 
</div>
 
</div>
 
  
  
Line 444: Line 460:
  
  
 +
<div class="column full_size" >
 +
 +
<ul class="image_slider">
 +
 +
<li><img src="http://placehold.it/1200x400/d3d3d3/f2f2f2"></li>
 +
 +
</ul>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<div class="column third_size ">
 +
<div class="highlight gray">
 +
 +
 +
<img src="http://placehold.it/800x200/d3d3d3/f2f2f2">
 +
<h2>TESTING </h2>
 +
<p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.
 +
</p>
 +
</div>
 +
</div>
 +
 +
 +
<div class="column third_size" >
 +
 +
 +
<img src="http://placehold.it/800x200/d3d3d3/f2f2f2">
 +
 +
 +
<h2>TESTING </h2>
 +
<p>Lorem ipsum dolo</p>
 +
 +
 +
</div>
 +
 +
 +
 +
 +
<div class="column third_size" >
 +
<div class="highlight gray">
 +
 +
<img src="http://placehold.it/800x200/d3d3d3/f2f2f2">
 +
 +
 +
<h2>TESTING </h2>
 +
<p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.
 +
</p>
 +
 +
</div>
 +
</div>
 +
 +
 +
<div class="clear"></div>
 +
 +
 +
 +
 +
<div class="column half_size ">
 +
 +
<img src="http://placehold.it/800x500/d3d3d3/f2f2f2">
 +
 +
<p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.
 +
</p>
 +
 +
</div>
 +
 +
 +
 +
<div class="column half_size" >
 +
 +
<img src="http://placehold.it/800x500/d3d3d3/f2f2f2">
 +
 +
<p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.
 +
</p>
 +
 +
</div>
 +
 +
 +
 +
</div>
  
<h1 id="team_name">  </h1>
 
<h4 id="page_name">  </h4>
 
  
  
Line 464: Line 561:
 
$("#HQ_page").attr('id','');
 
$("#HQ_page").attr('id','');
 
 
 +
 +
 +
 +
 +
 +
 +
//name setup
  
 
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
 
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
Line 483: Line 587:
  
  
 +
//menu functionality
  
 
$('#accordion').find('.menu_item').click(function(){
 
$('#accordion').find('.menu_item').click(function(){
  
//Expand or collapse this panel
+
//Expand or collapse the panel that was clicked
 
submenu = $(this).find('.submenu');
 
submenu = $(this).find('.submenu');
 
submenu.toggle();
 
submenu.toggle();
  
 +
//Place the appropriate icon state on the panel that was clicked
 
icon = $(this).find('.icon');
 
icon = $(this).find('.icon');
  
Line 499: Line 605:
 
}
 
}
  
//Hide the other panels
+
//Hide the other panels and switch all other icons to closed state
 
$(".submenu").not(submenu).hide();
 
$(".submenu").not(submenu).hide();
 
$(".icon").not(icon).removeClass("less").addClass("plus");
 
$(".icon").not(icon).removeClass("less").addClass("plus");
Line 512: Line 618:
 
$(".menu_item").show();
 
$(".menu_item").show();
 
});
 
});
 +
 +
 +
 +
 +
//image slider
 +
 +
$(function () {
 +
 +
var change_img_time  = 3000;
 +
var transition_speed    = 450;
 +
 +
var simple_slideshow  = $(".image_slider"),
 +
listItems  = simple_slideshow.children('li'),
 +
listLen = listItems.length,
 +
i = 0,
 +
 +
change_images = function () {
 +
 +
listItems.eq(i).fadeOut(transition_speed, function () {
 +
 +
i += 1;
 +
if (i === listLen) {
 +
i = 0;
 +
}
 +
 +
listItems.eq(i).fadeIn(transition_speed);
 +
});
 +
};
 +
 +
listItems.not(':first').hide();
 +
setInterval( change_images, change_img_time);
 +
 +
});
 +
 +
 +
 +
// load info from another page
 +
 +
// to use this function send the "source page" and then send the div's id to where you want to send it
 +
load_these_items ( "https://2016.igem.org/Archive #load_these_newsItems", "load_newsItems_here");
  
  
 
});
 
});
 +
 +
 +
 +
 +
 +
  
  

Latest revision as of 20:12, 9 November 2016

TESTING

Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.

TESTING

Lorem ipsum dolo

TESTING

Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.

Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.

Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.