At Cornell iGEM, we understand the risks associated with our work and take all necessary precautions to minimize those risks. As a team, we take safety very seriously and a detailed description of our procedures can be found below. Our protocols are guided by the risk matrix, as we try to both minimize the likelihood of an incident as well as the severity of an incident. Our completed safety form can be found here.
Line 349: | Line 349: | ||
} | } | ||
− | . | + | .standard-page-wrapper { |
display: grid; | display: grid; | ||
grid-template-columns: auto; | grid-template-columns: auto; | ||
grid-template-rows: 100px 550px auto 100px; | grid-template-rows: 100px 550px auto 100px; | ||
− | grid-template-areas: "navbar" "standardpagebanner" " | + | grid-template-areas: "navbar" "standardpagebanner" "standardpagesidebarcontent" "footer"; |
} | } | ||
− | . | + | .standard-page-banner { |
+ | grid-area: standardpagebanner; | ||
+ | } | ||
+ | |||
+ | .standard-page-side-bar-content-wrapper { | ||
display: inline-grid; | display: inline-grid; | ||
− | grid-area: | + | grid-area: standardpagesidebarcontent; |
+ | grid-template-columns: 7.5% 20% 65% 7.5%; | ||
+ | grid-template-areas: ". standardpagesidebar standardpagecontent ."; | ||
+ | } | ||
+ | |||
+ | .standard-page-side-bar-wrapper { | ||
+ | grid-area: standardpagesidebar; | ||
+ | } | ||
+ | |||
+ | .standard-page-content-wrapper { | ||
+ | grid-area: standardpagecontent; | ||
} | } | ||
Line 441: | Line 455: | ||
<!------------------------ NAV BAR END ------------------------> | <!------------------------ NAV BAR END ------------------------> | ||
<!------------------------ STANDARD PAGE BANNER START ------------------------> | <!------------------------ STANDARD PAGE BANNER START ------------------------> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<header class="standard-page-banner"> | <header class="standard-page-banner"> | ||
<svg viewBox="0 0 100 100" width=100% height=100%> | <svg viewBox="0 0 100 100" width=100% height=100%> |
Revision as of 00:11, 13 October 2019