midtowndrafting.com/public/survey-of-engineering-graphics/index.html

46 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Survey of Engineering Graphics</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>
2024-03-18 17:58:22 -04:00
<a href="/">back </a>
<h1>Survey of Engineering Graphics</h1>
<div style="display: flex; flex-direction: column">
<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://drive.google.com/file/d/1xHjjU51oG8XHRnjHQUVzDg03JDY4ZaDu/view?usp=sharing" target="_blank"
>Standards</a
>
</div>
</body>
</html>