Skip to content
Snippets Groups Projects
Commit b1f8b790 authored by Mitchell J. Donnelly's avatar Mitchell J. Donnelly
Browse files

Update wiki/pages/team.html

parent 26320a67
No related branches found
No related tags found
No related merge requests found
Pipeline #134903 passed
......@@ -8,8 +8,92 @@
<div class="row">
<h2>Our Team</h2>
<hr>
<h1 id="header">Meet Westview iGEM</h2>
<style>
body {
margin-top: 20px;
}
* {
box-sizing: border-box;
}
.imageColumn {
float: left;
width: 25%;
padding: 10px;
}
h1{
text-align: center;
}
.test {
color: white;
font-weight: bold;
font-size: 40px;
}
.container {
position: relative;
width: 100%;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #008CBA;
}
.container:hover .overlay {
opacity: 1;
}
.text {
color: white;
font-size: 13px;
line-height: 15px;
position: absolute;
top: 50%;
left: 50%;
width: 96%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.row::after {
content: "";
clear: both;
display: table;
}
#header {
width: fit-content;
margin: 0 auto;
}
.alignRow {
overflow: auto;
}
</style>
<div class="wrapper problem-page">
<head>
<link rel="stylesheet" type="text/css" href="css/css.css">
</head>
<body>
<img src="https://static.igem.org/mediawiki/2021/a/ad/T--WVHS_SanDiego_CA--TeamPhotoTeamSite.JPG"
width="1208"
height= "956">
<h1 id="header">Meet Westview iGEM</h2>
<div>
......@@ -154,6 +238,14 @@
</div>
</div>
</div>
</div>
</body>
</div>
</div>
</div>
<ul>
<img src="https://static.igem.wiki/teams/4191/wiki/img-7601.jpeg" alt="Group" width="400" height="400">
<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment