-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 861 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Document</title>
</head>
<body>
<section class = "image1">
<h1>Black Mirror Concrete</h1>
<h2>JG Brooker Ballard</h2>
<p>
"A graphic representation of data abstracted from the banks of every computer in the human system. Unthinkable complexity. Lines of light ranged in the nonspace of the mind, clusters and constellations of data. Like city lights, receding." -- William Gibson.
</p>
</section>
<section class = "image2">
<h1>Snowcrashed Utopiana</h1>
<h2>Lingster Stephenson</h2>
</section>
<section class = "image3">
<h1>Fluorescent Idoru </h1>
<h2>Debris Gibson</h2>
</section>
<script src="./script.js"></script>
</body>
</html>