-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonnel.html
116 lines (102 loc) · 5.28 KB
/
personnel.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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Personnel - South East Soil & Water</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/personnel.css" rel="stylesheet">
</head>
<!-- NAVBAR ================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container-fluid">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#seswNav"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/SESW.jpg"></a>
</div>
<div id="seswNav" class="navbar-collapse collapse">
<ul class="nav navbar-nav" role="tablist">
<li>
<a href="index.html" aria-controls="home" role="tab">Home</a>
</li>
<li>
<a href="about.html" aria-controls="about" role="tab">About</a>
</li>
<li>
<a href="contact.html" aria-controls="contact" role="tab">Contact</a>
</li>
<li role="presentation" class="active">
<a href="personnel.html" aria-controls="personnel" role="tab">Personnel</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row">
<div class="col-lg-6 col-lg-offset-3 personnel">
<div class="christian-circle"></div>
<h2>Christian Bannan
<small>
<br/>B. Agriculture (Hons), Adv. Dip. Agriculture, ASSSI, CPSS (Pending)
<br/>Environmental & Agricultural Soil Scientist, Director
</small>
</h2>
<div class="well">
<p>
Christian is a passionate and motivated soil scientist with 10 years' experience with field
consulting and reporting for environmental science, agricultural science, environmental
engineering and civil engineering projects.
</p>
<p>Christian has direct experience with soil
forensic investigation, soil surveying, geotechnical investigation, land capability
assessment, contaminated site investigation, irrigation and wastewater management and soil
and chemical test analysis. Christians' key priority is to deliver detailed and scientific
recommendations for soil amelioration, management, nutrition for enhancing production or
soil performance, based on evidence collected in the field and from precise testing.
</p>
<p>
Christian specialises in soils of the Murray Darling Basin, working regularly throughout
the Riverine Plains and Mallee regions of Victoria and south and western New South Wales.
Christian has also undertaken work in southern Queensland, South Australia, Western
Australia and more recently overseas in India.
</p>
</div>
</div>
</div>
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2016 South East Soil & Water · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div>
</div>
</body>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap/bootstrap.js"></script>
</html>