-
Notifications
You must be signed in to change notification settings - Fork 0
/
genzify.html
84 lines (84 loc) · 2.4 KB
/
genzify.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GenZify</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="content">
<div>
<img class="logo" src="/images/logo.png">
<img src="/gifs/rainbow.gif" alt="Rainbow-gif" width="100%" height="100%">
</div>
<div class="main">
<div class="column">Column 1
</div>
<div class="horizontal-line"></div>
<div class="column">
<div class="blocks">
<h2>Rizz</h2>
<br>
<p class="desc">"Rizz" is a slang term that means the ability to attract people, especially romantically or sexually. It can also refer to someone's charm, style, or attractiveness.</p>
<br>
<p>Eg: Ever since he started using that new cologne, his <span class="highlight">rizz</span> has been off the charts; he can charm anyone he talks to</p>
<br>
<div>
<img class="reaction" src="/gifs/shrek-rizz.gif" alt="Shrek rizz">
</div>
</div>
<br>
<div>
<div class="blocks">
<h2>Periodt</h2>
<br>
<p class="desc">"Periodt" is an American slang term that means "finished" or "all done". It's a variation of the word "period" and is used to emphasize a point or signal the end of a discussion.</p>
<br>
<p>Eg: And that's on him, <span class="highlight">periodt</span>. 💅</p>
<br>
<div>
<img class="reaction" src="/gifs/periodt.gif" alt="Shrek rizz">
</div>
</div>
</div>
<br>
<div>
<div class="blocks">
<h2>Bomboclat</h2>
<br>
<p class="desc">“Bomboclat” is a Jamaican slang word to express shock, dismay, or anger. In Jamaican Patois, the word “bombo” means “butt,” while “clat” means “cloth.</p>
<br>
<p>Eg: Did you see that crazy stunt he pulled? <span class="highlight">Bomboclat</span>!</p>
<br>
<div>
<img class="reaction" src="/gifs/bomboclat.gif" alt="ishowspeed shock">
</div>
</div>
</div>
<br>
</div>
<div class="horizontal-line"></div>
<div class="column">
<div>
<img class="cat" src="/gifs/rainbow-cat.webp">
</div>
<br>
<div class="submission-box">
Submit a gen-z word
<br>
<form>
<input type="text" id="word" placeholder="Enter the word" required>
<textarea id="description" rows="4" placeholder="Enter the description" required></textarea>
Submit here
<button class="submit" type="submit">
<img src="/gifs/rainbowbutton2.gif">
</button>
</form>
</div>
</div>
</div>
</div>
</body>
<script src="genzify.js"></script>
</html>