-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 1.81 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 1.81 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link href="assets/icons/favicon.ico" rel="icon" sizes="any">
<link href="assets/icons/favicon.svg" rel="icon" type="image/svg+xml">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="reset.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/msl6olp.css">
</head>
<body>
<nav class="navbar">
<ul>
<li>LUCILLE TREPANIER</li>
<li>GRADUATE STUDENT <br> PARSONS SCHOOL OF DESIGN – THE NEW SCHOOL</li>
<li><a href="mailto:lucytrep.labs@gmail.com">LUCYTREP.LABS@GMAIL.COM</a></li>
</ul>
</nav>
<main class="hero-section">
<h1 class="stretched-text">LUCILLE</h1>
<div class="image-grid">
<div class="image-card">
<img src="/manuscriptv4.png" alt="Project 1" class="image-placeholder">
<a href="https://lucytrep.github.io/manuscript/" class="image-title">MANUSCRIPT</a>
</div>
<div class="image-card">
<img src="spreadv2.png" alt="Project 2" class="image-placeholder">
<a href="https://baes358.github.io/spread/" class="image-title">SPREAD</a>
</div>
<div class="image-card">
<img src="bindingv4.png" alt="Project 3" class="image-placeholder">
<a href="https://lucytrep.github.io/binding/index.html" class="image-title">BINDING</a>
</div>
<div class="image-card">
<img src="LINKS.png" alt="Project 4" class="image-placeholder">
<!-- testing -->
<a href="https://lucytrep.github.io/links/" class="image-title">LINKS</a>
</div>
<div class="image-card">
<img src="Last project.png" alt="Project 5" class="image-placeholder">
<a href="#" class="image-title">COMING SOON</a>
</div>
</div>
</main>
</body>
</html>