-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.03 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
<!DOCTYPE html>
<head>
<title>Stop Bullying</title>
<meta name="description" content="Stop bullying at school. Learn what to do as a victim or a witness.">
<meta property="og:image" content="poster.jpg">
<meta name="twitter:image:src" content="poster.jpg">
<link rel="stylesheet" href="style.css">
<script src="navbar.js"></script>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="/anti-bullying" class="active">Homepage</a>
<a href="victim.html">Victim</a>
<a href="witness.html">Witness</a>
<a href="about.html">About</a>
<a href="javascript:void(0);" class="icon" onclick="switchResponsiveTopNavBar()">≡</a>
</div>
<h1>Anti-bullying campaign</h1>
<h2>Choose kindness, it's contagious !</h2>
<p>If you <a href="witness.html">witnessed someone being bullied</a> or <a href="victim.html">are a victim yourself of harassment</a> and need help, you are on the right place !</p>
<img src="poster.jpg" width=100%>
<footer><i>Project by Constantin KIFFER and Nathan GREFF (Jean XXIII)</i></footer>
</body>