-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (75 loc) · 2.3 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
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
---
layout: default
title:
---
<link rel="stylesheet" type="text/css" href="lib/css/bootswatch.css">
<link rel="stylesheet" type="text/css" href="style.min.css" />
<html>
<body>
<div class="row">
<div class="col-lg-12">
<h1 class="title">
I Know Software. How Can I Help You?
</h1>
</div>
</div>
<div class="row">
<!-- <div class="col-lg-3 col-sm-6">
<div class="inbox">
<h4 class="skills-title">
Website Automation
</h4>
<hr>
<p class="skills">
I have served as a test lead for a Fortune 500 Company. I will create reusability and reliability within your test suite, vastly improving the quality.
</p>
</div>
</div> -->
<div class="col-lg-3 col-sm-6">
<div class="inbox">
<h4 class="skills-title">
Release Engineer
</h4>
<hr>
<p class="skills">
I will balance the people and technical challenges in order to ship features to the customer more reliably and faster.
</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inbox">
<h4 class="skills-title">
Vulnerability Testing
</h4>
<hr>
<p class="skills">
Using tools like Burp Suite and Zap Proxy I will find holes in your system. My development experience allows me to aid in the fixing of those holes.
</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inbox">
<h4 class="skills-title">
Development Exp
</h4>
<hr>
<p class="skills">
Having experience both being a Front End and a Back End developer allows me to understand where the weak points will be.
</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="inbox">
<h4 class="skills-title">
Knowledge Transfer
</h4>
<hr>
<p class="skills">
I can tech talk with the developers and talk bottom line with the project managers. I will bridge the knowledge gap between teammates.
</p>
</div>
</div>
</div>
</div>
</body>
</html>