-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (176 loc) · 8.04 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrej Ocenas</title>
<meta property="og:site_name" content="Andrej Ocenas">
<meta property="og:title" content="Andrej Ocenas">
<meta property="og:description" content="Personal web page of Andrej Ocenas">
<link href="https://fonts.googleapis.com/css?family=Montserrat:900|Open+Sans:600" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://cdnjs.cloudflare.com/ajax/libs/bulma/0.1.2/css/bulma.min.css' rel='stylesheet'>
<link href='css/style.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<section class="hero">
<div class="hero-body">
<div class="container header-container">
<img src="images/profile.jpg">
<div class="header-title-and-links">
<h1 class="header-title">
Andrej Ocenas
</h1>
<div class="header-links">
<a href="https://github.com/aocenas">github</a>
•
<a href="https://medium.com/@aoc">blog</a>
•
<a href="andrejocenas_cv.pdf">cv</a>
</div>
</div>
</div>
</div>
</section>
</header>
<section class="section">
<div class="container">
<div class="tabs">
<ul>
<li class="is-active"><a>Projects</a></li>
<li><a href="work.html">Work</a></li>
</ul>
</div>
<div class="project">
<h1 class="project-title">
<a href="https://plankish.tech">
Plankish
<span class="icon">
<i class="fa fa-external-link"></i>
</span>
</a>
</h1>
<h2 class="project-subtitle">Snowboard reviews aggregator</h2>
<div class="tags">
<span class="tag">Next.js</span>
<span class="tag">React</span>
</div>
<p class="project-body">
Filterable list of snowboard with links to relevant reviews. Mainly a place to put all the reviews
I looked at, while figuring out what board to buy next. Very simple static content page, server rendered, no database.
</p>
<div class="images">
<a href="images/plankish.png">
<img src="images/plankish.png"/>
</a>
</div>
</div>
<div class="divide"></div>
<div class="project">
<h1 class="project-title">
<a href="http://findwod.herokuapp.com">
findwod
<span class="icon">
<i class="fa fa-external-link"></i>
</span>
</a>
</h1>
<h2 class="project-subtitle">CrossFit workouts database</h2>
<div class="tags">
<span class="tag">Node.js</span>
<span class="tag">Express</span>
<span class="tag">Postgres</span>
<span class="tag">React</span>
<span class="tag">Redux</span>
<span class="tag">Redial</span>
<span class="tag">Flow</span>
</div>
<p class="project-body">
Simple database of CrossFit workouts (or WODs) which can be filtered by tags and
attributes.
App is fully responsive and uses server side rendering for SEO
optimization and faster loading times.
Data is structured as jsonb and is filtered in postgres.
</p>
<div class="images">
<a href="images/findwod_desktop.png">
<img src="images/findwod_desktop.png"/>
</a>
<a href="images/findwod_mobile.png">
<img src="images/findwod_mobile.png"/>
</a>
</div>
</div>
<div class="divide"></div>
<div class="project">
<h1 class="project-title">
WhatLib <span class="title-defunct">(defunct)</span>
</h1>
<h2 class="project-subtitle">Tool for searching and comparing NPM packages</h2>
<div class="tags">
<span class="tag">Node.js</span>
<span class="tag">Express</span>
<span class="tag">Postgres</span>
<span class="tag">Elasticsearch</span>
<span class="tag">React</span>
<span class="tag">Redux</span>
<span class="tag">Redial</span>
<span class="tag">Flow</span>
</div>
<p class="project-body">
Database of NPM packages, that can be searched and where you can compare
multiple packages in easy to use interface.
You can compare packages across NPM downloads, package info or GitHub stats
like stars and issues.
Search is relatively fuzzy and weighted by NPM downloads to provide better
results and user can also search by tags.
</p>
<div class="images">
<a href="images/whatlib_search.png">
<img src="images/whatlib_search.png"/>
</a>
<a href="images/whatlib_compare.png">
<img src="images/whatlib_compare.png"/>
</a>
</div>
</div>
<div class="divide"></div>
<div class="project">
<h1 class="project-title">
OneMoreRep <span class="title-defunct">(defunct)</span>
</h1>
<h2 class="project-subtitle">Timer for crossfit workouts</h2>
<div class="tags">
<span class="tag">Swift</span>
<span class="tag">RxSwift</span>
<span class="tag">iOS</span>
</div>
<p class="project-body">
Simple timer that can nevertheless track very complex workouts. Workout is
created by blocks, which can be stopwatch block, timer block or repeat block.
Created with Swift language and RxSwift for reactive programing model.
</p>
<div class="images">
<a href="images/onemorerep_1.png">
<img src="images/onemorerep_1.png"/>
</a>
<a href="images/onemorerep_2.png">
<img src="images/onemorerep_2.png"/>
</a>
<a href="images/onemorerep_3.png">
<img src="images/onemorerep_3.png"/>
</a>
</div>
</div>
</div>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83676518-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>