-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (223 loc) · 12.4 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio Website-Elizabeth</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"></script>
<!-- font awesome -->
<script src="https://kit.fontawesome.com/31149d48b0.js" crossorigin="anonymous"></script>
<!-- linking css file -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark navbarScroll">
<div class="container">
<a class="navbar-brand" href="#">Elizabeth</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main banner -->
<section class="bgimage" id="home">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hero-text">
<h2 class="hero_title">Hi, my name is Elizabeth and welcome to my matrix.</h2>
<p class="hero_desc">I am a professional software developer located in Toronto, Ontario.</p>
</div>
</div>
</div>
</section>
<!-- about section-->
<section id="about">
<div class="container mt-4 pt-4">
<h1 class="text-center">About Me</h1>
<div class="row mt-4">
<div class="col-lg-4">
<img src="images/about.jpeg" class= "imageAboutPage" alt="">
</div>
<div class="col-lg-8">
<p> My name is Elizabeth Baranovska, I was born and raised in Toronto, Canada
and I speak English and Ukrainian. I am a recent graduate of McMaster
University with a BS in Mathematical Sciencees and a minor in Computer Science.
I have studied and worked with various programming languages including
JavaScript, Java, and C. My goal is to make an impact in the world of software
development through the knowledge I gained at university and by my
own personal interests in technology. In my spare time my hobbies include:
</p>
<div class="row mt-3">
<div class="col-md-6">
<ul>
<li>reading romance and historical novels</li>
<li>hiking and rock climbing</li>
<li>writing</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>playing board games like chess</li>
<li>listening to music</li>
<li>landscape photography</li>
</ul>
</div>
</div>
<div class="row mt-3">
<p> I'm a very ambitious person and won't take "no" for an answer.
Moving forward, I would like to continue improving my skills as
a software developer and be a valuable asset to any software
company. I intend to motivate and inspire others to exceed
expectations and reach the goal of any project, small or large, with
confidence and accuracy.
</p>
</div>
</div>
</div>
</section>
<!-- services section-->
<section id="services">
<div class="container">
<h1 class="text-center">Services</h1>
<div class="row">
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class="fas servicesIcon fa-mouse-pointer"></i>
<h4 class="card-title mt-3">Front-End Development</h4>
<p class="card-text mt-3">Proficiency in the core languages HTML, CSS and JavaScript for
front-end development and ability to create responsive and mobile friendly layouts using
frameworks such as Bootstrap 5.
</p>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class='fas servicesIcon fa-database'></i>
<h4 class="card-title mt-3">Back-End Development</h4>
<p class="card-text mt-3">Proficiency in back end development languages such as Java and C. Advanced
knowledge of data structures and algorithms, version control systems, as well as databases.
</p>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card servicesText">
<div class="card-body">
<i class='far servicesIcon fa-layer-group'></i>
<h4 class="card-title mt-3">Full Stack Development</h4>
<p class="card-text mt-3">
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- portfolio section-->
<section id="portfolio">
<div class="container mt-3">
<h1 class="text-center">Portfolio</h1>
<div class="row">
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="images/Login.png" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">Quiz Management System</h4>
<p class="card-text">This project uses back-end development knowledge
to allow users to build quizzes and add questions. As well as, allows
guest users to participate in answering the quizzes and the original
creator of the quiz can view the results.
</p>
<div class="text-center">
<a href="#" class="btn btn-success">Link</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-4">
<div class="card portfolioContent">
<img class="card-img-top" src="images/portfolioImage3.jpg" alt="Card image" style="width:100%">
<div class="card-body">
<h4 class="card-title">In Progress</h4>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<div class="text-center">
<a href="#" class="btn btn-success">Link</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact section-->
<section id="contact">
<div class="container mt-3 contactContent">
<h1 class="text-center">Contact Me</h1>
<div class="row mt-4">
<div class="col-lg-6">
<!-- to edit google map goto https://www.embed-map.com type your location, generate html code and copy the html -->
<div style="max-width:100%;overflow:hidden;color:red;width:500px;height:500px;">
<div id="embed-map-display" style="height:100%; width:100%;max-width:100%;">
<iframe style="height:100%;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=Etobicoke,+Toronto,+ON,+Canada&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8">
</iframe>
</div>
<a class="my-codefor-googlemap" href="https://kbj9qpmy.com/bp" id="get-map-data">Internet Provider</a>
<style>#embed-map-display img{max-height:none;max-width:none!important;background:none!important;}</style>
</div>
</div>
<div class="col-lg-6">
<!-- form fields -->
<form>
<input type="text" class="form-control form-control-lg" placeholder="Name">
<input type="email" class="form-control mt-3" placeholder="Email">
<input type="text" class="form-control mt-3" placeholder="Subject">
<div class="mb-3 mt-3">
<textarea class="form-control" rows="5" id="comment" name="text" placeholder="Project Details"></textarea>
</div>
</form>
<button type="button" class="btn btn-success mt-3">Contact Me</button>
</div>
</div>
</div>
</section>
<!-- footer section-->
<footer id="footer">
<div class="container-fluid">
<!-- social media icons -->
<div class="social-icons mt-4">
<a href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</footer>
<!-- load javascript after loading all html content -->
<script src="script/script.js"></script>
</body>
</html>