-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (350 loc) · 19.5 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!-- strict mode - so older browsers show behaviour similar to modern browsers -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script src="https://getinsights.io/js/insights.js"></script>
<script>
insights.init('YCKgECYuEVnd0fuk');
insights.trackPages();
</script>
<!-- meta tags -->
<meta charset="UTF-8">
<meta name="description" content="Hi, I'm Rahni.
I'm a Web Developer with a strong passion for creating dynamic, intuitive user experiences.
about · portfolio · contact · cv.
github · linkedin">
<meta name="keywords" content="Rahni De-Meis, Web Developer, looking for a role, Javascript,
MERN, MongoDB, Node, Express, Frontend, Full Stack, London, UK,
Sotware Engineer, React, Redux, HTML, CSS, GitHub, Git,
coding, remote, Linkedin, Jira, projects,
Responsive Web Design, services, Portfolio, Coding,
skills, UI design, CV, opportunity, available immediately, contact
">
<meta property="og:image" content="https://rahnidemeis.com/images/portfolioBackground.png">
<link rel="icon" href="%PUBLIC_URL%/../favicon.ico" />
<meta name="author" content="Rahni De-Meis">
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=0, minimum-scale=1, maximum-scale=1">
<!-- css, bootstrap, fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/responsive.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@1,700&family=Roboto&display=swap"
rel="stylesheet">
<title>Rahni - Web Developer</title>
</head>
<div id="container">
<header class="header" id="header">
<div class="main-menu">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="./images/logo.png" width="65px" alt="Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<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="#about">About</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>
<li class="nav-item">
<a class="nav-link" href="./html/CV.html">CV</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<main class="site-main" id="body">
<section class="site-banner">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 site-title">
<h3 class="title-text">Hey</h3>
<h1 class="title-text text-uppercase">
I am Rahni
</h1>
<h4 class="title-text text-uppercase">
Full Stack Web Developer
</h4>
<div class="site-buttons">
<div class="d-flex flex-row flex-wrap"></div>
<a href="./html/CV.html" class="btn button primary-button mr-4 text-uppercase" id="cv">View
CV</a>
</div>
</div>
<div class="col-lg-6 col-md-12 graphic-1">
<img src="./images/graphic_2.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- about -->
<section class="about" id="about">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="about-image">
<img src="./images/graphic_1.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-6 col-md-12 about-title">
<h2 class="text-uppercase pt-5">
<span>Let me</span>
<span>introduce</span>
<span>myself</span>
</h2>
<div class="paragraph py-4 w-75">
<p class="para">I'm a Web Developer with a serious passion for
creating
dynamic and intuitive websites
as well as writing clean and efficient code.</p>
<p class="para">I love to keep up-to-date with the latest news on technologies
and learn about best practices and new technologies through videos and articles.</p>
</div>
<a href="#contact" class="btn button primary-button text-uppercase">Contact
Me</a>
</div>
</div>
</div>
</section>
<!-- skills -->
<section class="skills">
<div class="container-fluid">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12" id="slider">
<div class="first-row row">
<div class="col-lg-1 col-md-12 col-sm-6">
<div class="single-skill">
<img src="./images/skills/mongodb.png" width="250px" alt="MongoDB">
</div>
</div>
<div class="col-lg-1 col-md-6 col-sm-6">
<div class="single-skill">
<img src="./images/skills/sass.svg" width="120px" alt="Sass">
</div>
</div>
<div class="col-lg-1 col-md-6 col-sm-6">
<div class="single-skill">
<img src="./images/skills/nodejs.svg" width="100px" alt="NodeJS">
</div>
</div>
<div class="col-lg-1 col-md-6 col-sm-6">
<div class="single-skill">
<img src="./images/skills/javascript.svg" width="80px" alt="Javascript">
</div>
</div>
</div>
<div class="row row-2 first-row">
<div class="col-lg-1 col-md-6 col-sm-6">
<div class="single-skill">
<img src="./images/skills/html5.svg" width="90px" alt="HTML5">
</div>
</div>
<div class="col-lg-1 col-md-6 col-sm-6">
<div class="single-skill">
<img src="./images/skills/css3.svg" width="65px" alt="CSS3">
</div>
</div>
<div class="col-lg-1 col-md-6 col-sm-6">
<div class="single-skill">
<img src="./images/skills/react.svg" width="90px" alt="React">
</div>
</div>
<div class="col-lg-1 col-md-6 col-sm-6">
<div class="single-skill">
<img src="./images/skills/git.svg" width="100px" alt="Git">
</div>
</div>
</div>
</div>
</div>
<!-- services -->
<section class="services-area">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center services-title">
<h1 class="text-uppercase title-text">Services</h1>
<p class="para">Why hire me to work on your project?</p>
</div>
</div>
<div class="container services-list">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="services-img text-center py-4">
<img src="./images/services/responsive.png" width="25%" alt="Responsive">
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">Responsive</h5>
<p class="card-text text-secondary">
My web pages render well on every device, mobile to desktop.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="services-img text-center py-4">
<img src="./images/services/dynamic.png" width="25%" alt="Dynamic">
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">Dynamic</h5>
<p class="card-text text-secondary">Not just static websites.
I love to breathe life into websites through dynamic server-side code.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="services-img text-center py-4">
<img src="./images/services/clean-code.png" width="25%" alt="Clean Code">
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">Clean Code</h5>
<p class="card-text text-secondary">
I follow good practices in order to write clean and organised code.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="services-img text-center py-4">
<img src="./images/services/ux-ui-design.png" width="25%"
alt="UX/UI Design">
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">UX/UI Design</h5>
<p class="card-text text-secondary">
I have a strong passion for easy, intuitive UX and modern UI design.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- projects -->
<section class="project-area" id="portfolio">
<div class="container">
<div class="project-title pb-5">
<h1 class="text-uppercase title-h1">Projects</h1>
</div>
<!-- <div class="button-group">
<button type="button" class="active" id="btn1" data-filter="*">All</button>
<button type="button" data-filter=".latest">Latest</button>
<button type="button" data-filter=".frontend">Front End</button>
<button type="button" data-filter=".fullstack">Full Stack</button>
</div> -->
<div class="row grid">
<div class="col-lg-4 col-md-6 col-sm-12 element-item fullstack">
<div class="our-project">
<div class="img">
<img src="./images/projects/ecommerce.png" alt="Ecommerce" class="img-fluid">
</div>
<div class="title py-4">
<h4 class="text-uppercase">MERN Stack E-commerce Website</h4>
<span><a href="https://github.com/Rahni1/ecommerce-website">View Code</a>
<a href="./html/project1.html">View More</a></span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item latest fullstack">
<div class="our-project">
<div class="img">
<img src="./images/projects/blog.png" alt="Blogging platform" class="img-fluid">
</div>
<div class="title py-4">
<h4 class="text-uppercase">MERN Stack Blog</h4>
<span><a href="https://github.com/Rahni1/mern_blog">View Code</a>
<a href="http://www.shinysyntax.com/">Live Website</a></span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact-wrap">
<form action="https://formspree.io/rahnidemeis@gmail.com" class="contact-form" method="POST"
name="form">
<div class="row">
<div class="col-lg-12 text-center services-title">
<h1 class="text-uppercase title-text contact-header">Contact Me</h1>
<p class="para">Don't hesitate to get in touch. </p>
</div>
<div class="row contact-row grid justify-content-center">
<div class="col-md-9 col-sm-15">
<div class="input-block">
<input type="text" name="First Name" placeholder="First Name"
class="form-control">
</div>
</div>
<div class="col-md-9 col-sm-15">
<div class="input-block">
<input type="text" name="Last Name" placeholder="Last Name"
class="form-control">
</div>
</div>
<div class="col-md-9 col-sm-15">
<div class="input-block">
<input type="text" name="Email" placeholder="Email" class="form-control">
</div>
</div>
<div class="col-md-9 col-sm-15">
<div class="input-block textarea">
<textarea rows="3" type="text" name="Message" placeholder="Enter your message"
class="form-control"></textarea>
</div>
</div>
<div class="col-md-9 col-sm-15">
<button class="square-button">Send</button>
</div>
</div>
</form>
</section>
<div id="footer">
<section class="sec1"></section>
<section class="footer">
<span class="social-media">
<ul>
<li class="social-item col-sm-6"><a href="https://github.com/Rahni1"
class="github" target="_blank">
<i class="fa fa-github"></i></a></li>
<li class="social-item col-sm-6"><a
href="https://www.linkedin.com/in/rahni-developer" target="_blank"
class="linkedin">
<i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<small class="copyright"> ©
<script>
document.write(new Date().getFullYear())
</script>
Rahni De-Meis
</small>
</section>
</div>
</div>
</main>
</div>
<script async src="./js/jquery.3.4.1.js"></script>
<script async src="./js/bootstrap.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>