-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (64 loc) · 2.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./assets/style.css">
<title class="heading">Andrea Ginn</title>
</head>
<body>
<h1>ANDREA GINN</h1>
<div class="navbar">
<ul class="nav">
<li><a href="#aboutsection" id="about">ABOUT</a></li>
<li><a href="#gallerysection" id="gallery">GALLERY</a></li>
<li><a href="#contactsection" id="contact">CONTACT</a></li>
</ul>
</div>
<div class="section" id="aboutsection">
<h3 class="heading">ABOUT</h3>
<img id="andrea" src="assets/andrea.jpg" height=400px width=300px alt="photo of Andrea">
<p>I have loved creating art since I was very young.<br>
I primarily work with white charcoal on black paper, but have also experimented <br>
with acrylic, watercolors, graphite drawings, and photography.<br>
This site will be periodically updated with new coding projects which will replace the current placeholders.
</p>
</div>
<div class="break"></div>
<div class="section" id="gallerysection">
<h3 class="heading">GALLERY</h3>
<div class="assignment"><a href="https://andreaginn.github.io/HoriseonSite/"><img src="assets/assignment.jpg"
id="horiseon">
<div class="pictext">Project 1 Site</div>
</a></div>
<div class="siximages">
<a href="https://andreaginn.github.io/Click-for-Flicks/"><img src="assets/CfFScreenshot.jpg" height="300"
width="450" alt="screenshot of clickforflicks site">
<div class="pictext">ClickForFlicks</div>
</a>
<a href="https://calm-tor-47120.herokuapp.com/"><img class="jamsession" src="assets/jam-session.jpg"
height="300" width="300" alt="screenshot of Jam Session Login Page">
<div class="pictext">Jam Session</div>
</a>
<img src="assets/cemetery.jpg" height="300" width="300" alt="black and white drawing of hand on tombstone">
<div class="pictext">Skull</div>
</div>
<div class="siximages">
<img src="assets/flowerskull.jpg" height="300" width="300"
alt="black and white drawing of skull surrounded by flowers">
<div class="pictext">Garden</div>
<img src="assets/gallo.jpg" height="300" width="300" alt="drawing of man's face">
<div class="pictext">Gallo</div>
<img src="assets/pumpkin.jpg" height="300" width="300" alt="black and white pumpkin drawing">
<div class="pictext">Pumpkin</div>
</div>
<div class="break"></div>
<div class="section" id="contactsection">
<h3 class="heading">CONTACT</h3>
<p>
<ul class="phoneemail">
<li>Email: [email protected]</li>
<li>Phone: 206-913-8730</li>
</ul>
</p>
</div>
</body>
</html>