-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
77 lines (75 loc) · 3.64 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap">
<title>
Credits | Pom's Birthday Website 2021
</title>
<link rel="icon" href="./logo.png">
</head>
<body>
<h1 class="Heading">
Credits
</h1>
<div class="card2">
<div class="text">
<h1>Contributors and Signatures</h1>
<p style="display: inline;">|| <strong>Mr. Ball</strong> ||</p>
<p style="display: inline;"> <strong>Ms. Pukpikso</strong> ||</p>
<p style="display: inline;"> <strong>Born</strong> ||</p>
<p style="display: inline;"> <strong>Zine</strong> ||</p>
<p style="display: inline;"> <strong>Krit</strong> ||</p>
<p style="display: inline;"> <strong>Nine</strong> ||</p>
<p style="display: inline;"> <strong>Pup</strong> ||</p>
<p style="display: inline;"> <strong>Time</strong> ||</p>
<p style="display: inline;"> <strong>Tintin</strong> ||</p>
<p style="display: inline;"> <strong>Wynn</strong> ||</p>
<p style="display: inline;"> <strong>Zen</strong> ||</p>
<p style="display: inline;"> <strong>M</strong> ||</p>
<h1>Credits</h1>
<div style="position: absolute; text-align: left;">
HTML&CSS Coding <br>
Website Design <br>
People Resources <br>
Honored Teachers <br>
Special Friends <br>
Teacher Connections
</div>
<div style=" text-align: right;">
Wynn & Time <br>
Time & Wynn <br>
Tintin, Wynn & Time <br>
Mr.Ball & Ms. Pik <br>
Zine, Krit, Nine, Pup, Time, Tintin, Wynn, Zen & M <br>
Time
</div>
<h1>Notes</h1>
<p>There are 2 easter eggs in this website. Make sure to find them all.</p>
</div>
<img src="./happy.jpg" alt="birthday" class="birthday5">
<div class="space">
<p>This Website was made by Time2s and WynnKunGz using HTML and CSS.</p>
<p class="muted">© Copyright 2022. TimeNatakorn and WynnKunGz </p>
<!-- <div class="container">
<a href="mrball.html" class="item">Mr.Ball</a>
<a href="misspik.html" class="item">Ms.Pik / Pukpikso</a>
<a href="wynn.html" class="item" >Wynn</a>
<a href="time.html" class="item">Time</a>
<a href="tintin.html" class="item">TinTin</a>
<a href="zine.html" class="item">Zine</a>
<a href="nine.html" class="item">Nine</a>
<a href="zen.html" class="item">Zen</a>
<a href="pup.html" class="item">Pup</a>
<a href="born.html" class="item">Born</a>
<a href="m.html" class="item">M</a>
<a href="memories.html" class="item">Memories</a>
<a href="about.html" class="item">Credits</a>
</div> -->
</div>
</div>
</body>
</html>