-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathak.html
28 lines (28 loc) · 1.45 KB
/
ak.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
<!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"/>
<title>About Alice Kendall's Tattoo Portfolio</title>
</head>
<body>
<nav>
<ul id="left2">
<li><a href="index.html"><div class="logo2">
</div></a></li>
<li><a href="https://twitter.com/vulpixies" target="_blank"><img src="images/twittergrey.png"></a></li>
<li><a href="https://github.com/AriannaChau" target="_blank"><img src="images/githubgrey.png"></a></li>
<li><a href="https://www.linkedin.com/in/ariannachau/" target="_blank"><img src="images/linkedingrey.png"></a></li>
<li><a href="https://www.instagram.com/vulpixies/" target="_blank"><img src="images/instagramgrey.png"></a></li>
</ul>
</nav>
<div class="description">
<h1>Alice Kendall's Tattoo Portfolio</h1>
<p>I created a portfolio piece for Alice Kendall as my capstone. She is a tattoo artist pretty well known in Portland, Oregon. It's a collection of her art, both tattooed and drawn as well as her insipirations. As of right now it is not coded out but it is a plan of mine to code it out and it be available for her to use.</p>
<div class="akpictures">
<img src="images/landingak.png" alt="">
</div>
</div>
</body>
</html>