-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewsletter_and_contacts.html
80 lines (80 loc) · 3.44 KB
/
newsletter_and_contacts.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html class="" lang="en-GB">
<!-- head -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="amateur, activities, achievements, citizen, crowdsourcing, everyone, interviews, learning, machine, open, participation, public, quiz, science, volunteer">
<meta name="description" content="citizen science is for everyone!">
<meta name="author" content="richard j.w. nowell">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preload" as="image" href="https://www.bristolcybersolutions.co.uk/uploads/1/4/4/2/144286628/scientists-at-work_orig.jpg">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/f4436ffe97.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<title>Citizen science | Become a scientist today!</title>
</head>
<!-- end of head -->
<!-- body -->
<body>
<!-- header -->
<header>
<!-- menu -->
<nav>
<ul>
<li id="topline">
<h1>Citizen science is for everyone!</h1>
</li>
<li>
<a href="index.html">Home </a>
</li>
<li>
<a href="activities.html">Activities </a>
</li>
<li>
<a href="achievements.html">Achievements </a>
</li>
<li>
<a href="interviews.html">Interviews </a>
</li>
<li>
<a href="newsletter_and_contacts.html">Contact </a>
</li>
</ul>
</nav>
<!-- end of menu -->
</header>
<!-- end of header -->
<!-- start of main part of page -->
<main>
<br>
<!-- start of jotform -->
<div>
<iframe id="JotFormIFrame-230943552692360" title="FotForm" onload="window.parent.scrollTo(0,0)" allow="fullscreen" src="https://form.jotform.com/230943552692360"></iframe>
</div>
<!-- end of jotform -->
<br>
<!-- back to menu button -->
<div class="flex-container">
<a class="btn btn-success" href="https://richardjohnnowell.github.io/Citizens-and-Science/index.html" role="button" target="_blank" rel="noopener">Back to menu
</a>
</div>
<!-- end of back to menu button -->
<br>
</main>
<!-- end of main -->
<!-- footer -->
<footer>
<div id="websitecredit" aria-hidden="true">
<p>This website was designed and built by Richard Nowell 2023. </p>
</div>
<br>
</footer>
<!-- end of footer -->
<!-- jotform links -->
<script src="assets/js/jotform.js"></script>
</body>
<!-- end of body -->
</html>
<!-- end -->