-
Notifications
You must be signed in to change notification settings - Fork 1
/
stereotypes.html
57 lines (55 loc) · 2.53 KB
/
stereotypes.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>bismillah | Stereotypes</title>
<link href="./style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
/>
<link rel="icon" type="image/x-icon" href="./bismillah.ico">
</head>
<body>
<header class="nav-header">
<a href="./index.html"><img id="logo" src="https://live.staticflickr.com/65535/52317010122_6695785935_m.jpg" alt="logo"/></a>
<nav class="navbar">
<a href="./index.html">Home</a>
<div class="dropdown">
<button class="dropbtn">Learn
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./history.html">History</a>
<a href="./stereotypes.html">Stereotypes & Misconceptions</a>
<a href="./vocabulary.html">Vocabulary</a>
<a href="./representation.html">Representation</a>
<a href="./muslim_voices.html">Muslim Voices</a>
</div>
</div>
<a href="./resources.html">Resources</a>
<a href="./about.html">Contact</a>
</nav>
</header>
<div id="top" class="stereotypes-header header">
<p>stereotypes & misconceptions</p>
</div>
<div class="wrapper stereotypesWrapper">
<h1>coming soon...</h1>
<p>Sorry! This page is still under construction. But here's a sneak peek at what will populate this page very soon:
</p>
<ul>
<li>a growing list of debunked stereotypes/misconceptions about Muslims</li>
<li>a fun quiz testing your knowledge of Muslim stereotypes/misconceptions</li>
</ul>
<p>In the meantime, check out the other helpful pages on this site!</p>
</div>
<a class="topButton" href="#top"><i class="fa fa-caret-up"></i></a>
<footer>
<!--do copyright and disclaimer-->
<p class="copyright">©2022 <a href="./index.html">bismillah</a></p>
<p>Logo made on Canva. Icons from flaticon.</p>
<p class="disclaimer">Disclaimer: While the creator of this site has tried their best to be well-informed and unbiased, due to the time constraints and human error, it is entirely possible that there are mistakes. The creator does not claim to be an expert on any subjects discussed within this site and does not intend to speak for any other than themselves.</p>
</footer>
<script src="script.js"></script>
</body>
</html>