-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-me.html
More file actions
179 lines (169 loc) · 6.35 KB
/
about-me.html
File metadata and controls
179 lines (169 loc) · 6.35 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Monikka Edgeston| About Me</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-S8TMQ9BTTT"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-S8TMQ9BTTT");
</script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Monikka Edgeston</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#contact-me">Contact Me</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h2>About Me & Skills</h2>
</div>
</header>
<!-- Content -->
<div class="wrapper">
<div class="inner">
<section>
<h2 class="major">About Me</h2>
<p>
<strong>Hello Good People</strong>, my name is Monikka Edgeston
and I am a Front-End Engineer. I've been working in IT for the
past 4 years and have recently aqcuired the skills needed to get
into the Software Engineering space. I've worked in different
areas of IT, from Point of Sale to IT Systems Adminaistration,
and have decided to transition into Software Development.
Software Development seems to be one of the only discipline that
allow me to express my love of learning, be creative, and use my
skills to help others.
</p>
<p>
I've worked on multiple different projects during my journey.
Please take some time to look at them in the
<strong><a href="projects.html">Projects</a></strong> portion of
the site. I'm also very open to suggestions on how I could
better my code. Please don't hesitate to use the
<strong><a href="#contact-me">Contact Me</a></strong> section to
communicate via any of the meduims below.
</p>
<p>
Please take the time to look at my resume by pressing the
<strong>Resume</strong> button below.
</p>
<a href="./Monikka_Edgeston.pdf"
><button class="resume">Resume</button></a
><br /><br />
</section>
<section>
<h2 class="major">Skills</h2>
<h3>
Here are the technologies I Have Learned/ Am Learning along my
journey.
</h3>
<div class="skills">
<div class="row-one">
<i class="fab fa-html5 fa-5x fa-fw"></i
><i class="fab fa-css3-alt fa-5x fa-fw"></i
><i class="fab fa-js fa-5x fa-fw"></i
><i class="fab fa-bootstrap fa-5x fa-fw"></i
><i class="fab fa-github-square fa-5x fa-fw"></i
><i class="fab fa-git-square fa-5x fa-fw"></i><br />
</div>
<div class="row-two">
<i class="fas fa-terminal fa-5x fa-fw"></i
><i class="fab fa-atlassian fa-5x fa-fw"></i
><i class="fab fa-jira fa-5x fa-fw"></i
><i class="fab fa-confluence fa-5x fa-fw"></i
><i class="fab fa-ubuntu fa-5x fa-fw"></i
><i class="fab fa-font-awesome-flag fa-5x fa-fw"></i>
</div>
</div>
</section>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major" id="contact-me">Contact Me</h2>
<p>
If you have any questions, concerns or even suggestions, feel free
to contact me at through any of the mediums below.
</p>
<ul class="contact">
<li class="icon solid fa-envelope">
<a href="mailto: m.edgeston130@gmail.com"
>m.edgeston130@gmail.com</a
>
</li>
<li class="icon brands fa-github">
<a
href="https://github.com/edgeston"
target="_blank"
rel="noopener noreferrer"
>GitHub Profile</a
>
</li>
<li class="icon brands fa-linkedin-in">
<a
href="https://www.linkedin.com/in/monikkaedgeston/"
target="_blank"
rel="noopener noreferrer"
>LinkedIn Profile</a
>
</li>
</ul>
<ul class="copyright">
<li>© Untitled Inc. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>