-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Algorithm-Driven Design Projects</title>
<meta name="description" content="Directory of Generative Graphic Design" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="icon" type="image/x-icon" href="./favicon.ico">
</head>
<body>
<header>
<section>
<p class="fw-700">
Algorithm-driven approaches can be part of an iterative design process and
advance flexible design systems.
</p>
<p>
The collection of algorithm-driven design projects is curated by
<a href="https://nora-warschewski.de" target="_blank">Nora Warschewski</a>.
</p>
<p class="fs-s">Last updated: 16/10/22</p>
</section>
</header>
<section id="projectGrid">
<!-- Draws projects from json file -->
</section>
<div id="preloader">
<h2>Algorithm-Driven Design Projects</h2>
</div>
<script src="./assets/js/scripts.js"></script>
<script src="./assets/js/preloader.js"></script>
</body>
</html>