-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path55.html
97 lines (81 loc) · 4.68 KB
/
55.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BAD BOYS EDUCATE</title>
</head>
<body>
<img src="images/Screenshot 2024-06-07 at 11.22.27 PM.png" alt="">
<h1 id="title">BAD BOYS EDUCATE </h1>
<p id="description">Please take a moment to fill out our form .</p>
<form id="survey-form">
<label for="name" id="name-label">Name:
<input type="text" id="name" placeholder="Enter your name" required>
</label>
<label for="email" id="email-label">Email:
<input type="email" id="email" placeholder="Enter your email" required>
</label>
<label for="number" id="number-label">Number:
<input type="number" id="number" placeholder="Enter a number" min="1" max="100" required>
</label>
<label for="dropdown">Choose an option:
<select id="dropdown">
</select>
</label>
<fieldset>
<legend>old members</legend>
<label><input type="old members " name="old members" > Yes</label>
<label><input type="old members" name="old members" > No</label>
</fieldset>
<fieldset>
<legend>new members</legend>
<label><input type="Yes" > Yes</label>
<label><input type="No" > No</label>
</fieldset>
<label for="comments">Additional Comments:</label>
<textarea id="comments" placeholder="Enter your comments"></textarea>
<button type="submit" id="submit">Submit</button>
</form>
<main id="main">
<h1 id="title">BAD BOYS EDUCATE</h1>
<figure id="img-div">
<img id="image" src="images/Screenshot 2024-06-07 at 11.22.57 PM.png" alt="Dr. Norman Borlaug">
<img src="images/Screenshot 2024-06-07 at 11.23.23 PM.png" alt="">
<figcaption id="img-caption">BAD BOYS EDUCATE</figcaption>
</figure>
<div id="tribute-info">
<p>
"Bad Boys Educate" is a dynamic and influential group founded by [MAMABA], dedicated to transforming the educational landscape through innovative approaches and community engagement. Established in [2023], Bad Boys Educate brings together a diverse group of passionate individuals committed to challenging traditional educational norms and advocating for more inclusive and progressive learning environments.As the host and visionary behind Bad Boys Educate, [MAMABA] has infused the group with a unique blend of charisma, drive, and a relentless pursuit of academic excellence. The group's mission is to empower students from all backgrounds, encouraging them to push beyond societal expectations and embrace their full potential.
Bad Boys Educate focuses on a range of activities, including workshops, motivational talks, mentorship programs, and community outreach. These initiatives are designed to inspire students, build self-confidence, and equip them with the knowledge and skills necessary for success in and out of the classroom. The group also fosters a sense of camaraderie and mutual support, creating a positive and dynamic environment where learning is both engaging and impactful.
By challenging the status quo and championing a more forward-thinking approach to education, Bad Boys Educate is making a significant and lasting impact on students, educators, and communities. Under the leadership of [MAMABA], the group continues to inspire and motivate the next generation of leaders and change-makers.
</p>
</div>
<h2>BAD BOYS EDUCATE</h2>
<form action="https://freecatphotoapp.com/submit-cat-photo">
</div>
<fieldset>
<legend>Are you indoor or outdoor type</legend>
<label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor" checked> Indoor</label>
<label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
</fieldset>
<fieldset>
<legend>What's your favourite BBE personality?</legend>
<input id="loving" type="checkbox" name="personality" value="loving" checked> <label for="loving">Loving</label>
<input id="lazy" type="checkbox" name="personality" value="lazy"> <label for="lazy">Lazy</label>
<input id="energetic" type="checkbox" name="personality" value="energetic"> <label for="energetic">Energetic</label>
</fieldset>
<input type="text" name="catphotourl" placeholder="osebo" required>
<button type="submit">Submit</button>
</form>
</section>
</main>
<footer>
<p>
No Copyright - <a href="https://www.badboyseducate.org">Junior Osebo the zaraman.org</a>
</p>
</footer>
<a id="tribute-link" href="https://en.wikipedia.org/wiki/BAD BOYS EDUCATE" target="_blank">Learn more about Bad boys educate</a>
</main>
</body>
</html>