-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (40 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Barrier Assembly Drawing - Mechanical Design</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Barrier Assembly Drawing - Mechanical Design</h1>
</header>
<section>
<h2>Project Overview</h2>
<p>This website provides the detailed drawing for the Barrier Assembly, focusing on the mechanical design aspects. This project demonstrates precision in design and part placement for the barrier assembly.</p>
</section>
<section>
<h2>Project Details</h2>
<ul>
<li>Project Title: <strong>Barrier Assembly Drawing</strong></li>
<li>Project Lead: <strong>Yengkong Sayaovong</strong></li>
<li>Tools Used: Creo</li>
</ul>
</section>
<section>
<h2>Project Documents</h2>
<p>You can find all the project-related documents and drawings below:</p>
<ul>
<li><a href="documents/Barrier Assembly Drawing.pdf" target="_blank">Barrier Assembly Drawing</a></li>
</ul>
</section>
<section>
<h2>Repository Links</h2>
<p>For more details, visit the project repository on <a href="https://github.com/YSayaovong/Barrier-Assembly-Drawing" target="_blank">GitHub</a>.</p>
</section>
<footer>
<p>© 2024 Barrier Assembly Drawing Project. All Rights Reserved.</p>
</footer>
</body>
</html>