-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
123 lines (93 loc) · 4.92 KB
/
about.html
File metadata and controls
123 lines (93 loc) · 4.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rachel Leanne | About</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="about">
<div class="aboutme">
<div class="headerabout">
<h1> The Girl Behind the Laptop.</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></h4>
</div>
<div class="about-section">
<div class="past" >
<div class="aboutphoto">
<img src="imgs/past.jpg" alt="motorbike" style="width:300px;height:200px;">
</div>
<h1>The Past.</h1>
<p>
Born in Australia.
Raised abroad in Singapore and America.<br>
In the past year i have learned to ride a motorbike, get my PADI, my Boat and PWC licence.
I have learnt what it’s like to be at the top of my game and i have given it all up to chase a dream.
I have learnt what it’s like to never play soccer again. I have learnt about time and what little i have
left to do something i love.
I have learnt a lot about me, what i like and what i don’t like.
</p>
</div>
<div class="present" >
<div class="aboutphoto">
<img src="imgs/present.jpg" alt="dog" style="width:300px;height:200px;">
</div>
<h1>The Present.</h1>
<p>
Currently living in Manly. A dream home with every sport possible, culture diversity and new people to meet.
My Ten years at my job comes on the 22nd of March and on the 23rd of March, i’m taking a risk to chase my passion.
I’m super excited to be joining Coder Academy and i look forward to meeting like-minded people who i can learn from.
I’m currently working on being better person in 2020 because life has been a bit rocky these past few years in finding out
who i am and where i want be.
</p>
</div>
<div class="future" >
<div class="aboutphoto">
<img src="imgs/future.jpg" alt="dog" style="width:300px;height:200px;">
</div>
<h1>The future.</h1>
<p>
I hope that with my Diploma and my current employer I am able to start coding and further help my team by
being able to ‘talk the talk’. I look forward to a change of career and being successful in building a better world-class software and perhaps one day,
I hope to build my own app or become a UX designer.
</p>
</div>
</div>
</div>
</div>
<!--
About footer -->
<div id="allfooter">
<div id="allfootercontainer">
<div id="allsocial" class="allfooterbox"><p style="text-align: left;"><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: left;">© Designed by RLW 2020</p></a></div>
</div>
</div>
</body>
</html>