-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (64 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/main.css">
<title> design by Jordan Rich</title>
</head>
<body>
<header>
<nav>
<p><a href="/.">Jordan Rich </a></p>
</nav>
<p>Portfolio de conception web</p>
</header>
<main>
<section class="portfolio">
<article>
<a href="/projects/010.html"><img src="/images/009.png" alt=""></a>
<h2 class="feed"><a href="/projects/010.html"> Chanda and the passengers - graphic art </a></h2>
</article>
<article>
<a href="/projects/009.html"><img src="/images/12.png" alt=""></a>
<h2 class="feed"><a href="/projects/test.html"> Chanda and the passengers - web design </a></h2>
</article>
<article>
<a href="/projects/008.html"><img src="/images/stank-fitness-feature.png" alt=""></a>
<h2 class="feed"><a href="/projects/test.html"> Stank Fitness - web design</a></h2>
</article>
<article>
<a href="/projects/007.html"><img src="/images/14.png" alt=""></a>
<h2 class="feed"><a href="/projects/test.html"> West Side Labs - branding and logo </a></h2>
</article>
<article>
<a href="/projects/006.html"><img src="/images/011.png" alt=""></a>
<h2 class="feed"><a href="/projects/test.html"> MARTA Transit Map Experiment </a></h2>
</article>
<article>
<a href="/projects/005.html"><img src="/images/medicinal-mamma.png" alt=""></a>
<h2 class="feed"><a href="#"> Chanda & The Passengers - Medicinal Mamma cover art </a></h2>
</article>
<article>
<a href="/projects/004.html"><img src="/images/djbg-001.png" alt=""></a>
<h2 class="feed"><a href="#"> DJ BlackGold creative direction </a></h2>
</article>
<article>
<a href="/projects/003.html"><img src="/images/dit-dash.png" alt=""></a>
<h2 class="feed"><a href="#"> dit dash records - logo </a></h2>
</article>
<article>
<a href="/projects/002.html"><img src="/images/tdanielle.png" alt=""></a>
<h2 class="feed"><a href="/projects/002.html"> T.danielle - Business Card and Logo </a></h2>
</article>
<article>
<a href="/projects/001.html"><img src="/images/sos.png" alt=""></a>
<h2 class="feed"><a href="/projects/001.html"> SOS band - marketing material </a></h2>
</article>
</section>
</main>
<footer>
</footer>
</body>
</html>