-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
20 lines (20 loc) · 1.04 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<head>
<title>About | 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">Homepage</a>
<a href="victim.html">Victim</a>
<a href="witness.html">Witness</a>
<a href="about.html" class="active">About</a>
<a href="javascript:void(0);" class="icon" onclick="switchResponsiveTopNavBar()">≡</a>
</div>
<h1>About us</h1>
<p>This small website (<a href="https://momie-et-masque.github.io/anti-bullying/">https://momie-et-masque.github.io/anti-bullying/</a>) is part of a school project by Constantin KIFFER and Nathan GREFF from Jean XXIII. The aim of our project is to sensibilize students to bullying. This website gives instructions for victims and witnesses needing help.</p>
</body>