-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (34 loc) · 1.85 KB
/
index.html
File metadata and controls
41 lines (34 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<title>Karl Paragua</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
<script src="./app.js" type='text/javascript'></script>
</head>
<body>
<div class="container">
<div class="header">
I am <span class="name">Karl Bryan Paragua</span>.
</div>
<div class="main-content">
<p>I'm a Software Engineer who loves solving problems. Currently using Ruby and Javascript.</p>
<p>
I've been professionally developing web applications for <a href='https://www.linkedin.com/in/karl-bryan-paragua/' target="_blank"><span class='js-years'>1</span> years</a>.
</p>
<p>
I created a rubygem called <a href="http://github.com/kbparagua/paloma" target="_blank">Paloma</a>, a useless Firefox add-on called <a href="https://github.com/kbparagua/dolphy-firefox" target="_blank">Dolphy</a>, and also a quasi-Dropbox plugin called <a href="http://lifehacker.com/5435397/akira-remotely-controls-computers-using-dropbox" target="_blank">Akira</a>. Check out how I code <a href="http://www.github.com/kbparagua" target="_blank">here</a>.
</p>
<p>
Besides programming, I also love listenting to Red Hot Chili Peppers and Daft Punk. I play chess, billiards, and basketball. I'm interested in puzzles, some card magic, and a lot of animes.
</p>
<p>Want to say something?</p>
<p>Contact me through <a href="mailto:kb.paragua@gmail.com">kb.paragua@gmail.com</a></p>
</div>
</div>
</body>
</html>