-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
76 lines (65 loc) · 2.1 KB
/
about.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
---
layout: page
title: About
date: 2017-10-29 20:47:35
---
<h5>Kristofferson Carillo</h5>
<p>
A self taught filipino web developer looking for freelance work and occasionally writes content for the web. Currently living in the Philippines with his girlfriend and constantly looks for freelance work.
</p>
<p>
Started learning web development back in 2015 in different free courses offered in the web such as CodeAcademy and Youtube videos. Likes to code in javascript, build beautiful minimal websites and write automation scripts in python.
</p>
<p>
His first job was a call center agent in a BPO company and gradually moved into programming to pursue his passion for writing code.
</p>
<p>As of now he is looking for work and building up his reputation as a developer.</p>
<p>Web Development Stack</p>
<div class="chip">HTML5</div>
<div class="chip">CSS3</div>
<div class="chip">Javascript</div>
<div class="chip">NodeJS</div>
<p>Programming Language Stack</p>
<div class="chip">Python</div>
<p>Contact</p>
<div class="chip"><a style="color: rgba(0, 0, 0, 0.6)" href="mailto:peiwebdev@gmail.com">Gmail</a></div>
<div class="chip"><a style="color: rgba(0, 0, 0, 0.6)" href="https://github.com/peicap">Github</a></div>
<div class="chip"><a style="color: rgba(0, 0, 0, 0.6)" href="https://instagram.com/_peicap">Instagram</a></div>
<p>Work History</p>
<table class="striped">
<thead>
<tr>
<th>Company</th>
<th>Position</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>Expert Global Solutions</td>
<td>Customer Service Agent</td>
<td>2015</td>
</tr>
<tr>
<td>ADSFLO</td>
<td>Web Translator</td>
<td>2015</td>
</tr>
<tr>
<td>GBM</td>
<td>Web Designer</td>
<td>2016</td>
</tr>
<tr>
<td>Fiesta Community</td>
<td>Lead Web Developer</td>
<td>2016</td>
</tr>
<tr>
<td>Jflorida</td>
<td>Social Media Consultant</td>
<td>2017</td>
</tr>
</tbody>
</table>
<p>This site is built with Jekyll and hosted on Github Pages. View the repository <a href="https://github.com/peicap/peicap.github.io">here</a>.</p>