forked from Jersey-Junior-Devs/JerseyJuniorDevs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 1.74 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="text-center">
<h1>Jersey Junior Devs</h1></br>
<h2>Page under construction</h2></br>
<p>This page is the future website of Jersey Junior Devs, built by members of the community themselves.</p>
<p>As you can see, for now, this page only contains a header.</p>
<p>Every contribution to the <a target="blank" href="https://github.com/Jersey-Junior-Devs/JerseyJuniorDevs"> Github repo </a> is welcome: we need a logo, a navbar, an about us page and a lot of other features.</p>
<p>The JJD <a target="blank" href="https://trello.com/invite/b/NVgGPulp/87a2320880adcc71349d89d12ae59915/jjd-website"> Trello board </a> is open for anyone who wants to help! For more information on how to contribute, ask on the<a target="blank" href="https://www.facebook.com/groups/3092720600797985/"> Facebook group</a>. </p>
<p> </p>
</div>
</header>
</body>
</html>