Difference between revisions of "Team:Colegio EmelinaU/Team"

Line 1: Line 1:
 
{{Colegio_EmelinaU}}
 
{{Colegio_EmelinaU}}
<html>
+
<html lang="en">
 +
<head>
 +
<meta charset="utf-8">
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
<title>One-column full-width responsive layout</title>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta name="Description" lang="en" content="ADD SITE DESCRIPTION">
 +
<meta name="author" content="ADD AUTHOR INFORMATION">
 +
<meta name="robots" content="index, follow">
  
<h2>Team</h2>
+
<!-- icons -->
 +
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
 +
<link rel="shortcut icon" href="favicon.ico">
  
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
<!-- Override CSS file - add your own CSS rules -->
 +
<link rel="stylesheet" href="assets/css/styles.css">
 +
</head>
 +
<style type="text/css">
 +
body
 +
{
 +
margin: 0;
 +
padding: 0;
 +
color: #333;
 +
background-color: #eee;
 +
font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
 +
}
  
 +
h1,h2,h3,h4,h5,h6
 +
{
 +
margin: 0 0 .5em;
 +
font-weight: 500;
 +
line-height: 1.1;
 +
}
  
 +
h1 { font-size: 2.25em; } /* 36px */
 +
h2 { font-size: 1.75em; } /* 28px */
 +
h3 { font-size: 1.375em; } /* 22px */
 +
h4 { font-size: 1.125em; } /* 18px */
 +
h5 { font-size: 1em; } /* 16px */
 +
h6 { font-size: .875em; } /* 14px */
  
 +
p
 +
{
 +
margin: 0 0 1.5em;
 +
line-height: 1.5;
 +
}
  
 +
blockquote
 +
{
 +
padding: 1em 2em;
 +
margin: 0 0 2em;
 +
border-left: 5px solid #eee;
 +
}
  
<h4>Inspiration</h4>
+
hr
<p>You can look at what other teams did to get some inspiration! <br />
+
{
Here are a few examples:</p>
+
height: 0;
<ul>
+
margin-top: 1em;
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
+
margin-bottom: 2em;
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
+
border: 0;
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
+
border-top: 1px solid #ddd;
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
+
}
</ul>
+
  
<h5>What should this page contain?</h5>
+
table
<ul>
+
{
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
background-color: transparent;
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
border-spacing: 0;
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
border-collapse: collapse;
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
border-top: 1px solid #ddd;
</ul>
+
}
  
 +
th, td
 +
{
 +
padding: .5em 1em;
 +
vertical-align: top;
 +
text-align: left;
 +
border-bottom: 1px solid #ddd;
 +
}
  
</div>
+
a:link { color: royalblue; }
 +
a:visited { color: purple; }
 +
a:focus { color: black; }
 +
a:hover { color: green; }
 +
a:active { color: red; }
 +
 
 +
/* -----------------------
 +
Layout styles
 +
------------------------*/
 +
 
 +
.container
 +
{
 +
max-width: 50em;
 +
margin: 0 auto;
 +
}
 +
 
 +
.header
 +
{
 +
color: #fff;
 +
background: #555;
 +
padding: 1em 1.25em;
 +
}
 +
 
 +
.header-heading { margin: 0; }
 +
 
 +
.nav-bar
 +
{
 +
background: #000;
 +
padding: 0;
 +
}
 +
 
 +
.content
 +
{
 +
padding: 1em 1.25em;
 +
background-color: #fff;
 +
}
 +
 
 +
.footer
 +
{
 +
color: #fff;
 +
background: #000;
 +
padding: 1em 1.25em;
 +
}
 +
 
 +
/* -----------------------
 +
Nav
 +
------------------------*/
 +
 
 +
.nav
 +
{
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 
 +
.nav li
 +
{
 +
display: inline;
 +
margin: 0;
 +
}
 +
 
 +
.nav a
 +
{
 +
display: block;
 +
padding: .7em 1.25em;
 +
color: #fff;
 +
text-decoration: none;
 +
border-bottom: 1px solid gray;
 +
}
 +
 
 +
.nav a:link { color: white; }
 +
.nav a:visited { color: white; }
 +
 
 +
.nav a:focus
 +
{
 +
color: black;
 +
background-color: white;
 +
}
 +
 
 +
.nav a:hover
 +
{
 +
color: white;
 +
background-color: green;
 +
}
 +
 
 +
.nav a:active
 +
{
 +
color: white;
 +
background-color: red;
 +
}
 +
 
 +
/* -----------------------
 +
Single styles
 +
------------------------*/
 +
 
 +
.img-responsive { max-width: 100%; }
 +
 
 +
.btn
 +
{
 +
color: #fff !important;
 +
background-color: royalblue;
 +
border-color: #222;
 +
display: inline-block;
 +
padding: .5em 1em;
 +
margin-bottom: 0;
 +
font-weight: 400;
 +
line-height: 1.2;
 +
text-align: center;
 +
white-space: nowrap;
 +
vertical-align: middle;
 +
cursor: pointer;
 +
border: 1px solid transparent;
 +
border-radius: .2em;
 +
text-decoration: none;
 +
}
 +
 
 +
.btn:hover
 +
{
 +
color: #fff !important;
 +
background-color: green;
 +
}
 +
 
 +
.btn:focus
 +
{
 +
color: #fff !important;
 +
background-color: black;
 +
}
 +
 
 +
.btn:active
 +
{
 +
color: #fff !important;
 +
background-color: red;
 +
}
 +
 
 +
.table
 +
{
 +
width: 100%;
 +
max-width: 100%;
 +
margin-bottom: 20px;
 +
}
 +
 
 +
.list-unstyled
 +
{
 +
padding-left: 0;
 +
list-style: none;
 +
}
 +
 
 +
.list-inline
 +
{
 +
padding-left: 0;
 +
margin-left: -5px;
 +
list-style: none;
 +
}
 +
 
 +
.list-inline > li
 +
{
 +
display: inline-block;
 +
padding-right: 5px;
 +
padding-left: 5px;
 +
}
 +
 
 +
/* -----------------------
 +
Wide styles
 +
------------------------*/
 +
 
 +
@media (min-width: 42em)
 +
{
 +
.header { padding: 1.5em 3em; }
 +
.nav-bar { padding: 1em 3em; }
 +
.content { padding: 2em 3em; }
 +
.footer { padding: 2em 3em; }
 +
 +
.nav li
 +
{
 +
display: inline;
 +
margin: 0 1em 0 0;
 +
}
 +
 +
.nav a
 +
{
 +
display: inline;
 +
padding: 0;
 +
border-bottom: 0;
 +
}
 +
}
 +
 
 +
 
 +
</style>
 +
 
 +
<body>
 +
<div class="header">
 +
<div class="container">
 +
<h1 class="header-heading">Sitename</h1>
 +
</div>
 +
</div>
 +
<div class="nav-bar">
 +
<div class="container">
 +
<ul class="nav">
 +
<li><a href="#">Nav item 1</a></li>
 +
<li><a href="#">Nav item 2</a></li>
 +
<li><a href="#">Nav item 3</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<div class="content">
 +
<div class="container">
 +
<div class="main">
 +
<h1>Page title</h1>
 +
<hr>
 +
 
 +
<!-- Heading levels -->
 +
<h1>Heading level 1</h1>
 +
<h2>Heading level 2</h2>
 +
<h3>Heading level 3</h3>
 +
<h4>Heading level 4</h4>
 +
<h5>Heading level 5</h5>
 +
<h6>Heading level 6</h6>
 +
<hr>
 +
 
 +
<!-- Paragraphs -->
 +
<h3>Paragraphs</h3>
 +
<p>Ut wisi enim ad minim veniam, <a href="#">quis nostrud exerci tation ullamcorper</a> suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
 +
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p>
 +
<hr>
 +
 
 +
<!-- Responsive images -->
 +
<h3>Responsive images</h3>
 +
<p>For images to be responsive (so that they will rescale to suit the width of the parent, use the <code>.img-responsive</code> class.</p>
 +
<p><img class="img-responsive" src="http://placehold.it/800x350" alt=""></p>
 +
 
 +
<!-- Lists -->
 +
<h3>Unordered list</h3>
 +
<p>Unordered lists are used to markup lists where list items do not require numbering.</p>
 +
<ul>
 +
<li>Ut wisi enim ad minim veniam</li>
 +
<li>Quis nostrud exerci tation</li>
 +
<li>Lamcorper suscipit lobortis nis</li>
 +
<li>Ut aliquip ex ea commodo consequat</li>
 +
<li>Duis autem vel eum iriure dolor</li>
 +
</ul>
 +
<hr>
 +
 
 +
<h3>Ordered list</h3>
 +
<p>Ordered lists are used to markup lists where list items require numbering.</p>
 +
<ol>
 +
<li>Hendrerit in vulputate velit esse</li>
 +
<li>Olestie consequat</li>
 +
<li>Vel illum dolore eu feugiat</li>
 +
<li>Nulla facilisis at vero eros</li>
 +
<li>Accumsan et iusto odio</li>
 +
</ol>
 +
<hr>
 +
 
 +
<h3>Unstyled list</h3>
 +
<p>You can make the list unstyled using the <code>list-unstyled</code> class.</p>
 +
<ul class="list-unstyled">
 +
<li>Ut wisi enim ad minim veniam</li>
 +
<li>Quis nostrud exerci tation</li>
 +
<li>Lamcorper suscipit lobortis nis</li>
 +
<li>Ut aliquip ex ea commodo consequat</li>
 +
<li>Duis autem vel eum iriure dolor</li>
 +
</ul>
 +
<hr>
 +
 
 +
<h3>Inline list</h3>
 +
<p>You can make the list display inline using the <code>list-inline</code> class.</p>
 +
<ul class="list-inline">
 +
<li>One</li>
 +
<li>Two</li>
 +
<li>Three</li>
 +
<li>Four</li>
 +
</ul>
 +
<hr>
 +
 
 +
<!-- Blockquotes -->
 +
<h3>Blockquotes</h3>
 +
<p>The blockquote element is used to markup long quotations. Ideally, content inside should be wrapped in paragraph elements.</p>
 +
<blockquote>
 +
<p>The real names of our people were destroyed during slavery. The last name of my forefathers was taken from them when they were brought to America and made slaves, and then the name of the slave master was given, which we refuse, we reject that name today and refuse it. I never acknowledge it whatsoever.</p>
 +
<footer><a href="http://en.wikipedia.org/wiki/Malcolm_X">Malcolm X</a></footer>
 +
</blockquote>
 +
<hr>
 +
 
 +
<h3>Buttons</h3>
 +
<p>You can apply the <code>btn</code> class to any element that requires a button style.</p>
 +
<p><a href="#" class="btn">Submit</a></p>
 +
<hr>
 +
 
 +
<!-- Tables -->
 +
<h3>Tables</h3>
 +
<p>Tables should be given the class of <code>table</code>.</p>
 +
<table class="table table-striped">
 +
<thead>
 +
<tr>
 +
<th>#</th>
 +
<th>First Name</th>
 +
<th>Last Name</th>
 +
<th>Username</th>
 +
</tr>
 +
</thead>
 +
<tbody>
 +
<tr>
 +
<th scope="row">1</th>
 +
<td>Mark</td>
 +
<td>Otto</td>
 +
<td>@mdo</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">2</th>
 +
<td>Jacob</td>
 +
<td>Thornton</td>
 +
<td>@fat</td>
 +
</tr>
 +
<tr>
 +
<th scope="row">3</th>
 +
<td>Larry</td>
 +
<td>the Bird</td>
 +
<td>@twitter</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="footer">
 +
<div class="container">
 +
&copy; Copyright 2015
 +
</div>
 +
</div>
 +
</body>
 
</html>
 
</html>

Revision as of 06:42, 1 September 2015

One-column full-width responsive layout

Sitename

Page title


Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6

Paragraphs

Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.


Responsive images

For images to be responsive (so that they will rescale to suit the width of the parent, use the .img-responsive class.

Unordered list

Unordered lists are used to markup lists where list items do not require numbering.

  • Ut wisi enim ad minim veniam
  • Quis nostrud exerci tation
  • Lamcorper suscipit lobortis nis
  • Ut aliquip ex ea commodo consequat
  • Duis autem vel eum iriure dolor

Ordered list

Ordered lists are used to markup lists where list items require numbering.

  1. Hendrerit in vulputate velit esse
  2. Olestie consequat
  3. Vel illum dolore eu feugiat
  4. Nulla facilisis at vero eros
  5. Accumsan et iusto odio

Unstyled list

You can make the list unstyled using the list-unstyled class.

  • Ut wisi enim ad minim veniam
  • Quis nostrud exerci tation
  • Lamcorper suscipit lobortis nis
  • Ut aliquip ex ea commodo consequat
  • Duis autem vel eum iriure dolor

Inline list

You can make the list display inline using the list-inline class.

  • One
  • Two
  • Three
  • Four

Blockquotes

The blockquote element is used to markup long quotations. Ideally, content inside should be wrapped in paragraph elements.

The real names of our people were destroyed during slavery. The last name of my forefathers was taken from them when they were brought to America and made slaves, and then the name of the slave master was given, which we refuse, we reject that name today and refuse it. I never acknowledge it whatsoever.


Buttons

You can apply the btn class to any element that requires a button style.

Submit


Tables

Tables should be given the class of table.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter