-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (190 loc) · 8.26 KB
/
index.html
File metadata and controls
205 lines (190 loc) · 8.26 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hi! I am Kuba Rojek. I am full-stack developer.</title>
<meta name="author" content="Natalia Cymerman">
<meta name="description" content="I have more than 10 years of coding experience. This is my corner on the web">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap-grid.css" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inconsolata:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="dropdown">
<button class="mobile-menu" id="mobile-menu">menu</button>
<ul class="navigation" id="nav">
<li><a href="#aboutme">about me</a></li>
<li><a href="#contact">contact</a></li>
<li><a href="#projects">experience</a></li>
<li><a href="https://www.linkedin.com/in/jakub-rojek-dev/" target="_blank">linkedin</a></li>
</ul>
</div>
<div class="dropdown-content" id="myDropdown">
<a href="#aboutme">about me</a>
<a href="#contact">contact</a>
<a href="#projects">experience</a>
<a href="https://www.linkedin.com/in/jakub-rojek-dev/" target="_blank">linkedin</a>
</div>
</nav>
<header >
<!-- center text -->
<div class="main-text">
<h5> blockchain | C++ | python | django | & much more</h5>
<h6> hello! I am kuba rojek</h6>
<p><br>This is my personal website.<br>
I am full stack developer with more than 10 years of coding experience.<br>
Nice to have you here!<br></p>
<p class="scroll">Scroll down for more</p>
</div>
</header>
<header class="row no-gutters">
<!-- left column -->
<section class="col-12 col-md-6 left-col">
<div class="top-container kuba-photo">
<img class="img-fluid" src="img/kuba_home.jpg" alt="kuba rojek photo"/>
</div>
</section>
<!-- right column-->
<section class="col-12 col-md-6 right-col">
<ul>
<li>_blockchain</li>
<li>_C++</li>
<li>_python</li>
<li>_django</li>
<li>_js/html5/css</li>
<li>_react.js</li>
</ul>
</section>
</header>
<main class="container">
<!-- projects -->
<section class="projects" id="projects">
<h2>projects</h2>
<!--first div -->
<div class="row no-gutters">
<!-- left column -->
<div class="col-12 col-md-6">
<h4>blockchain</h4>
<img src="img/casino_1.jpg" class="works-image" alt="casino coin logo"/>
</div>
<!-- right column-->
<div class="col-12 col-md-6">
<div class="extra-gutters">
<h3>Cryptocurrencies and beyond</h3>
<p>It all started in 2015 with some UI work on Bitcoin fork called <a href="https://casinocoin.org/" target="_blank">Casinocoin(CSC)</a>. Since that moment I got suck deep into cryptography and blockchain world.</p>
<p>Since then I extended my knowledge in BTC protocol, Ripple protocol and Solidity. I worked as backend developer extending CSC protocol and development of apps using it.</p>
<p>In my opinion consensus protocols and blockchain is much more then just cryptocurrencies. We can explore this world together!</p>
<a class="project-link" href="https://github.com/rrozek?tab=repositories" target="_blank">see on github</a>
</div>
</div>
</div>
<!--second div -->
<div class="row no-gutters invertible-row">
<!-- left column -->
<div class="col-12 col-md-6">
<div class="extra-gutters right-align">
<h3>wzywaj posiłki</h3>
<p>During COVID pandemic I thought I need to help locked-down restaurants reach their clients so within one month I rolled out food delivery webservice wzywajposilki.pl. It is ethical, it helps and it still works!
</p>
<a class="project-link" href="https://wzywajposilki.pl" target="_blank">visit the website</a>
</div>
</div>
<!-- right column-->
<div class="col-12 col-md-6">
<h4 class="right-align">delivery portal</h4>
<img src="img/wzywaj_1.jpg" class="works-image" alt="wzywaj posiłki logo"/>
</div>
</div>
<!-- third div -->
<div class="row no-gutters">
<!-- left column -->
<div class="col-12 col-md-6">
<h4>mobile application</h4>
<img src="img/flo_1.jpg" class="works-image" alt="flo application view"/>
</div>
<!-- right column-->
<div class="col-12 col-md-6">
<div class="extra-gutters">
<h3>carsharing app</h3>
<p> In 2018 under influence of mobility-sharing boom I created an Android app aggregating car/scooter sharing devices available in my area on one map for easy searching.</p>
<p>The ultimate goal was to enable rental from within the app. It became more of a law/business agreement issue rather then coding and I abandoned it. Don't miss <a href="https://github.com/ubahnverleih/WoBike" target="_blank">ubahnverleih repo</a> if you want to get your hands dirty, or <a href="https://www.trafi.com/" target="_blank">Trafi</a> if you prefer things that just work ;)
</p>
<a class="project-link" href="https://github.com/rrozek?tab=repositories" target="_blank">see on github</a>
</div>
</div>
</div>
</section>
<!-- about me -->
<section class="aboutme" id="aboutme">
<h2>about me</h2>
<div class="row no-gutters">
<!-- left column -->
<div class="col-12 col-md-6">
<img src="img/kuba_contact.jpg" alt="kuba rojek photo"/>
</div>
<!-- right column-->
<div class="col-12 col-md-6 about_text">
<h3>who am I</h3>
<p>I’m passionate problem solver, adept in finding design flaws and ways to overcome them. I thrive in dynamic environments where goals change on a daily basis. I like to face challenges and stretch my comfort zone.
</p>
</div>
</div>
</section>
<!-- contact -->
<section class="contact" id="contact">
<h2>contact</h2>
<div class="row no-gutters invertible-row">
<!-- left column -->
<div class="col-12 col-md-6">
<p>Let's stay in touch and do something together!</p>
<p>Email:jakubrojek (@) gmail (.) com</p>
<p>You can also:</p>
<a class="project-link" href="https://www.linkedin.com/in/jakub-rojek-dev/" target="_blank" class="button">add me on linkedin</a>
</div>
<!-- right column-->
<div class="col-12 col-md-6">
<img src="img/telephone_contact.jpg" alt="old telephone photo"/>
</div>
</div>
</div>
</section>
</main>
<footer>
<!-- <div class="container">
<div class="social-icons-container">
<a href=""><img src="img/facebook.svg" class="social-icon" alt="facebook icon"/></a>
<a href=""><img src="img/twitter.svg" class="social-icon"alt="twitter icon"/></a> -->
</div>
<div class="container">
<div class="designer-info">
<p>designed and coded with fun by <a href="https://nataliacymerman.pl" target="_blank">natalia cymerman</a> 2021</p>
</div>
</div>
</div>
</footer>
</body>
<script type="text/javascript">
document.getElementById('mobile-menu').addEventListener('click', function() {
document.getElementById("myDropdown").classList.toggle("show");
})
window.onclick = function(event) {
if (!event.target.matches('.mobile-menu')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
</html>