-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (184 loc) · 9.88 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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Portfolio for a React & JavaScript Developer in Tampa Florida">
<meta name="author" content="Edna Jonsson, Developer">
<title>Edna Jonsson</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom Fonts -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic"
rel="stylesheet" type="text/css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css" rel="stylesheet">
<!-- My CSS -->
<link href="css/next-style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">Mx. ET</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./tools.html">My fav tools</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./tutoring.html">For Bootcamp students</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./info.html">About Me</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="https://blog.edna.tech">Blog</a>
</li> -->
</ul>
</div>
</div>
</nav>
<main>
<div class="container spacer">
<img src="img/ednaj.jpg" alt="Edna Jonsson" class="rounded-circle img-responsive img-about">
<section>
<h1>Edna Jonsson</h1>
<p>I code, I teach and I learn!</p>
<p>You can usually find me hanging out at my local Hackerspace, working on some web dev project or
teaching web development</p>
<p>I went through one of the first University associated coding bootcamps in the US in 2016. It was a
wonderful experience that taught me how to learn new content quickly and to not be afraid to try new
things and tinker with them.</p>
</section>
</div>
<section class="bg-primary">
<div class="container spacer">
<h3>IT Skills</h3>
<ul>
<li>HTML & CSS</li>
<li>JavaScript</li>
</ul>
</div>
</section>
<div class="container spacer">
<section>
<h3>Current obsessions</h3>
<ul>
<li>Silhouette Cameo 4</li>
<li>Hackerboxes</li>
<li>Lockpicking</li>
</ul>
</section>
</div>
<div class="bg-pink">
<section class="container spacer">
<div class="row">
<div class="col-md-6">
<h3>Summary</h3>
<p>I'm a fun and quirky developer, I enjoy challenges and finding solutions to problems.
One of my biggest passion is to teach others. I do that through being a teaching assistant/tutor
at Trilogy Education and also as facilitator of the Tampa Hackerspace Girls Who Code Club. I'm
constantly learning new technologies and frameworks.
The most exciting thing about coding for me is to try new things and challenge myself and then
when I finally succeed at making something work, it just lights me up. I have chosen a variety
of technologies to learn and have been mostly focused on JavaScript, Node.js and writing API's.
<b>I work hard, I am always continuing to learn, I will continue to practice my skill and work on
becoming better.</b>
That's all I can do, is improve. I really do enjoy coding, I love to solve the challenges that
come with creating code and finding a good way and then a better way to do something.
I focus on two things when I'm coding, first making it work and then making it look good. If I
can accomplish those two things, I feel like I am making a great product.</p>
</div>
<div class="col-md-6">
<div class="Space"></div>
<img src="./img/gifs/OliviaSuccess.gif" width="480" height="270" frameBorder="0">
</div>
</div>
</section>
</div>
</main>
<!-- Footer -->
<footer class="footer text-center" id="contact">
<div class="container">
<div>
<h4><strong>Edna Jonsson</strong></h4>
<ul class="list-unstyled">
<li><i class="fa fa-phone fa-fw"></i> <a href="tel:615-669-1002">615-669-1002</a></li>
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
<!-- Calendly link widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script>
<button class="btn schedule-btn" href=""
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/ednas/chat?primary_color=0b0b0b'});return false;">SCHEDULE</button>
<!-- Calendly link widget end -->
</div>
<div>Let's Connect <br></br>
</div>
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" aria-label="Visit Edna's LinkedIn profile"
href="https:///www.linkedin.com/in/ednajonsson">
<i class="icon-social-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" aria-label="Visit Edna's GitHub profile"
href="https://github.com/Ednas">
<i class="icon-social-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" aria-label="Visit Edna's Twitter profile"
href="http://www.twitter.com/ednas">
<i class="icon-social-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" aria-label="Visit Edna's instagram profile"
href="https://www.instagram.com/edna_jon/">
<i class="icon-social-instagram"></i>
</a>
</li>
</ul>
<p class="text-muted small mb-0">Copyright © edna.tech 2016 -
<script>
document.write(new Date().getFullYear())
</script>
</p>
</div>
</footer>
<!-- Scroll to Top Button
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fa fa-angle-up"></i>
</a> -->
<!-- Calendly badge widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script>
<script type="text/javascript">
Calendly.initBadgeWidget({
url: 'https://calendly.com/ednas/chat',
text: 'Schedule time with me',
color: '#00a2ff',
textColor: '#ffffff',
branding: false
});
</script>
<!-- Calendly badge widget end -->
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>