-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
355 lines (324 loc) · 17.7 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Description" content="Personal website made by Cristian Paul Castaneda, Project purposes and other soft-tech business.">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script async="" src="https://www.google-analytics.com/analytics.js"></script>
<title>Cristian Paul Castañeda | Web Developer</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap" rel="stylesheet">
<!-- BOXICONS -->
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
<!-- Shortcut Icon -->
<link rel="shortcut icon" href="img/Icons/dev.png" type="image/x-icon">
<!-- Main CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<audio id="audio" src="audio/organic.mp3"></audio>
<header id="website-header">
<div class="collapse" id="navigation">
<div class="container">
<div class="row">
<img src="img/Icons/dev.png" alt="dev logo">
<div class="hamburger">
<span class="hamburger__bar"></span>
</div>
<ul id="nav">
<li><span class="arrow-right">I.</span> <a class="oc" href="#about" onclick="play()">ABOUT</a></li>
<li><span class="arrow-right">II.</span> <a class="oc" href="#experience" onclick="play()">EXPERIENCE</a></li>
<li><span class="arrow-right">III.</span> <a class="oc" href="#work" onclick="play()">WORK</a></li>
<li><span class="arrow-right">IV.</span> <a class="oc" href="#contact" onclick="play()">CONTACT</a></li>
</ul>
</div>
</div>
</div>
</header>
<main id="website-main">
<div class="inner-main">
<p class="main-greeting">Hello, I'm</p>
<h1 class="main-author">Cristian Paul Castañeda.</h1>
<h1 class="main-author author-duty">Making things with websites and web-applications.</h1>
<p class="main-description">I'm a web developer specializing front-end development ( occasionally working with backend development ). Currently focusing in building accessible, client-server, JavaScript technology and its frameworks.</p>
<div class="svg-wrapper">
<svg height="60" width="320">
<rect class="shape" height="60" width="320" />
<div class="text"><a href="mailto:cristianpaul_c@yahoo.com" onclick="play()">Say, hello! <i class='bx bx-cool bx-tada' style='color:#329493' ></i></a></div>
</svg>
</div>
</div>
</main>
<section id="about" >
<div class="inner-about">
<div class="author-about">
<h1> <span class="roman-num">I.</span> ABOUT CRISTIAN </h1>
<p class="author-line"></p>
</div>
<div class="about-author-description">
<p> You can call me Paul, and I am passionate building things. I maintain, re-design, and can build from scratch. I started to keep up with web development in 2016. When I built a landing page website by searching what tools, environment, and asking communities what are the possibilities. I find it that people are actively looking for something around their phones browsers and making businesses online.</p>
<p>Fast forward to my current situation, I am now a freelance front-end web developer. Helping people and online businesses.</p>
<p>Actively working with:</p>
<div class="set-of-tech">
<div class="techs">
<span class="tech tech1">➤ JavaScript (ES6+)</span>
<span class="tech tech1">➤ Angular</span>
<span class="tech tech1">➤ Node.js | Express.js</span>
<span class="tech tech1">➤ MongoDB</span>
</div>
<div class="tools">
<span class="tech tool">➤ Figma</span>
<span class="tech tool">➤ Adobe Photoshop</span>
<span class="tech tech1">➤ Linux</span>
</div>
</div>
</div>
</div>
</section>
<section id="experience" >
<div class="inner-experience">
<div class="author-experience">
<h1> <span class="roman-num">II.</span> WORK EXPERIENCE</h1>
<p class="author-line"></p>
</div>
<div class="tabs">
<div class="tab-header">
<div class="active">
<h5 onclick="play()">Freelance</h5>
</div>
<div>
<h5 onclick="play()">Asia Pacific College</h5>
</div>
<div>
<h5 onclick="play()">Polystar General Services</h5>
</div>
</div>
<div class="tab-indicator"></div>
<div class="tab-content">
<div class="active">
<h2>Front-end Developer | Freelancer</h2>
<p class="year-job">2020 - Current</p>
<p><span class="rt-arrow">➤ </span>Communicate with developers, designers, and clients on a daily basis.</p>
<p><span class="rt-arrow">➤ </span>Write modern, performance, maintainable code.</p>
<p><span class="rt-arrow">➤ </span> Work with a variety of different languages, platforms, frameworks, and content management systems such as JavaScript, TypeScript, Angular, React, and WordPress.</p>
</div>
<!-- Second -->
<div>
<h2>Desktop Support | Asia Pacific College</h2>
<p class="year-job">July 2018 - October 2019</p>
<p><span class="rt-arrow">➤ </span>Working familiarity with Microsoft Windows OS, and Applications. Windows - 8, 10, Server | Microsoft 365, and Azure.</p>
<p><span class="rt-arrow">➤ </span>Support technical concern provides with explanation via telephone, email, chats, and physical.</p>
<p><span class="rt-arrow">➤ </span>Troubleshoot network, installation, configuration, and support network equipment.</p>
<p><span class="rt-arrow">➤ </span>LDAP Migration to Server, and Azure.</p>
<p><span class="rt-arrow">➤ </span>IT Custodian - weekly report, inventory of equipment.</p>
</div>
<!-- Third -->
<div>
<h2>IT Support | Polystar General Services</h2>
<p class="year-job">Dec 2015 - Mar 2016 - Internship</p>
<p><span class="rt-arrow">➤ </span>Support technical concerns, monitor, and maintains the computer networks.</p>
<p><span class="rt-arrow">➤ </span>Provide hardware and software installations, and updates as needed.</p>
<p><span class="rt-arrow">➤ </span>Resolve technical problems in a timely manner using available resources within the company.</p>
</div>
</div>
</div>
</div> <!-- End of Inner Experience-->
</section>
<section id="work">
<div class="inner-work">
<div class="author-project">
<h1> <span class="roman-num">III.</span> WORKS I'VE BUILT </h1>
<p class="author-line"></p>
</div>
<div class="work-results">
<div class="project-new-001">
<div class="description-project">
<div class="description-project-par">
<p> Re-designed an old website, translating into new functions, contents and approach that may help the Company Website.</p>
</div>
<div class="description-tools">
<span>Web Design, nicepage</span>
<span>HTML, CSS</span>
<span>JavaScript</span>
<span>UpWork</span>
</div>
<div class="source-tools">
<p><i class='bx bx-like bx-tada' ></i> Approved by the Client. </p>
</div>
</div>
<a onclick="play()" class="txt" href="http://www.webheadz.com.au/">
<img src="img/projects/webheadz.jpg" alt="WebHeadz">
</a>
</div>
<div class="project-1">
<a onclick="play()" href="https://www.mariquinsona.ml">
<img src="img/projects/1-mari.png" alt="Art Website">
</a>
<div class="description-project">
<div class="description-project-par">
<p> Art website that is built from scratch with a style of landing page. </p>
</div>
<div class="description-tools">
<span>Landing Page</span>
<span>HTML, CSS</span>
<span>JavaScript</span>
</div>
<div class="source-tools">
<a onclick="play()" href="https://github.com/crispaulcastaneda/art-website"><i class='bx bxl-github' style='color:#e0e0e0' ></i></a>
</div>
</div>
</div>
<!-- SECOND -->
<div class="project-2">
<div class="description-project">
<div class="description-project-par">
<p> Built from scratch an old website, re-designed and enhanced images. Prototype using figma. </p>
</div>
<div class="description-tools">
<span>Web Design, Figma</span>
<span>HTML, CSS</span>
<span>JavaScript</span>
</div>
<div class="source-tools">
<a onclick="play()" href="https://github.com/crispaulcastaneda/TXT-A-NERD"><i class='bx bxl-github' style='color:#e0e0e0' ></i></a>
</div>
</div>
<a onclick="play()" class="txt" href="https://crispaulcastaneda.github.io/TXT-A-NERD/">
<img src="img/projects/5-tan.jpg" alt="TXT-A-NERD">
</a>
</div>
<!-- THIRD -->
<div class="project-3">
<a onclick="play()" href="https://crispaulcastaneda.github.io/react-robo/">
<img src="img/projects/react-robo.png" alt="React Activity">
</a>
<div class="description-project">
<div class="description-project-par">
<p> The activity I made after learning React.js and Redux, and how it interfere with CORS. </p>
</div>
<div class="description-tools">
<span>React.js</span>
<span>Redux</span>
<span>JavaScript</span>
</div>
<div class="source-tools">
<a onclick="play()" href="https://github.com/crispaulcastaneda/react-robo"><i class='bx bxl-github' style='color:#e0e0e0' ></i></a>
</div>
</div>
</div>
</div> <!-- End of Work Results -->
</div>
<div id="other-activities">
<div class="activities-header">
<h1>OTHER ACTIVITIES</h1>
<p>Fetched from GitHub Repository</p>
</div>
<div class="gh-repo">
<div class="repo">
<div class="header-icon">
<a href="https://github.com/crispaulcastaneda/covid19-tracker">
<i class='bx bx-folder' style='color:#e0e0e0' ></i>
</a>
<a href="https://crispaulcastaneda.github.io/covid19-tracker">
<i class='bx bx-link-external' style='color:#e0e0e0' ></i>
</a>
</div> <!-- End of Header icon-->
<h4>Covid-19 Tracker</h4>
<p>Learning with the react components and running around with real-time update of Covid-19 JSON objects.</p>
<p class="spans">
<span>React.js</span>
<span>Material UI</span>
<span>API</span>
</p>
</div> <!-- Emd of REPO-->
<div class="repo">
<div class="header-icon">
<a href="https://github.com/crispaulcastaneda/travel-sa-pinas">
<i class='bx bx-folder' style='color:#e0e0e0' ></i>
</a>
<a href="https://crispaulcastaneda.github.io/travel-sa-pinas/">
<i class='bx bx-link-external' style='color:#e0e0e0' ></i>
</a>
</div> <!-- End of Header icon-->
<h4>Travel sa Pinas</h4>
<p>Landing page that is made to form a Static Website with JSON Search of places.</p>
<p class="spans">
<span>Front-end Development</span>
<span>JSON</span>
</p>
</div> <!-- Emd of REPO-->
<div class="repo">
<div class="header-icon">
<a href="https://github.com/crispaulcastaneda/react-currency-converter">
<i class='bx bx-folder' style='color:#e0e0e0' ></i>
</a>
<a href="https://crispaulcastaneda.github.io/react-currency-converter/">
<i class='bx bx-link-external' style='color:#e0e0e0' ></i>
</a>
</div> <!-- End of Header icon-->
<h4>Money Rate</h4>
<p>Learned Fetch API and React.js relationship to built a money conversion.</p>
<p class="spans">
<span>React.js</span>
<span>API</span>
</p>
</div> <!-- Emd of REPO-->
<div class="repo">
<div class="header-icon">
<a href="https://github.com/crispaulcastaneda/js-documine">
<i class='bx bx-folder' style='color:#e0e0e0' ></i>
</a>
<a href="#">
<i class='bx bx-unlink' style='color:#e0e0e0' ></i>
</a>
</div> <!-- End of Header icon-->
<h4>JS Documine</h4>
<p>The foundations and flow of javascript.</p>
<p class="spans">
<span>JavaScript</span>
<span>ES6 +</span>
</p>
</div> <!-- Emd of REPO-->
</div> <!-- End of GH-Repo-->
</div>
</section>
<section id="contact">
<div class="inner-contact">
<div class="author-contact">
<h1> <span class="roman-num">IV.</span> CONTACT </h1>
</div>
<div class="response">
<h1>Get In Touch</h1>
<p>I'm exploring for an opportunity and open for projects. Also, you can email me, whether you want to ask a question and I'll respond to you.</p>
<a href="mailto:cristianpaul_c@yahoo.com"> Hi, there! </a>
</div>
</div>
</section>
<aside id="aside">
<div class="for-relative">
<div class="inner-aside">
<div class="aside-icons">
<span><a href="https://www.github.com/crispaulcastaneda"><i class='bx bxl-github class-here' style='color:#34a7e4' ></i></a></span>
<span><a href="https://www.linkedin.com/in/cristianpaul"><i class='bx bxl-linkedin class-here' style='color:#34a7e4' ></i></a></span>
<span><a href="https://www.behance.net/crispaulcastaneda"><i class='bx bxl-behance class-here' style='color:#34a7e4' ></i></a></span>
<span><a href="https://www.codewars.com/users/crispaulcastaneda"><i class='bx bx-code-curly class-here' style='color:#34a7e4' ></i></a></span>
</div>
</div>
</div>
</aside>
<button id="scrollToTopBtn" class="scrollToTopBtn">
<i class='bx bx-up-arrow bx-fade-down' ></i>
</button>
<footer id="footer"">
<div class="inner-footer">
<p>Designed and built by Cristian Paul Castañeda</p>
<p>All Rights Reserved, 2021</p>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>