update standards, add safety in the lab
This commit is contained in:
parent
a9b9564e55
commit
7a4c08ffe0
4 changed files with 51 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
<a href="https://docs.google.com/document/d/1kKbwxCo9_9Cvo9w4RErARzjXhQXCAZ8P/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true" target="_blank"
|
||||
>Syllabus</a
|
||||
>
|
||||
<a href="https://www.gadoe.org/Curriculum-Instruction-and-Assessment/CTAE/Documents/Survey-Engineering-Graphics.pdf" target="_blank"
|
||||
<a href="https://drive.google.com/file/d/1kG4XGULB-3zqlsVvuOnuyyKrVmvPqBnR/view?usp=sharing" target="_blank"
|
||||
>Standards</a
|
||||
>
|
||||
</div>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<a href="https://docs.google.com/document/d/1m5dqMdQ1CFUWDsnbSuWmLwgluZdxQ076/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true" target="_blank"
|
||||
>Syllabus</a
|
||||
>
|
||||
<a href="https://www.gadoe.org/Curriculum-Instruction-and-Assessment/CTAE/Documents/Survey-Engineering-Graphics.pdf" target="_blank"
|
||||
<a href="https://drive.google.com/file/d/15v1tXYWpQ6P5rts0Hf1HvGsMOv-saP4k/view?usp=sharing" target="_blank"
|
||||
>Standards</a
|
||||
>
|
||||
</div>
|
||||
|
|
48
public/safety-docs/index.html
Normal file
48
public/safety-docs/index.html
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Safety in the lab, getting started is easy</title>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<style>
|
||||
body {
|
||||
text-align: center;
|
||||
background-color: #222;
|
||||
color: #ddd;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
color: #e600008c;
|
||||
}
|
||||
a {
|
||||
font-size: 18px;
|
||||
margin: 10px;
|
||||
text-decoration: none;
|
||||
color: #ddd;
|
||||
}
|
||||
a:hover {
|
||||
color: #e60000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Safety in the lab</h1>
|
||||
<div style="display: flex; flex-direction: column">
|
||||
<a
|
||||
href="https://docs.google.com/document/d/1FTFnjp148WK8-tXOMWp4Hel0lEFglZVskVFJeH27clc/edit?usp=sharing"
|
||||
target="_blank"
|
||||
>GHS and NFPA 704 Safety Guidelines
|
||||
</a>
|
||||
<a
|
||||
href="https://docs.google.com/document/d/1ZDB46E8U72bFWoWLfyKD5YMleE3wAJCvnDrYLJMr0l4/edit?usp=sharing"
|
||||
target="_blank"
|
||||
>Guidelines for Prototype Room/Drafting Implements
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -36,7 +36,7 @@
|
|||
<a href="https://docs.google.com/document/d/1AO7QDsqlXpwbF9BaIVbBjGFq_nru8RKp/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true" target="_blank"
|
||||
>Syllabus</a
|
||||
>
|
||||
<a href="https://www.gadoe.org/Curriculum-Instruction-and-Assessment/CTAE/Documents/Survey-Engineering-Graphics.pdf" target="_blank"
|
||||
<a href="https://drive.google.com/file/d/1xHjjU51oG8XHRnjHQUVzDg03JDY4ZaDu/view?usp=sharing" target="_blank"
|
||||
>Standards</a
|
||||
>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue