prettier, remove blank target for home page

This commit is contained in:
brooke 2024-03-18 18:02:53 -04:00
parent bdba34b0f6
commit 70acae681b
3 changed files with 17 additions and 17 deletions

View file

@ -33,23 +33,15 @@
<body> <body>
<h1>Hi! This website is under construction</h1> <h1>Hi! This website is under construction</h1>
<h2>In the meantime, you can visit these resources:</h2> <h2>In the meantime, you can visit these resources:</h2>
<div style="display: flex; flex-direction:column;"> <div style="display: flex; flex-direction: column">
<a <a href="/introduction-to-drafting-design"
href="/introduction-to-drafting-design"
target="_blank"
>Introduction to Drafting & Design</a >Introduction to Drafting & Design</a
> >
<a <a href="/survey-of-engineering-graphics"
href="/survey-of-engineering-graphics"
target="_blank"
>Survey of Engineering Graphics</a >Survey of Engineering Graphics</a
> >
<a href="/3d-modeling-analysis" target="_blank" <a href="/3d-modeling-analysis">3-D Modeling & Analysis</a>
>3-D Modeling & Analysis</a <a href="/safety-docs">Safety Docs</a>
>
<a href="/safety-docs" target="_blank"
>Safety Docs</a
>
</div> </div>
</body> </body>
</html> </html>

View file

@ -34,10 +34,14 @@
<a href="/">back </a> <a href="/">back </a>
<h1>Introduction to Drafting & Design</h1> <h1>Introduction to Drafting & Design</h1>
<div style="display: flex; flex-direction: column"> <div style="display: flex; flex-direction: column">
<a href="https://docs.google.com/document/d/1m5dqMdQ1CFUWDsnbSuWmLwgluZdxQ076/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true" target="_blank" <a
href="https://docs.google.com/document/d/1m5dqMdQ1CFUWDsnbSuWmLwgluZdxQ076/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true"
target="_blank"
>Syllabus</a >Syllabus</a
> >
<a href="https://drive.google.com/file/d/15v1tXYWpQ6P5rts0Hf1HvGsMOv-saP4k/view?usp=sharing" target="_blank" <a
href="https://drive.google.com/file/d/15v1tXYWpQ6P5rts0Hf1HvGsMOv-saP4k/view?usp=sharing"
target="_blank"
>Standards</a >Standards</a
> >
</div> </div>

View file

@ -34,10 +34,14 @@
<a href="/">back </a> <a href="/">back </a>
<h1>Survey of Engineering Graphics</h1> <h1>Survey of Engineering Graphics</h1>
<div style="display: flex; flex-direction: column"> <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" <a
href="https://docs.google.com/document/d/1AO7QDsqlXpwbF9BaIVbBjGFq_nru8RKp/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true"
target="_blank"
>Syllabus</a >Syllabus</a
> >
<a href="https://drive.google.com/file/d/1xHjjU51oG8XHRnjHQUVzDg03JDY4ZaDu/view?usp=sharing" target="_blank" <a
href="https://drive.google.com/file/d/1xHjjU51oG8XHRnjHQUVzDg03JDY4ZaDu/view?usp=sharing"
target="_blank"
>Standards</a >Standards</a
> >
</div> </div>