-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
35 lines (32 loc) · 2.37 KB
/
archive.html
File metadata and controls
35 lines (32 loc) · 2.37 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
<html>
<head>
<title> Generative Art | Half Point Studio </title>
<link rel='stylesheet' href='style.css'>
<script type='module' src='' defer></script>
</head>
<body>
<header id='header'>
<section class='left'>
<nav>
<div> <a href='/'> Home </a> </div>
</nav>
</section>
<section class='right'>
<nav>
<div> <a href='./archive.html'> Archive </a> </div>
<div> About Us </div>
</nav>
</section>
</header>
<main>
<section id='archive-links'>
<div id='stacked' class='program'>[Mar 06 2024] Link to <a href='./archive/stacked.html'> stacked</a></div><div id='sun' class='program'>[Mar 05 2024] Link to <a href='./archive/sun.html'> sun</a></div><div id='small_and_big' class='program'>[Mar 04 2024] Link to <a href='./archive/small_and_big.html'> small and_big</a></div><div id='letters_grid' class='program'>[Feb 22 2024] Link to <a href='./archive/letters_grid.html'> letters grid</a></div><div id='text_framing' class='program'>[Feb 21 2024] Link to <a href='./archive/text_framing.html'> text framing</a></div><div id='back_to_basics' class='program'>[Feb 20 2024] Link to <a href='./archive/back_to_basics.html'> back to_basics</a></div><div id='circles' class='program'>[Feb 18 2024] Link to <a href='./archive/circles.html'> circles</a></div><div id='loading' class='program'>[Feb 11 2024] Link to <a href='./archive/loading.html'> loading</a></div><div id='ripple' class='program'>[Jan 21 2024] Link to <a href='./archive/ripple.html'> ripple</a></div><div id='animateWithNumbers' class='program'>[Jan 20 2024] Link to <a href='./archive/animateWithNumbers.html'> animateWithNumbers</a></div><div id='four_sq' class='program'>[Jan 08 2024] Link to <a href='./archive/four_sq.html'> four sq</a></div><div id='sin_diag_sq' class='program'>[Jan 04 2024] Link to <a href='./archive/sin_diag_sq.html'> sin diag_sq</a></div><div id='gradient_hsb' class='program'>[Jan 04 2024] Link to <a href='./archive/gradient_hsb.html'> gradient hsb</a></div><div id='squares_5' class='program'>[Jan 03 2024] Link to <a href='./archive/squares_5.html'> squares 5</a></div>
</section>
</main>
<footer id='footer'>
<section id='center'>
made by Arsh and Laksh with HalfPoint Studio
</section>
</footer>
</body>
</html>