-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.56 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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML>
<html>
<head>
<title>Get your website professionally tested. </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Software testing consultant - Get your website tested">
<meta name="author" content="Daniel Wilson">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="favicon.ico" type="image/gif" sizes="16x16">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Pro testing.</h1>
<p>👋 You're probably here because you've seen my series of <a href="https://www.linkedin.com/in/protesting" target="_blank"> fumbles that made it to production</a>.</p>
<p>I am a professional tester of 14+ years, and have worked on all types of projects, for all types of companies. </p>
<!-- <p>I'm a big fan of coffee, pizza, and the 🙌 emoji.</p> -->
<!-- <p>As the saying goes, "The best time to test your website was before it went to production... the second best time is now." </p> -->
<p><a href="https://www.linkedin.com/in/protester" target="_blank">Get in touch</a> to get your website tested.</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li><a href="./index.html"> Home</a></li>
<li><script>document.write(new Date().getFullYear())</script> ©
<!-- getprotesting.com -->
</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>