forked from RyanFitzgerald/devportfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
194 lines (177 loc) · 7.57 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Emin's Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span>
<i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Work</a>
</li>
<li>
<a href="#skills">Recent Experience</a>
</li>
<li>
<a href="https://medium.com/@emin93" target="_blank">Blog</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Emin Khateeb</h1>
<h2>Software Developer</h2>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
I enjoy learning new things. This doesn’t only relate to my hobbies, but also to me as a developer. Technology evolves quickly and frameworks, libraries, etc. can change at any time. To me the most important thing is to have a clean and consistent code base which you can refactor, migrate or even rewrite at any given time.
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Work</h2>
<div id="experience-timeline">
<div data-date="May 2020 - Present">
<h3>Bitcoin Suisse AG</h3>
<h4>Frontend Developer</h4>
<p>
</p>
</div>
<div data-date="March 2019 - April 2020">
<h3>yourmile AG</h3>
<h4>Software Developer</h4>
<p>
At yourmile we were a fresh team of two developers, building a new mobility platform (<a href="https://go-fleet.ch" target="_blank">go! Fleet</a>) from scratch with React (Web Frontend), React Native (Native Mobile Driver App) & Node.js (Server Side API).
The whole eco system heavily relies on realtime data with simultaneous reads and writes on the data layer.
</p>
</div>
<div data-date="August 2017 – December 2018">
<h3>Edge5 AG</h3>
<h4>Software Developer</h4>
<p>
At Edge5 I developed mobile Apps and IoT/M2M Solutions for customers with high quality expectations. In our team we used React Native with TypeScript, which enabled us creating great native experiences with a single code base. In addition to that I also created a Smart Contract (written in Solidity) for an internal project that got me into Blockchain technology (Ethereum in particular).
</p>
</div>
<div data-date="May 2014 - July 2017">
<h3>ipeak Infosystems GmbH</h3>
<h4>Software Developer</h4>
<p>
At ipeak Infosystems I helped develop Digital Signage solutions. I started at the very beginning of the development, at the time before React and Angular became established. We developed a custom framework with TypeScript and the application itself ran in Electron. Besides Digital Signage, we were also developing a new product, which is more or less a travel guide app. For this we used Ionic (Angular) and services from AWS (EC2, Beanstalk, S3 and more) to stay highly scalable.
</p>
</div>
</div>
</div>
<!-- End #experience -->
<div id="skills">
<h2 class="heading">Recent Experience</h2>
<ul>
<li>TypeScript</li>
<li>JavaScript (ES6 and beyond)</li>
<li>React</li>
<li>React Native</li>
<li>Node.js</li>
<li>Ethereum Smart Contracts (Solidity)</li>
<li>Unit testing with Jest</li>
<li>Arduino Development</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get In Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/[email protected]">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2020 Emin Khateeb
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/emin93" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/lifeIsCamelCase" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-58613409-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-58613409-3');
</script>
</body>
</html>