-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsketchup.html
32 lines (32 loc) · 1.69 KB
/
sketchup.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 Sketchup Creations Webpage</title>
<link rel="stylesheet" href="desktop.css" />
</head>
<body>
<header>
<h1> Sketchup Creations</h1>
</header>
<nav>
<ul>
<li><a href=index.html>Home</a></li>
<li><a href=images.html>Images</a></li>
<li><a href=tinkercad.html>Tinkercad</a></li>
</ul>
</nav>
<section>
<p>Some creations I made with a 3D moddeling service called Sketchup during my Grade 9 Tech Class</p>
<img src="dripshack.jpg" alt="a small shack with a car on the side">
<p>A small shack that I made during my Grade 9 Tech Course, the shack itself was really easy to make, personally the car on the side is my favorite part.</p>
<img src="bookshelf.jpg" alt="a bookshelf with some books and a Playstation 5 on the bottom">
<p>a small bookshelf with a lot of books and this lucky person apparently has a PS5 as well, the bookshelf was really easy to make but personally I find it nice to look at.</p>
<img src="painhouse.jpg" alt="A small house that was seriously difficult to make and took many attempts to make">
<p>This house is not very large but was still very difficult to make due to some poor planning on my part and also because Sketchup is quite confusing and difficult to use, it was nice to look at when it was finally finished but it was extremely annoying to make.</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>