-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonalprojects.html
More file actions
51 lines (50 loc) · 1.99 KB
/
personalprojects.html
File metadata and controls
51 lines (50 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google tag (gtag.js) -->
<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>
<title>Personal Projects - Jorens Merenjanu</title>
</head>
<body>
<header>
<h1>Jorens Merenjanu</h1>
<p role='doc-subtitle'>Full Stack Web Developer</p>
</header>
<main class="content project">
<a href="index.html">Back</a>
<h2>
Personal Projects
</h2>
<p>
My work is not limited to just professional work, in my free time I also
work on various personal projects, most notably:
</p>
<ul>
<li>
<a href="https://pinterest.com/ntzarts">NTZ Arts</a> - an art brand with
original artwork made by me.
</li>
<li>
<a href="https://gitnalytics.com">Gitnalytics.com</a> - (MVP stage) - A
B2B analytics tool that helps you measure the impact of product updates
</li>
<li>
<a href="https://Techandbusinesstips.com">Techandbusinesstips.com</a> - A
blog focused on providing advice and tips on technology related topics and business
</li>
<li>
<a href="https://time-to-sleep.vercel.app">Time To Sleep</a> - A web app
that helps you get into the mood for sleeping
</li>
</ul>
</main>
</body>
</html>