-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (39 loc) · 1.25 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Noble Institute of Global Growth and Advancement</title>
<style>
body {
font-family: Arial, sans-serif;
}
.container {
max-width: 800px;
margin: 0 auto;
}
header {
text-align: center;
padding: 20px;
background-color: #f8f9fa;
}
main {
padding: 20px;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Welcome to N.I.G.G.A.</h1>
<p>Noble Institute of Global Growth and Advancement</p>
</header>
<main>
<h2>Our history</h2>
<p>We are a growing academy, that started 2 weeks ago. We are happy to accept everyone, who shows their passion to study.</p>
<h2>Our goals</h2>
<p>We are trying to grow the smartest generation of people, and <b>you</b> can help us.</p>
<h2>Contact Details</h2>
<p>You can apply to us by <a href="https://forms.office.com/Pages/ResponsePage.aspx?id=sEPa4lmKgk2OTCm_i4VeIxsKNkUV-fVMmtzBvEdiclpUOExXVEQ4RkJZTVFINjRZUFlaTjA2NVhVNC4u">form</a> or contact us at apply@nigga.academy</p>
</main>
</div>
</body>
</html>