added styles and still thinking about structure
parent
a2904980d4
commit
ff267d75cb
|
@ -0,0 +1,4 @@
|
|||
<div class="footer">
|
||||
<p>©2021 Jordan Hanrahan</p>
|
||||
</div>
|
||||
</html>
|
|
@ -2,5 +2,6 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<title>Jordan Hanrahan - Portfolio</title>
|
||||
</head>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<div class="masthead">
|
||||
<h1>Jordan Hanrahan</h1>
|
||||
<h2>Art Direction - Graphic Design - Motion Graphics</h2>
|
||||
</div>
|
|
@ -2,15 +2,20 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<title>Jordan Hanrahan - Portfolio</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="masthead">
|
||||
<h1>Jordan Hanrahan</h1>
|
||||
<h2>Art Direction - Graphic Design - Motion Graphics</h2>
|
||||
<!-- todo: generate links from items in projec folder {%project-list%} -->
|
||||
</div>
|
||||
<!-- the build script should generate links from items in project folder here. -->
|
||||
<div class="projects">
|
||||
<ul>
|
||||
<li><a href="projects/2016-XXXX.html">XX XX</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>©2021 Jordan Hanrahan</p>
|
||||
</div>
|
||||
|
|
|
@ -14,7 +14,14 @@ project_year: 2020
|
|||
|
||||
---
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<title>Jordan Hanrahan - Portfolio</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>XX XX</h1>
|
||||
<h2>Until it's recent closure, **XX XX** was one of South-East Asia's premiere venues for dance music, bringing local DJs and producers to the fore, while hosting international acts such as **Kevin Saunderson** <small>(KMS, Detroit)</small>, **FJAAK** <small>(50Weapons, Berlin)</small>, **Answer Code Request** <small>(Berghain/Ostgut Ton, Berlin)</small>, Jamie XX, **Chris Cruse** <small>(Spotlight, LA)</small>, **ND_Baumecker** <small>(Ostgut Ton, Berlin)</small>, **Sofie** <small>(Stones Throw/Boiler Room, LA)</small>, **Milton Bradley** <small>(Do Not Resist The Beat/Alien Rain, Berlin)</small> and many more.</h2>
|
||||
|
||||
|
@ -104,3 +111,8 @@ Mixmag feature
|
|||
<img src="/uploads/cbc_xxxx/cbc_venuephotos_xxxx_181213_08.jpg" />
|
||||
<img src="/uploads/cbc_xxxx/cbc_venuephotos_xxxx_181213_07.jpg" />
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>©2021 Jordan Hanrahan</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
html {
|
||||
background-color: #222222;
|
||||
color: #ffffff;
|
||||
font-family: sans-serif;
|
||||
}
|
Loading…
Reference in New Issue