-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
78 lines (67 loc) · 3.83 KB
/
about.html
File metadata and controls
78 lines (67 loc) · 3.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5RKDK374');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B00TGS19QV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B00TGS19QV');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Quinnipiac Alumni for Palestine</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your CSS file -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5RKDK374"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<div class="header-flag">
<div class="logo-container">
<img src="2024_QUAFP_Logo.png" alt="Quinnipiac Alumni for Palestine Logo" class="logo">
</div>
<h1>Quinnipiac Alumni for Palestine</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="archive.html">Archive</a></li>
</ul>
</nav>
</header>
<main>
<div class="container">
<section class="hero">
<img src="https://assets.editorial.aetnd.com/uploads/2017/08/palestine-ap_327669110451.jpg?width=2048&height=1024&crop=2048%3A1024%2Csmart&quality=75&auto=webp" alt="Palestine" class="hero-image">
<h2>About Us</h2>
</section>
<section class="content">
<p>We are a group of Quinnipiac alumni actively committed to the cause of Palestinian liberation and dismantling Zionism.</p>
<p>We demand that Quinnipiac University be transparent in its investments and divest from the state of Israel. Israel is committing genocide against the Palestinian people, and we do not want alum donations or any other university funds going toward killing innocent civilians.</p>
<p>Quinnipiac Alumni for Palestine is a platform for staff, students, alumni, faculty, and the wider community to advocate for Palestinian rights, raise awareness, and support initiatives promoting justice and equality.</p>
<p>Judaism exists beyond Zionism, and we encourage you to understand the history before October 7, particularly from our fellow activists, Jewish Voice for Peace, and its various chapters. Knowledge is power, and as alumni of Quinnipiac University, we are working on organizing events and providing educational resources to support the Palestinian community.</p>
<p>We want peace, above all else, particularly when we are taught by the Albert Schweitzer Institute to “become agents in promoting a culture of peace in our communities and the wider world.”</p>
</section>
</div>
</main>
<footer>
<div class="container">
<p>© 2024 Quinnipiac Alumni for Palestine. All rights reserved.</p>
</div>
</footer>
</body>
</html>