-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (52 loc) · 1.47 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="code/main.css">
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"></script>
<script src="code/sketch.js"></script>
<title>B&C Update</title>
</head>
<body>
<div id="title">
<h1>Ben & Colleen Updates</h1>
<h3>2024 Edition</h3>
</div>
<div id="main">
<p id="hello">
<!--a title-->
</p>
<div id="sketch-holder">
<!--snowflakes!-->
</div>
<div id="img2">
<!--feels forever ago-->
</div>
<p class="letter" id="p1La"></p>
<p class="letter" id="p1Lb">The following is a recap of the past few years - some jokes will be thrown in as well for good measure.</p>
<div id="img3">
<!--we work and look put together at times-->
</div>
<p class="letter" id="p2L">
Things about work/relationship/life/house here </p>
<div id="wedding">
<!--wedding image-->
</div>
<p class="letter" id="p3L">We have a wonderful little family and also go on trips!</p>
<div id="img5">
<!--cats! trains! hiking in the woods! shennanigans, etc.-->
</div>
<p class="letter" id="p4L">Copy re Ben work here!</p>
<div id="img6">
<!--ben stuff-->
</div>
<p class="letter" id="p5L">Copy re Leen work here!</p>
<div id="img7">
<!--leen stuff-->
</div>
<p class="letter" id="p6L"> Things about our house</p>
<div id="img8">
<!--house stuff here-->
</div>
</div>
</body>
</html>