-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpr-poster-03.html
32 lines (32 loc) · 993 Bytes
/
pr-poster-03.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
<!doctype html>
<html>
<head>
<title>Abhay Harpalani | Portfolio</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="portfolio.css"/>
<!-- adobe fonts -->
<link rel="stylesheet" href="https://use.typekit.net/jaw3icc.css">
</head>
<body>
<div class="main">
<div class="left">
<div class="header">
<h1>portfolio</h1>
</div>
<div class="left-text">
<a href="portfolio.html"><h2 style="margin-left: 2rem;">← back</h2></a>
</div>
</div>
<div class="right">
<div class="projects-wrapper">
<div class="project-closeup">
<a href="portfolio_assets/full_size/pr-poster-03.png"><img src="portfolio_assets/full_size/pr-poster-03.png"></a>
</div>
</div>
<p style="margin-left: 1rem;">Aphex Twin - Selected Ambient Works 85-92 album cover redesign.</p>
</div>
</div>
</body>
</html>