-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (196 loc) · 8.63 KB
/
index.html
File metadata and controls
221 lines (196 loc) · 8.63 KB
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KVH Consulting | Professional Engineering Services</title>
<link rel="icon" type="image/png" href="favicon.png">
<style>
/* --- Main Styles ---*/
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.6;
margin: 0;
color: #2c3e50;
background-color: #ffffff;
}
header {
text-align: center;
padding: 20px 0;
}
h2 {
text-align: center;
font-size: 1.2em;
text-transform: uppercase;
font-variant: small-caps;
letter-spacing: 3px;
margin: 40px 0;
font-weight: 400;
color: #333;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.banner { width: 85%; height: auto; display: inline-block; }
.container { max-width: 1200px; margin: 0 auto 60px auto; padding: 0 20px; }
.about-text {
max-width: 900px;
margin: 0 auto;
text-align: center;
color: #555;
}
/* --- Grid Layout --- */
.grid {
display: flex;
flex-wrap: wrap; /* Allows cards to drop to the next line */
justify-content: center; /* This centers the last row! */
gap: 20px;
}
/* --- Card Layout Properties --- */
.card {
flex: 1 1 calc(25% - 20px); /* Grows and shrinks, base width is 25% minus the gap */
min-width: 250px; /* Prevents cards from getting too skinny */
max-width: calc(25% - 20px);
border: 1px solid #e0e0e0;
padding: 25px;
border-radius: 4px;
background-color: #fff;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
box-sizing: border-box; /* Ensures padding doesn't break the width */
}
.card h3 {
color: #2E9299;
margin-top: 0;
margin-bottom: 12px;
font-size: 1.1em;
font-weight: 500;
min-height: 3em;
display: flex;
align-items: center;
justify-content: center;
}
.card a {
text-decoration: none;
color: inherit;
transition: color 0.3s;
}
.card img {
display: block;
margin-bottom: 10px;
}
.icon-logo { height: 45px; width: auto; }
.icon-email { height: 45px; width: auto; }
.icon-qr { width: 100px; height: auto; border: 1px solid #eee; }
.card p { margin: 0; color: #555; font-size: 0.95em; line-height: 1.5; }
.card:hover {
box-shadow: 0 6px 15px rgba(0,0,0,0.08);
border-color: #2E9299;
transform: translateY(-2px);
}
/* Responsive adjustment */
@media (max-width: 1000px) {
.card {
flex: 1 1 calc(50% - 20px);
max-width: calc(50% - 20px);
}
}
@media (max-width: 600px) {
.card {
flex: 1 1 100%;
max-width: 100%;
}
}
</style>
</head>
<body>
<header>
<img src="KVH_banner.png" alt="KVH Banner" class="banner">
</header>
<div class="container">
<h2>About</h2>
<p class="about-text">As a specialist consultant in systems and functional safety, I partner with client organisations to transform technical challenges into operational certainties. My approach is built on three core pillars: navigating complexity, engineering integrity, and delivering safety. I help my clients de-risk their most ambitious projects by providing the strategic oversight and technical rigour necessary to meet stringent functional safety standards. Whether you are building from the ground up or optimising an existing operation, I can provide the expertise to ensure your systems are not only compliant, but inherently resilient. Together, we bridge the gap between complex engineering requirements and the ultimate goal: delivering systems that are safe, reliable, and built to perform in the most critical environments.</p>
<h2>Services</h2>
<div class="grid">
<div class="card">
<h3>Safety Management Systems</h3>
<p>Supporting clients in the development, implementation and continuous improvement of robust safety frameworks to manage safety risks effectively.</p>
</div>
<div class="card">
<h3>Safety Assurance /<br> Safety Cases</h3>
<p>Comprehensive evaluation of complex systems to support clients executing change. From feasibility assessment, through safety program planning and execution, to safety case development. Assuring safe implementation, integration and operation of systems.</p>
</div>
<div class="card">
<h3>Safety Risk Assessment <br>& Analysis</h3>
<p>Expert development of detailed technical and operational, qualitative or quantitative analyses, to support clients' informed risk mitigation strategies.</p>
</div>
<div class="card">
<h3>Independent Safety Assessment</h3>
<p>Independent third-party assessment and assurance that safety-critical systems meet regulatory safety requirements.</p>
</div>
<div class="card">
<h3>Systems Engineering</h3>
<p>Providing clients with full lifecycle systems engineering support from concept and requirements development through to validation and verification.</p>
</div>
<div class="card">
<h3>Enterprise Risk Management</h3>
<p>Supporting clients by providing risk identification, engineering-led solutions and ongoing risk management for engineering projects, ensuring project success now and operational resilience in the future.</p>
</div>
</div>
<h2>Industries</h2>
<div class="grid">
<div class="card">
<h3>Aviation</h3>
<p>Managing the safety of engineering change in Air Traffic Management Systems, Air Navigation Systems and Civil and Military aerospace projects.</p>
</div>
<div class="card">
<h3>Rail</h3>
<p>Assuring engineering and safety integrity across CBTC and conventional train control systems, passenger and freight networks.</p>
</div>
<div class="card">
<h3>Offshore</h3>
<p>Development of complex marine safety cases in the highly regulated offshore energy environment.</p>
</div>
<div class="card">
<h3>Naval Defence</h3>
<p>Delivery of capability safety programs for Naval equipment and systems, up to Whole Ship/Submarine safety programs, across the lifecycle.</p>
</div>
</div>
<h2>Contact</h2>
<div class="grid">
<div class="card">
<img src="KVH Consulting.png" alt="KVH Consulting" class="icon-logo">
<p><br>Perth, Australia</p>
</div>
<div class="card" onclick="copyEmail()" style="cursor: pointer;">
<img src="email.png" alt="Email" class="icon-email">
<p id="email-text"><br>kate.kvh.consulting@gmail.com</p>
<span id="copy-toast" style="display:none; color: #2E9299; font-size: 0.8em; margin-top: 5px; font-weight: bold;">Copied to clipboard!</span>
</div>
<div class="card">
<a href="https://www.linkedin.com/company/kvh-consulting-perth" target="_blank">
<img src="Kate_in_QRcode.jpg" alt="LinkedIn" class="icon-qr">
</a>
</div>
<div class="card">
<h3> </h3>
<p>© 2026 KVH Consulting. <br>All Rights Reserved.</p>
</div>
</div>
</div>
<script>
function copyEmail() {
const email = "kate.kvh.consulting@gmail.com";
navigator.clipboard.writeText(email).then(() => {
const toast = document.getElementById("copy-toast");
toast.style.display = "block";
setTimeout(() => {
toast.style.display = "none";
}, 2000);
});
}
</script>
</body>
</html>