This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfriendlymatch.html
99 lines (92 loc) · 3.94 KB
/
friendlymatch.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Friendly Match</title>
<link rel="icon" type="image/x-icon" href="assets/images/logo-white.png"/>
<link href="styles/global.css" rel="stylesheet"/>
<style>
.content{
float: left;
width: 100%;
padding: 0 10px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
background-color: #FFFFFF;
}
.row {
display: flex;
justify-content: center;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
flex: 30%;
max-width: 100%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
</style>
</head>
<body>
<header-template></header-template>
<main>
<h1>Friendly Match</h1>
<br/>
<div class="row">
<div class="column">
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(1).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(2).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(3).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(4).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(5).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(6).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(7).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(8).jpg" style="width:100%" alt=""/>
</div>
<div class="column">
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(9).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(10).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(11).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(12).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(13).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(14).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(15).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(16).jpg" style="width:100%" alt=""/>
</div>
<div class="column">
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(17).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(18).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(19).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(20).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(21).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(22).jpg" style="width:100%" alt=""/>
<img src="assets/images/EventPhoto/Friendly%20Match/friendlyMatch%20(23).jpg" style="width:100%" alt=""/>
</div>
</div>
</main>
<footer-template></footer-template>
<script src="scripts/global.js"></script>
</body>
</html>