-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcards.html
91 lines (80 loc) · 3.02 KB
/
cards.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--- Metadata --->
<meta name="title" content="AlexMango.tk" />
<meta name="description" content="Welcome to my Website!" />
<meta name="keywords" content="Games programming, University" />
<meta name="author" content="AlexMango" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://alexmango.tk/" />
<meta property="og:title" content="AlexMango.tk" />
<meta property="og:description" content="Welcome to my Website!" />
<meta
property="og:image"
content="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="http://alexmango.tk/" />
<meta property="twitter:title" content="AlexMango.tk" />
<meta property="twitter:description" content="Welcome to my Website!" />
<meta
property="twitter:image"
content="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<link rel="icon" href="https://glitch.com/favicon.ico" />
<title>Top Trumps Cards!</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
</head>
<body>
<!-- this is the start of content -->
<h1 id="header">Cards Preview!</h1>
<p id="paragraph">The Pictures for our Group's Cards will be below.</p>
<!-- <p style="color:yellow";>First Design! </p>
<img src="https://cdn.glitch.me/56855dbd-c685-47e7-8866-0983db1c6655%2FNote__page-0001.jpg?v=1633447427864" alt="Alex's first Card" width="500" height="600">
</p>-->
<p id="paragraph2">My Card!</p>
<p>
<img
src="https://cdn.glitch.me/56855dbd-c685-47e7-8866-0983db1c6655%2FTop%20Trump%20me.png?v=1633998805887"
alt="Alex's second Card"
width="500"
height="600"
/>
</p>
<p id="paragraph3">Chris's Card!</p>
<p>
<img
src="https://cdn.glitch.me/56855dbd-c685-47e7-8866-0983db1c6655%2FIMG-20211011-WA0018.jpg?v=1634030193075"
alt="Chris's Card"
width="500"
height="600"
/>
</p>
<p id="paragraph4">Mirko's Card!</p>
<p>
<img
src="https://cdn.glitch.me/56855dbd-c685-47e7-8866-0983db1c6655%2FIMG-20211012-WA0001.jpg?v=1634030568865"
alt="Mirko's Card"
width="500"
height="600"
/>
</p>
<p id="paragraph5">
<a href="https://forms.gle/KaWY2NquCYoztP218"
>Like the work shown or have any suggestion? Answer this form!</a
>
</p>
<p>
<button class="btn-toggle">Toggle Dark-Mode</button>
</p>
</body>
</html>