-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (73 loc) · 2.76 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
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link href="style.css" rel="stylesheet" />
<title>Christmas 2022</title>
</head>
<body>
<section id="home" class="homeBackground">
<h1 class="sectionHeader">Christmas 2022</h1>
<h3 class="sectionSubheader"><3 your favourite</h3>
<div class="row">
<div class="column">
<img src="Pictures/1.JPG">
<img src="Pictures/2.JPG">
<img src="Pictures/3.JPG">
<img src="Pictures/4.JPG">
<img src="Pictures/5.JPG">
<img src="Pictures/7.JPG">
<img src="Pictures/6.JPG">
<img src="Pictures/8.JPG">
<img src="Pictures/48.JPG">
<img src="Pictures/49.JPG">
</div>
<div class="column">
<img src="Pictures/11.JPG">
<img src="Pictures/12.JPG">
<img src="Pictures/13.JPG">
<img src="Pictures/14.JPG">
<img src="Pictures/51.JPG">
<img src="Pictures/16.JPG">
<img src="Pictures/17.JPG">
<img src="Pictures/18.JPG">
<img src="Pictures/19.JPG">
<img src="Pictures/20.JPG">
<img src="Pictures/9.JPG">
<img src="Pictures/15.JPG">
<img src="Pictures/52.JPG">
</div>
<div class="column">
<img src="Pictures/21.JPG">
<img src="Pictures/23.JPG">
<img src="Pictures/44.JPG">
<img src="Pictures/25.JPG">
<img src="Pictures/26.JPG">
<img src="Pictures/42.JPG">
<img src="Pictures/28.JPG">
<img src="Pictures/29.JPG">
<img src="Pictures/40.JPG">
<img src="Pictures/41.JPG">
<img src="Pictures/22.JPG">
<img src="Pictures/43.JPG">
<img src="Pictures/24.JPG">
</div>
<div class="column">
<img src="Pictures/31.JPG">
<img src="Pictures/33.JPG">
<img src="Pictures/50.JPG">
<img src="Pictures/36.JPG">
<img src="Pictures/53.JPG">
<img src="Pictures/37.JPG">
<img src="Pictures/38.JPG">
<img src="Pictures/39.JPG">
<img src="Pictures/45.JPG">
<img src="Pictures/46.JPG">
<img src="Pictures/47.JPG">
</div>
</div>
<h3 class="secretText">(Abbie is your favourite if you forgot)</h3>
</section>
</body>
</html>