-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
135 lines (129 loc) · 4.28 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
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
<!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.0" />
<title>Rosie's Personal Site</title>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<div class="intro">
<img
id="profilepic"
class="circular lefties"
src="images/Profile_pic.png"
alt="Rosie profile picture"
width="275.75"
height="316.5"
/>
<h1>Rosie Maguire</h1>
<p>
<em
>Systems Engineer at
<strong>
<a
href="https://www.xplortechnologies.com/nz/products/xplor-childcare-education">
Xplor Education</a
></strong
>.</em
>
</p>
<p class="blurb">
I have been working with Child Care Software since I joined Xplor in
November 2020. Prior to that, I had been working in the Child Care Field
for eight years. I have completed a Python Course via Udemy, and am
currently lucky enough to be studying with She Codes
Australia in their 2023 Brisbane Plus cohort!
</p>
</div>
<div class="main-content">
<div class="selling-points">
<h3>Education and Learning</h3>
<div class="edu-learn">
<ul>
<li>Bachelor of Education (Primary) 2014 - QUT</li>
<li>
Udemy
<ul>
<li>
<a href="images/UC-f048f030-3d68-4f10-ad9b-651517acb46d.jpg">
The Complete SQL Bootcamp 2022: Go from Zero to Hero</a
>
</li>
<li>
<a href="images/UC-37c44533-4544-4d50-9efb-1dc14d88bb6b.jpg">
Microsoft SQL for Beginners</a
>
</li>
<li>
<a href="images/UC-6622fbac-e51b-456d-a77a-9b0c0ad45be9.jpg">
Learn Advanced T-SQL For SQL Server Administrator</a
>
</li>
<li>
<a href="images/UC-8a062ddd-28d3-4532-876e-4bf94f1fefda.jpg">
2022 Complete Python Bootcamp From Zero to Hero in Python</a
>
</li>
</ul>
</li>
<li>
<a
href="https://learn.microsoft.com/en-us/users/rosiemaguire-4193/transcript/vjewef2n9k84e4o">
Microsoft Certified: Azure Fundamentals</a
>
</li>
<li>She Codes Plus - Brisbane 2023 Cohort</li>
<li>
<a
href="https://www.credly.com/badges/5589e364-29d7-4778-b4ff-b8387baa4478/public_url ">
AWS Certified Cloud Practitioner</a
>
</li>
</ul>
</div>
</div>
<hr />
<div class="selling-points">
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>Nov 2020 - Nov 2021</td>
<td>Customer Succcess Coordinator at Xplor Education</td>
</tr>
<tr>
<td>Nov 2021 - Apr 2023</td>
<td>Application Support Specialist at Xplor Education</td>
</tr>
<tr>
<td>Apr 2023 - Present</td>
<td>Systems Engineer at Xplor Education</td>
</tr>
</tbody>
</table>
</div>
<hr />
<div class="selling-points">
<h3>Current Projects</h3>
<p>You can find my current projects by following me on <a href="https://github.com/rosiemaguire">github</a> or viewing my <a href="https://rosiemaguire.github.io/Portfolio_Project/index.html">Portfolio website</a>.</p>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="hobbies.html">My Hobbies</a>
<a class="footer-link" href="contact-me.html">Contact Me</a>
<a
class="footer-link"
href="https://rosiemaguire.github.io/CSS---My-Site/"
>Alternate CV Website</a
>
</div>
</body>
</html>