Line 2: | Line 2: | ||
<html class="no-js"> | <html class="no-js"> | ||
<style> /********************************* WIKI RESET ********************************/ | <style> /********************************* WIKI RESET ********************************/ | ||
+ | @import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700%7CSource+Sans+Pro:400,700%7CMontserrat:500'); | ||
#sideMenu, #top_title { | #sideMenu, #top_title { | ||
display:none; | display:none; | ||
Line 14: | Line 15: | ||
body { | body { | ||
background-color: black; | background-color: black; | ||
− | font-family:" | + | font-family:"Crimson Text", "Source Sans Pro", Montserrat, sans-serif; !important; |
} | } | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | ||
} | } | ||
+ | #HQ_page .bios-banner-caption { | ||
+ | text-align: center; !important; | ||
+ | font-family: 'Crimson Text', serif; !important; | ||
+ | font-size: 65px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page p { | ||
+ | font-family:"Crimson Text", "Helvetica Neue", Helvetica, Arial, sans-serif; !important; | ||
+ | font-size: 16px; !important; | ||
+ | text-align: left; !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | #HQ_page .bio-title { | ||
+ | font-size: 36px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page .bio-subtitle { | ||
+ | font-size: 24px; !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page .sponsors-title { | ||
+ | margin: 100px 0; !important; | ||
+ | text-align: center; !important; | ||
+ | font-size: 65px; !important; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
− | <title> | + | <title>Bios</title> |
− | <meta name="description" content=" | + | <meta name="description" content="Bios"> |
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!--Stylesheets--> | <!--Stylesheets--> | ||
<link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/bootstrapCSS?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/bootstrapCSS?action=raw&ctype=text/css"> | ||
− | + | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/styles?action=raw&ctype=text/css"> <!--For nav bar text--> | |
+ | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/animateCSS?action=raw&ctype=text/css"> <!--For slide show text animation--> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:Cornell/slickCSS?action=raw&ctype=text/css"> | ||
<link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/mainCSS?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2017.igem.org/Team:Cornell/mainCSS?action=raw&ctype=text/css"> | ||
<!-- JavaScript Files--> | <!-- JavaScript Files--> | ||
− | <script src="https://2017.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript" type="text/javascript" ></script> | + | <script src="https://2017.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript" type="text/javascript"></script> |
+ | <script src="https://2017.igem.org/Team:Cornell/modernizrJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/slickJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2017.igem.org/Team:Cornell/stellar?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
<script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | <script src="https://2017.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
</head> | </head> | ||
− | |||
<!------------------------NAV BAR------------------------> | <!------------------------NAV BAR------------------------> | ||
<body class="ex-layout"> | <body class="ex-layout"> |
Revision as of 01:48, 27 October 2017
<!DOCTYPE html>