-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtinkercad.html
32 lines (32 loc) · 1.41 KB
/
tinkercad.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
<!DOCTYPE html>
<html>
<head>
<title>My TinkerCad Creations Webpage</title>
<link rel="stylesheet" href="desktop.css" />
</head>
<body>
<header>
<h1> TinkerCad Creations</h1>
</header>
<nav>
<ul>
<li><a href=index.html>Home</a></li>
<li><a href=images.html>Images</a></li>
<li><a href=sketchup.html>Sketchup</a></li>
</ul>
</nav>
<section>
<p>This page has a few of my Tinkercad Creations that I worked on in my Grade 9 Tech course.</p>
<img src="probecase.jpg" alt="a case for a conductivity probe that we needed to make with tinkercad">
<p>This was a case that I made for a conductivity probe wuth Tinkercad for an assignment in my Grade 9 Tech Class.</p>
<img src="nametag.jpg" alt="a nametag with my name, Ethan, on it">
<p>This was a nametag that I made with Tinkercad for my grade 9 tech class, I put some other names on it but I only showed this one.</p>
<img src="usbholder.jpg" alt="a holder for usb c cords">
<p>A holder for 24 usb c cords that I started making but never really finished during my grade 9 tech course.</p>
<p>Very <strong><em><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ>">funni</a></em></strong> link</p>
</section>
<footer>
©2021 <a href="https://docs.google.com/presentation/d/1j9sn90UzJp769DZQkstHffa1QDkvpEMaQIrHZXRkAnQ/edit">Ethan Wagoner</a>
</footer>
</body>
</html>