78 lines
2.8 KiB
HTML
78 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Links to Engineering Graphics Resources</title>
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>Links to Engineering Graphics Resources</title>
|
|
<meta
|
|
name="description"
|
|
content=" Welcome! This pathway consists of three courses: Introduction to Drafting and Design, Survey of Engineering Graphics, and 3-D Modeling and Analysis. This website hosts standards, syllabi, and links for. all classes taught by Ms. Nunnink. "
|
|
/>
|
|
|
|
<meta property="og:url" content="https://midtowndrafting.com" />
|
|
<meta property="og:type" content="website" />
|
|
<meta
|
|
property="og:title"
|
|
content="Links to Engineering Graphics Resources"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content=" Welcome! This pathway consists of three courses: Introduction to Drafting and Design, Survey of Engineering Graphics, and 3-D Modeling and Analysis. This website hosts standards, syllabi, and links for. all classes taught by Ms. Nunnink. "
|
|
/>
|
|
<meta property="og:image" content="/img/main-min.png" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:domain" content="midtowndrafting.com" />
|
|
<meta property="twitter:url" content="https://midtowndrafting.com" />
|
|
<meta
|
|
name="twitter:title"
|
|
content="Links to Engineering Graphics Resources"
|
|
/>
|
|
<meta
|
|
name="twitter:description"
|
|
content=" Welcome! This pathway consists of three courses: Introduction to Drafting and Design, Survey of Engineering Graphics, and 3-D Modeling and Analysis. This website hosts standards, syllabi, and links for. all classes taught by Ms. Nunnink. "
|
|
/>
|
|
<meta name="twitter:image" content="/img/main-min.png" />
|
|
|
|
<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>Hi! This website is under construction</h1>
|
|
<h2>In the meantime, you can visit these resources:</h2>
|
|
<div style="display: flex; flex-direction: column">
|
|
<a href="/introduction-to-drafting-design"
|
|
>Introduction to Drafting & Design</a
|
|
>
|
|
<a href="/survey-of-engineering-graphics"
|
|
>Survey of Engineering Graphics</a
|
|
>
|
|
<a href="/3d-modeling-analysis">3-D Modeling & Analysis</a>
|
|
<a href="/safety-docs">Safety Docs</a>
|
|
</div>
|
|
</body>
|
|
</html>
|