Skip to content
Snippets Groups Projects
Commit 2f6e13d0 authored by Timofej Paramonov Bliki's avatar Timofej Paramonov Bliki :heart:
Browse files

Fixed the menu for safety and experiments, as they were being affected by the li style.

Also, made safety look a bit better...
parent 6c39da61
No related branches found
No related tags found
No related merge requests found
Pipeline #479797 passed
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
<style> <style>
h3 { h3 {
color: #730e04; color: #730e04;
/* font-weight: bold; */
font-size: 36pt; font-size: 36pt;
margin-top: 3vh; margin-top: 3vh;
} }
...@@ -25,9 +24,6 @@ ...@@ -25,9 +24,6 @@
font-size: 15pt; font-size: 15pt;
text-align: justify; text-align: justify;
} }
li {
font-size: 15pt;
}
img { img {
width: auto; width: auto;
height: auto; height: auto;
......
...@@ -19,15 +19,12 @@ ...@@ -19,15 +19,12 @@
h5 { h5 {
color: #e3000b; color: #e3000b;
font-size: 18pt; font-size: 18pt;
margin-left:8px; margin-left:2vw;
} }
p { p {
font-size: 15pt; font-size: 15pt;
text-align: justify; text-align: justify;
} }
li {
font-size: 15pt;
}
.text-highlight { .text-highlight {
font-style: italic; font-style: italic;
color: #730e04; color: #730e04;
...@@ -35,6 +32,10 @@ ...@@ -35,6 +32,10 @@
} }
.list-empty li { .list-empty li {
list-style: none; list-style: none;
font-size: 15pt;
}
.list-show li {
font-size: 15pt;
} }
</style> </style>
...@@ -100,7 +101,7 @@ ...@@ -100,7 +101,7 @@
The laboratories are equipped with multiple fire safety measurements. The laboratories are equipped with multiple fire safety measurements.
In the designated areas these items can be found: In the designated areas these items can be found:
</p> </p>
<ul> <ul class="list-show">
<li>carbon dioxide fire extinguishers;</li> <li>carbon dioxide fire extinguishers;</li>
<li>foam fire extinguishers;</li> <li>foam fire extinguishers;</li>
<li>buckets of sand;</li> <li>buckets of sand;</li>
...@@ -121,31 +122,31 @@ ...@@ -121,31 +122,31 @@
Additionally, most experiments were carried out in the presence of our instructor Frank Nelissen. Additionally, most experiments were carried out in the presence of our instructor Frank Nelissen.
</p> </p>
<h4>Chemical Waste</h4> <h4>Chemical Waste</h4>
<p>
In all labs which were used for research, specified waste containers were provided:
</p>
<ul>
<li>A chemical waste bin for halogen – poor organic liquids;</li>
<li>A chemical waste bin for halogen – rich organic liquids;</li>
<li>A chemical waste bin for toxic liquids, specifically, inorganic substances.</li>
<li>A chemical waste bin for aqueous solutions;</li>
<li>A large waste bin for solid waste and contaminated glass</li>
<li>Smaller yellow bins for needles and sharp tools. Also known as “SharpSafe”</li>
</ul>
<div style="display:flex"> <div style="display:flex">
<div style="width:55%"> <div style="width:55%">
<p> <p>
All waste bins with liquids are equipped with funnels to reduce chemical evaporation. In all labs which were used for research, specified waste containers were provided:
All waste bins can be found in fume hoods.
Except, in biochemical lab, the large solid waste bin can be stored outside of fume hood.
All uncontaminated solid waste can be thrown in multiple normal waste bins found in lab.
</p> </p>
<ul class="list-show">
<li>A chemical waste bin for halogen – poor organic liquids;</li>
<li>A chemical waste bin for halogen – rich organic liquids;</li>
<li>A chemical waste bin for toxic liquids, specifically, inorganic substances.</li>
<li>A chemical waste bin for aqueous solutions;</li>
<li>A large waste bin for solid waste and contaminated glass</li>
<li>Smaller yellow bins for needles and sharp tools. Also known as “SharpSafe”</li>
</ul>
</div> </div>
<div style="width:35%; margin: 0 2.5%;"> <div style="width:35%; margin: 0 2.5%;">
<img src="https://static.igem.wiki/teams/5342/images/safety/fume-hood.webp" alt="fume hood" style="width:100%"> <img src="https://static.igem.wiki/teams/5342/images/safety/fume-hood.webp" alt="fume hood" style="width:100%">
<p>Figure 1: An example of a fume hood specified for chemical waste[2]</p> <p>Figure 1: An example of a fume hood specified for chemical waste[2]</p>
</div> </div>
</div> </div>
<p>
All waste bins with liquids are equipped with funnels to reduce chemical evaporation.
All waste bins can be found in fume hoods.
Except, in biochemical lab, the large solid waste bin can be stored outside of fume hood.
All uncontaminated solid waste can be thrown in multiple normal waste bins found in lab.
</p>
<h4>Personal safety</h4> <h4>Personal safety</h4>
<p> <p>
Lab coats were worn closed at all times during experiments. Lab coats were worn closed at all times during experiments.
...@@ -163,7 +164,7 @@ ...@@ -163,7 +164,7 @@
</div> </div>
<div> <div>
<h3>References</h3> <h3>References</h3>
<ol> <ol class="list-show">
<li>Hansen lab. (n.d.). Hansen Lab. Retrieved from https://www.thehansenlab.com/hansen-lab-radboud-biophysics-team</li> <li>Hansen lab. (n.d.). Hansen Lab. Retrieved from https://www.thehansenlab.com/hansen-lab-radboud-biophysics-team</li>
<li>Code of Conduct for Lab Courses. Radboud University; September 2022.</li> <li>Code of Conduct for Lab Courses. Radboud University; September 2022.</li>
</ol> </ol>
......
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