-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
123 lines (113 loc) · 4.5 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI4Ummah</title>
<link rel="stylesheet" href="assets/css/style_landpage.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
</head>
<body id="body">
<section class="section-hero">
<header>
<div class="container row">
<button class="nav-toggle" aria-label="open navigation">
<span class="hamburger"></span>
</button>
<a class="logo" href="#">
<h3>AI4UMMAH</h3>
<!-- <img src="img/logo.svg" alt="conquering responsive layouts"> -->
</a>
<nav class="nav">
<ul class="nav__list nav__list--primary">
<li class="nav__item"><a href="#" class="nav__link">About</a></li>
<li class="nav__item"><a href="#" class="nav__link">Services</a></li>
<li class="nav__item"><a href="#" class="nav__link">Team</a></li>
<li class="nav__item"><a href="#" class="nav__link">Portfolio</a></li>
</ul>
<ul class="nav__list nav__list--secondary">
<li class="nav__item"><a href="#" class="nav__link">Contact</a></li>
<li class="nav__item"><a href="#" class="nav__link nav__link--button">Home</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="container row">
<div class="hero__text">
<h1>Artificial Intelligence for the Muslims</h1>
<p>
A community driven to help build and equip our Muslim brothers and sisters with the sound knowledge to understand the concept and
basics of artificial Intelligence and apply it to better the society. AI4Ummah is a brainchild of
<a href="github.com/abideen305"> Abideen Muhammed </a>
</p>
<a href="reg.html" class="btn">Register</a>
</div>
<!-- <img src="./assets/img/ai2.jpeg" alt="UX design sketches" class="hero__img"> -->
</div>
</section>
</section>
<footer>
<div class='container row'>
<div class="col">
<h3>About Us</h3>
<p>AI4Ummah is a body aimed at preparing the Muslims for the future Artificial Intelligence, therefore we are preparing ourselves for the future and the future of our Muslim community </p>
<a href="mailto:[email protected]">Contact us</a>
<p>08179651769</p>
<p>Email [email protected]</p>
<p>Fax 01-0435-967</p>
</div>
<div class="col">
<h3>Navigation</h3>
<a href="#">
<p>Services</p>
</a>
<a href="#">
<p>Team</p>
</a>
<a href="#">
<p>Portfolio</p>
</a>
<a href="#">
<p>Register</p>
</a>
<a href="#">
<p>Login</p>
</a>
</div>
<div class="col">
<h3>Quick link</h3>
<a href="#">
<p>Blog</p>
</a>
<a href="#">
<p> FAQ</p>
</a>
<a href="#">
<p>Terms & Conditions</p>
</a>
<a href="#">
<p> Privacy & Policy</p>
</a>
</div>
<div class="col">
<h3>Support</h3>
<a href="#">
<p>Affiliate</p>
</a>
<a href="#">
<p>Login</p>
</a>
<a href="#">
<p> Contact Us</p>
</a>
<a href="#">
<p>Support forum</p>
</a>
</div>
</div>
<p class="copyright">© 2020 | All Right Reserved | AI4Ummah</p>
</footer>
<SCript src="assets/js/main_landpage.js"></SCript>
</body>
</html>