generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteam.html
140 lines (128 loc) · 7.63 KB
/
team.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anlief | Ecological Consultancy</title>
<!--Bootstrap links-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<!--Link to CSS-->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!--Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Satisfy&family=Spline+Sans&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="assets/media/favicon.png" type="image/x-icon">
</head>
<body>
<nav class="navbar sticky-top navbar-expand-sm navbar-light" style="background-color: #f6fbee;">
<a class="navbar-brand" id="logo">Anlief</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item mr-2">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="legislation.html">When You'll Need Us</a>
</li>
<li class="nav-item active mr-2">
<a class="nav-link" href="team.html">Meet The Team</a>
</li>
<li class="nav-item dropdown mr-2">
<a class="nav-link dropdown-toggle" href="services.html" id="navbarDropdownMenuLink" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Ecology Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="services.html#protected-species-surveys">Protected Species
Surveys</a>
<a class="dropdown-item" href="services.html#vegetation-surveys">Vegetation Surveys</a>
<a class="dropdown-item" href="services.html#tree-surveys">Tree Surveys</a>
<a class="dropdown-item" href="services.html#ecological-impact-assessment">Ecological Impact
Assessment</a>
</div>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="form.html">Book Us</a>
</li>
</ul>
</div>
</nav>
<article class="container">
<h1>Meet The Team</h1>
<div class="media">
<img src="assets/media/tom-headshot-150x150.png" class="align-self-center mr-3" alt="headshot of Tom Noone">
<div class="media-body">
<h5 class="mt-0">Tom Noone</h5>
<p>Tom is a seasoned professional and one of the best in the business of ecological consultancy. With
20 years experience under his belt, there's not much ecology that Tom doesn't know about! Tom is a
fully chartered ecologist and posesses several protected species licences.</p>
<p class="mb-0">When Tom isn't at work or out birding, he enjoys delivering workshops to local
communities and academic institutions - talking all things ecology in the greater Cardiff area!</p>
</div>
</div>
<div class="media">
<div class="media-body">
<h5 class="mt-0">Isabella Whitmoore</h5>
<p>Isabella is the latest addition to our Anlief team. Having just completed her post-doctorate we are
thrilled to have a small-mammal specialist joining us.</p>
<p class="mb-0">On her time off, Isabella runs and organises Cardiff's very own small mammal
conservation group. </p>
</div>
<img src="assets/media/isabella-headshot-150x150.png" class="align-self-center ml-3" alt="headshot of Isabella Whitmoore">
</div>
<div class="media">
<img src="assets/media/gareth-headshot-150x150.png" class="align-self-center mr-3" alt="headshot of Gareth Jones">
<div class="media-body">
<h5 class="mt-0">Gareth Jones</h5>
<p>Gareth is a passionate ecologist and, as a river specialist, loves nothing more than getting his
wellies on and getting hands-on. With 5 years experience as an ecological consultant and prior work
as an ecologist, Gareth is well equipped to handle any type of project.</p>
<p class="mb-0">When his wellies are off, Gareth enjoys walking his springer-spaniel Rosy in the Welsh
countryside.</p>
</div>
</div>
<div class="media">
<div class="media-body">
<h5 class="mt-0">Caitlyn Thomas</h5>
<p>Cait studied Ecology at Cardiff University. After graduating, Cait gained experience in field
surveying in several freelance roles, paticularly concentrating on bat ecology. Cait is now a member of
CIEEM and possesses a bat license and is working towards a doormouse lisence.</p>
<p class="mb-0">When not working to keep important ecological habitats or species safe, Cait enjoys to
spend her time hiking and rock-climbing!</p>
</div>
<img src="assets/media/caitlyn-headshot-150x150.png" class="align-self-center ml-3" alt="headshot of Caitlyn Thomas">
</div>
</article>
<!-- Footer -->
<footer class="page-footer font-small" style="background-color: #f6fbee;">
<!-- Social media links -->
<ul class="text-center py-3 social-networks">
<li><a href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.twitter.com/" target="_blank"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.youtube.com/" target="_blank"><i class="fab fa-youtube-square"></i></a></li>
</ul>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2021 Copyright:
<a href="https://antonia-white.github.io/anlief-ecological-consultancy/">Anlief.com</a>
</div>
</footer>
<!-- Bootstrap scripts -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous">
</script>
<!-- Font Awesome Script -->
<script src="https://kit.fontawesome.com/f82ec574c3.js" crossorigin="anonymous"></script>
</body>
</html>