resume update
This commit is contained in:
parent
5a910d54dc
commit
9f74424b5f
Binary file not shown.
BIN
docs/Resume.docx
Normal file
BIN
docs/Resume.docx
Normal file
Binary file not shown.
BIN
docs/Resume.pdf
BIN
docs/Resume.pdf
Binary file not shown.
63
index.html
63
index.html
@ -22,7 +22,7 @@
|
||||
<body>
|
||||
<div class="uk-container uk-margin-top">
|
||||
<div id="header-container" class="uk-text-center uk-margin">
|
||||
<span id="fsf-banner"><a href="http://www.fsf.org/register_form?referrer=11281"><img src="http://static.fsf.org/nosvn/associate/fsf-11281.png" alt="[FSF Associate Member]" /></a></span>
|
||||
<span id="fsf-banner"><a href="https://www.fsf.org/register_form?referrer=11281"><img src="https://static.fsf.org/nosvn/associate/fsf-11281.png" alt="[FSF Associate Member]" /></a></span>
|
||||
<img id="avatar" src="https://www.atr0phy.net/~br4n/img/panketzalitl.png" />
|
||||
<header class="uk-margin-top">
|
||||
<h1>Brandon Cornejo</h1>
|
||||
@ -61,7 +61,7 @@
|
||||
<ul>
|
||||
<li>Programming Languages (<span class="uk-text-meta">Python, JavaScript/Node, C(#/++), Apex, Lua, Go</span>)</li>
|
||||
<li>Libraries and Frameworks (<span class="uk-text-meta">Flask, SQLALchemy, Express, Django, Jinja, Nunjucks</span>)</li>
|
||||
<li>Linux Administration, DevOps, Cloud Computing (<span class="uk-text-meta">AWS, Linode, Heroku</span>)</li>
|
||||
<li>Linux Administration, DevOps, Cloud Computing (<span class="uk-text-meta">Kubernetes, Containers/Docker, AWS, Linode, Heroku, CI/CD</span>)</li>
|
||||
<li>Memory Stores and Message Queues (<span class="uk-text-meta">Redis, Kafka, RabbitMQ, Celery</span>)</li>
|
||||
<li>Databases (<span class="uk-text-meta">Postgres, Maria/MySQL, Cassandra, Mongo</span>)</li>
|
||||
<li>Salesforce (<span class="uk-text-meta">Sales|Service|FSL|Community Clouds, LWC, Apex, Heroku, Einstein</span>)</li>
|
||||
@ -75,10 +75,18 @@
|
||||
<div>
|
||||
<h3 id="employment">Employment</h3>
|
||||
<dl class="uk-description-list uk-description-list-divider">
|
||||
<dt class="dt-header">Neuraflash - Managing Technical Architect [2020-2022]</dt>
|
||||
<dd>
|
||||
<ul class="uk-text-small">
|
||||
<li><strong>About:</strong> Architecting multi-million dollar projects encompassing custom development, system integrations, data migration, Mulesoft, chatbots and AI.</li>
|
||||
<li><strong>Technologies:</strong> Mulesoft, JavaScript, WebComponents (LWC), Apex, Heroku, Redis, Python</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt class="dt-header">Canpango (ScanSource) - Senior Developer [2016-2020]</dt>
|
||||
<dd>
|
||||
<ul class="uk-text-small">
|
||||
<li><strong>About:</strong> Salesforce consultancy firm. Custom development, systems integrations, data migration, Salesform platform customization/extension. </li>
|
||||
<li><strong>About:</strong> Salesforce professional services firm. Custom development, systems integrations, data migration, Salesform platform customization/extension. </li>
|
||||
<li><strong>Technologies:</strong> JavaScript, WebComponents (LWC), Apex, Heroku, Redis, Python</li>
|
||||
</ul>
|
||||
</dd>
|
||||
@ -109,6 +117,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="uk-margin-large uk-margin-large-top nojs">
|
||||
<div>
|
||||
<h3 id="education">Education</h3>
|
||||
@ -283,51 +292,3 @@
|
||||
});
|
||||
</script>
|
||||
</html>
|
||||
<!--
|
||||
<html>
|
||||
<body class=''>
|
||||
<div class='uk-width-3-5 uk-container-center'>
|
||||
<div class='uk-grid'>
|
||||
|
||||
<div id='content' class='uk-width-1-1 uk-margin-top'>
|
||||
<div class='uk-panel uk-panel-box uk-panel-box-primary uk-text-center uk-responsive-height uk-container-center'>
|
||||
<ul id='content-list' class='uk-switcher'>
|
||||
<li class="uk-text-center">
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='footer' class='uk-width-1-1 uk-text-center uk-margin-top uk-margin-bottom'>
|
||||
<div id='logos' data-uk-margin>
|
||||
<a href="http://binaryatrocity.name/docs/public.asc" class="uk-icon-button uk-icon-lock"></a>
|
||||
<a href="https://github.com/binaryatrocity" class="uk-icon-button uk-icon-github"></a>
|
||||
<a href="mailto:me@brandoncornejo.name" class="uk-icon-button uk-icon-envelope-o"></a>
|
||||
<a href="https://stackoverflow.com/users/2812249/binaryatrocity" class="uk-icon-button uk-icon-stack-overflow"></a>
|
||||
<a href="https://twitter.com/binaryatrocity" class="uk-icon-button uk-icon-twitter"></a>
|
||||
<a href="bitcoin:1BinaryZyAXLbZ47XY2Ho92RrLwibK7E2d" class="uk-icon-button uk-icon-btc"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$("#age").html(new Date().getFullYear() - new Date(1995,1,7).getFullYear());
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<head>
|
||||
<style>
|
||||
#header { padding-top:2em; }
|
||||
#avatar { border-radius: 50%; box-shadow: 0 10px 12px #777; }
|
||||
#content > div.uk-panel { min-height: 350px; max-width: 450px;}
|
||||
#inner-nav { padding-top:2em; max-width: 80%; }
|
||||
.wip-class { position: absolute; top: 20; right: 40; }
|
||||
pre { border: none; background: none; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user