-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (84 loc) · 3.95 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="sass/output.css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Raleway:300,400,700" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<title>Arianna Chau</title>
</head>
<body>
<div id="hero">
<nav>
<ul id="left">
<li><a href="index.html"><div class="logo">
</div></a></li>
<!-- <li><a href="https://twitter.com/vulpixies" target="_blank"><img src="images/twitter.png"></a></li>
<li><a href="https://github.com/AriannaChau" target="_blank"><img src="images/github.png"></a></li>
<li><a href="https://www.linkedin.com/in/ariannachau/" target="_blank"><img src="images/linkedin.png"></a></li>
<li><a href="https://www.instagram.com/vulpixies/" target="_blank"><img src="images/instagram.png"></a></li>
</ul> -->
<ul id="socials">
<li><a href="https://twitter.com/vulpixies" target="_blank"><img src="images/twitter.png"></a></li>
<li><a href="https://github.com/AriannaChau" target="_blank"><img src="images/github.png"></a></li>
<li><a href="https://www.linkedin.com/in/ariannachau/" target="_blank"><img src="images/linkedin.png"></a></li>
<li><a href="https://www.instagram.com/vulpixies/" target="_blank"><img src="images/instagram.png"></a></li>
</ul>
</nav>
<div id="title">
<p>Hello, I'm
<br><span id="name">Arianna Chau</span>
<br>I am a UX/UI designer and front end web developer.</p>
</div>
</div>
<div class="about">
<div class="test">
<h1>About</h1>
<p>Hello, and welcome. I am a front end developer and UX/UI designer and I was born and raised in the one and only City of Roses. I love to create, problem solve, and ask why. I favor clean and minimalist websites with gentle and neutral colors with layering that achieve levels of depth. I’m all about growing, challenging myself and lifting up/encouraging those around me.
Oh, and my dogs, I’m all about my dogs.
<p>When I'm not coding and designing, I'm usually outside, I love hiking and immersing myself outdoors. I'd also like to consider myself a master crocheter and I can make a mean beanie and the cutest animals you've ever seen.</p>
<a href="images/letter2.pdf">
<button type="button" id="resumebutton">View Résumé</button>
</a>
</div>
<div class="image">
<img src="images/me.jpg">
</div>
</div>
<div class="new-section">
<h1>Sample Works</h1>
<div class="works">
<div class="sample-works">
<div class="sample">
<a href="fern.html"><img src="images/fern.png"></a>
</div>
<div class="sample">
<a href="ak.html"><img src="images/ak.png"></a>
</div>
<div class="sample">
<a href="socialcodus.html"><img src="images/socialcodus.png"></a>
</div>
<div class="sample">
<a href="thehub.html"><img src="images/hub.png"></a>
</div>
</div>
</div>
</div>
<div class="contact">
<h1>Let's Work Together</h1>
<p>I am always looking for new opportunies to make great things.
<br>I look forward to hearing from you!</p>
</div>
<div class="form-body">
<form action="https://formspree.io/[email protected]"
method="POST">
<input type="text" name="name" placeholder="first name">
<input type="text" name="name" placeholder="last name">
<input type="email" name="_replyto" placeholder="email">
<textarea name="message" placeholder="message" id="message"></textarea>
<input type="submit" value="Send" id="button">
</form>
</div>
</body>
</html>