-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patholdIndex.html
More file actions
27 lines (23 loc) · 2 KB
/
Copy patholdIndex.html
File metadata and controls
27 lines (23 loc) · 2 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>My DIGIT 110 Homework Page</title>
<meta charset="UTF-8" />
<meta name="author" content="My Name" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="webstyle.css" />
</head>
<body>
<h1>Welcome to... Whatever this is!</h1>
<a href="https://arrowarchive.github.io/The-Arrowarchive/index.html"><img src="images/meowchi.JPG" alt="image of my meowchi plush collection" width="300" title="Look at me, I'm adorable!"/></a>
<a href="https://www.instagram.com/psbbmg/"><img src="images/bmg.png" alt="image of my meowchi plush collection" width="300" title="Look at me, I'm promotional!"/></a>
<a href="https://arrowarchive.github.io/test/java1.html"><img src="images/hibiscus.JPG" alt="A nice photo of some Hibuscus flowers I took" width="300" title="Look at me, I'm beautiful!"/></a>
<p>This is a homework page I have to make for DIGIT 110. My name's Rachel, I'm a digital artist, I did this assignment last semester for another class, that's all you need to know.</p>
<ol>
<li>You can click on my plush collection on the left to go to my art website/portfolio (I couldn't pick a drawing, blame my indecisiveness)</li>
<li>You can click the picture on the right to go to the <i>Instagram</i> page for <i>The Bold Media Group,</i> of which I am one of the heads of web development (shameless self promotion, but hey, the club just started, so cut me some slack)</li>
<li>And lastly, if you think my plush collection is adorable and want to get one for yourself, the store I bought them from is right <a href="https://www.tastypeachstudios.com/collections/plushies">here</a></li>
</ol>
<p>My <a href="https://arrowarchive.github.io/The-Arrowarchive/index.html">art portfolio</a> is more deserving of your time.</p>
</body>
</html>