-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (100 loc) · 4.08 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
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='style.css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-97G01186E7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-97G01186E7');
</script>
</head>
<body>
<header>
<h1>Jorens Merenjanu</h1>
<p role='doc-subtitle'>Full Stack Web Developer</p>
</header>
<main>
<section>
<ul class='links'>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://jorens.short.gy/cv">CV</a></li>
<li><a href="https://github.com/JorensM">GitHub</a></li>
<li><a href="https://www.upwork.com/freelancers/~01e315dadc75c62d93">Upwork</a></li>
<li><a href="https://www.linkedin.com/in/jorens-merenjanu-70195b217/">LinkedIn</a></li>
</ul>
<hr/>
</section>
<section>
<h2>
About Me
</h2>
<p>
Hi, my name is Jorens. I'm a full stack web developer with 4 years
of professional experience.
</p>
<p>
I'm a web developer with a mindset of an entrepreneur. I view
my job more than just writing code. I try to help and support
my clients in any way I can; When appropriate, I will take
initiative, offer suggestions and alternatives.
</p>
<p>
Although my main trade is web development, I have skills that
stretch beyond that as well, skills such as marketing, UX, product
design.
</p>
<p>
I am very easy to work with - I am communicative, honest and
responsive. I always try to keep my clients in the loop as much
as possible (without being a bother)
</p>
</section>
<section>
<h2>My skills</h2>
<p>
Currently, I mostly work with React and Node or Next.js, but
besides that, I also have experience with:
</p>
<ul>
<li>WordPress</li>
<li>PHP</li>
<li>Java</li>
<li>Svelte/SvelteKit</li>
<li>Shopify</li>
</ul>
</section>
<section>
<!-- <a href='./my-work/index.html'>All Projects</a> -->
<h2>Recent Work</h2>
<ul class='featured-work'>
<li>
<article>
<a href='my-work/bookibo.html'>
<div class='overlay'>
<h3>Bookibo.com</h3>
</div>
<img src='./images/bookibo/image2.png'>
</a>
</article>
</li>
<li>
<article>
<a href='./my-work/football-ticket-shop.html'>
<div class='overlay'>
<h3>Matchticketshop</h3>
</div>
<img src='./images/football-ticket-shop/desktop.png'>
</a>
</article>
</li>
</ul>
</section>
</main>
<footer>
</footer>
</body>
</html>