-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (61 loc) · 3.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
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
<!DOCTYPE html>
<html>
<head>
<title>Becca Pearce</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="images/favicon.png" />
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="Rebecca, Pearce, Becca, Developer, Programmer, Coding, Coding Bootcamp, Becca Pearce, Web Developer">
<meta name="robots" content="index, follow">
</head>
<body>
<div id=content>
<div class="container">
<h1>Becca Pearce</h1>
<h5><i>Proper noun</i></h5>
<h6>/bɛkə pɪəs/</h6>
</div>
<p> A software developer currently working in ruby. </p>
<div id="info">
<div id="info_block">
<div id="info_title1">
i. Coder
</div>
<div id="description1">
<p>After attending a tech for good meetup, I decided to learn to code. So I completed a course at <a target="_blank" href="http://www.makersacademy.com/">Makers Academy</a></li>, I started working as a developer at the Ministry of Justice.</p>
<p> Feel free to take a look at my <a target="_blank" href="https://github.com/beccapearce">Github</a></li>. </p>
<p> Ruby is by far my strongest language with Rails and Sinatra frameworks, I also have an understanding of Javascript (with Node), Elixir (with Phoenix) and Python. </p>
</div>
</div>
<div id="info_block">
<div id="info_title2">
ii. Teacher
</div>
<div id="description2">
<p>After University, I took up teaching both English as a foreign language and Latin. I thoroughly enjoyed teaching from working with young children to adults and found it a extremely rewarding experience.</p>
<p>From teaching I improved my communication skills and my ability to take large issues and break them down into simple more manageable chunks, I also learned A LOT of cheesy and catchy children's songs.</p>
</div>
<div id="info_block">
<div id="info_title3">
iii. Volunteer
</div>
<div id="description3">
<p>I really enjoy voluntary work and putting any useful skills I have to good use. I started with a few voluntary projects while I was in university, until I began volunteering at The Latin Programme. This project stuck with me and I continued to volunteer there until I was offered a position to work there</p>
<p>Another project I have been invovled in is <a target="_blank" href="http://www.hcpt.org.uk/">HCPT</a> (Group 42), a charity that works to give children and young people with disabilities from disadvantaged backgrounds a week long holiday in France. This role includes a vast amount of admin work outside the week itself from risk assessments to home visits.</p>
<p>In HCPT Group 42, I have started taking on more positions of responsibility, last year being the group's spiritual leader and this year taking on the lead admin position.</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<ul class="navbar">
<li><a target="_blank" href="https://github.com/beccapearce">Github</a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/rebecca-pearce">LinkedIn</a></li>
<li><a target="_blank" href="mailto:[email protected]?Subject=Hi%20Becca">Contact</a></li>
</ul>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script language="JavaScript" type="text/javascript" src="index.js"></script>
</body>