forked from No13189/No13189.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whydidyouclickthis.html
31 lines (31 loc) · 1.35 KB
/
whydidyouclickthis.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
<!DOCTYPE html>
<html>
<head>
<title>Ethan's Images</title>
<link rel="stylesheet" href="desktop.css" />
</head>
<body>
<header>
<h1> Pixlr Image Editing</h1>
</header>
<nav>
<ul>
<li><a href=index.html>Home</a></li>
<li><a href=whydidyouclickthis.html>Images</a></li>
<li><a href=tinkercad.html>TinkerCad</a></li>
</ul>
</nav>
<section>
<P>These are some of my Pixlr Images that I made during my gr 9 tech course<p>
<h2>Images</h2>
<img src="sadbeach.jpg" alt="A dark beach with a nice palm tree." width="75%">
<p>This project was originally meant to be removing objects from an image and then repairing the image but I decided to use some tools to also make it night time</p>
<img src="texteffect.jpg" alt="A black background with Ontario and behind the letters there is a overhead picture of a forest." width="25%">
<p>This was a project where we had to take an image and then put a black background over it and then cut out the letters to make a place and I chose Ontario</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>