-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareer.html
More file actions
136 lines (106 loc) · 6.28 KB
/
career.html
File metadata and controls
136 lines (106 loc) · 6.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rachel Leanne | Career</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "stylesheet" href = "/style/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/56b715d973.js" crossorigin="anonymous"></script>
<!-- Add relevant links -->
</head>
<body>
<nav role="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<a href="index.html"><li>Home.</li></a>
<a href="about.html"><li>About.</li></a>
<a href="career.html"><li>Career.</li></a>
<a href="portfolio.html"><li>Portfolio.</li></a>
<a href="blog.html"><li>Blog.</li></a>
</ul>
</div>
</nav>
<!-- Insert about page wrap in main for content -->
<div id="career">
<div class="careerme">
<div class="headercareer">
<h1> The Professional Behind the Desk.</h1><br>
<h4> <i class="fa fa-phone"></i> 0417139641 <br><i class="fa fa-envelope-square"></i> <a href="mailto:rachel.williams@leapdev.io?subject=Hi Rachel!">rachel.williams@leapdev.io</a>
<br>
<a href="/imgs/resume.pdf" download>
<i class="fad fa-file-user"></i></a> Resume.</h4>
</div>
<div class="career-section">
<div class="section1" >
<div class="careerphoto">
<img src="imgs/me.jpg" alt="game day" style="width:300px;height:200px;">
</div>
<h1>The Beginning.</h1>
<p>
Currently I am the General Manager of Collaboration Software at LEAP Dev. <br>Prior to this role in 2019 I was the
Chief Executive Officer of Zaliet, a company created by LEAP to help connect clients and lawyers. I was reporting
directly to the Executive Chairman and was a member of LEAP’s Executive Team, however with my recent choice to shift
careers I am now reporting to the CEO of LEAPDev who manages over 100 developers that build and maintain a suite of
software products globally.<br> <br>
A big part of this transition, was to delegate all client facing roles such as Sales, Marketing,
Installation and Support to the local countries to enable me to focus purely on Software whilst i study.
</p>
</div>
<div class="section2" >
<div class="careerphoto">
<img src="imgs/team.png" alt="dog" style="width:300px;height:200px;">
</div>
<h1>The Middle.</h1>
<p>
Since joining LEAP in 2010, I have moved through the company originally being employed on the HelpDesk
taking calls through to teh top. I have been in the following roles:<br>
<i class="fad fa-caret-right"></i> State Implementation Manager
<i class="fad fa-caret-right"></i> Quality Assurance Manager
<i class="fad fa-caret-right"></i> National Implementation Manager<br>
<i class="fad fa-caret-right"></i> Global Data Migration Manager
<i class="fad fa-caret-right"></i> CEO of Zaliet <br>
<i class="fad fa-caret-right"></i> General Manager of Collaboration Software
<br>
<br>
Over the years, my team and I have pioneered a new way for law firms to get paid faster,
manage online bookings and collaborate with their clients through Zaliet’s online Web portals.
We continue to focus on building world-class software for law firms globally.
</p>
</div>
<div class="section3" >
<div class="careerphoto">
<img src="imgs/future.jpg" alt="dog" style="width:300px;height:200px;">
</div>
<h1>Not the End.</h1>
<p>
After 13 years in Legal IT, i have decided to take the plunge and learn to become a full stack developer in 2020!<br><br>
Whilst studying at Coder Academy, and two days a week at work, I will be leading a global team of experienced developers and
creatives committed to creating simple, functional web portals for small firms in Australia, the United Kingdom and the United
States.<br><br> My team consists of four developers (PHP, SQL, Javascript/NodeJS/jQuery/Vue.js, HTML, CSS, C#, JSON, REST),
four quality engineers and one product manager (see my amazing team below).
</p>
</div>
</div>
</div>
</div>
<!--
career footer -->
<div id="allfooter">
<div id="allfootercontainer">
<div id="allsocial" class="allfooterbox"><p style="text-align: center;"><a href="https://www.facebook.com/rachelleanne.williams" ><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/GirlQode" ><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/rachelleannewilliams/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/rrach_leanne/" ><i class="fab fa-instagram"></i></a>
<a href="https://github.com/rrachleanne" ><i class="fab fa-github"></i></a></p>
</div>
<div id="allfooter" class="allfooterbox"><p style="text-align: center;">© Designed by RLW 2020</p></a></div>
</div>
</div>
</body>
</html>