Skip to content

Commit

Permalink
improves simplifies text descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleon1220 committed Oct 27, 2023
1 parent 6b3afd0 commit b843790
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://j
- [Professional Profile](#professional-profile)
- [Personal project--](#personal-project--)
- [Test this project locally with Docker](#test-this-project-locally-with-docker)
- [Build Jekyll Page locally](#build-jekyll-page-locally)
- [Build Jekyll Page](#build-jekyll-page)
- [Bundler](#bundler)
- [Serve Page](#serve-page)
- [Jekyll Serve](#jekyll-serve)
- [bundle serve](#bundle-serve)
- [Jekyll Commands](#jekyll-commands)
- [Update Gemfile.lock file for more dependencies](#update-gemfilelock-file-for-more-dependencies)
- [Serve Page locally :-)](#serve-page-locally--)
- [Zappier integration](#zappier-integration)
- [Email features](#email-features)
- [Format HTML emails](#format-html-emails)
- [Debugging JavaScript](#debugging-javascript)
- [Email call on submit()](#email-call-on-submit)
- [Editing the Timeline at Timeline.js](#editing-the-timeline-at-timelinejs)
Expand All @@ -28,7 +33,6 @@ Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://j
## About Me

Servant of God masquerading as a DevOps Engineer Software Developer

Personal Page Andres Leon Rangel Born in Colombia
grew up in Socorro Santander, Colombia
moved to Bogota, Colombia
Expand All @@ -38,6 +42,9 @@ God moved me to New Zealand 2017
Adopted by Kiwis 2020

### Professional Profile
Seasoned cloud engineer skilled in architecting secure, resilient cloud solutions on AWS, Azure, and GCP. Expert in migrating legacy systems and empowering high velocity software delivery.

Deep expertise instrumenting cloud architecture with monitoring, logging, and automation to ensure reliability, availability and achieve operational excellence. Skilled at leveraging actionable metrics to drive continuous improvement. Passionate about empowering high velocity software delivery through technology, process optimization and a fail fast culture underpinned by a data-driven approach.

Migrated from [PasteBin.com](https://pastebin.com/raw/K8qm2NqZ)

Expand Down
3 changes: 1 addition & 2 deletions _includes/cv.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- .resume -->
<div id="resume" class="content_2">
<!-- .title -->
<h1 class="h-bloc">Andres Leon Rangel Resume - CV</h1>
<h1 class="h-bloc">Andres Leon Rangel CV</h1>

<div class="row">

Expand All @@ -19,7 +19,6 @@ <h1 class="h-bloc">Andres Leon Rangel Resume - CV</h1>
<div class="skillbar clearfix" data-percent="95%">
<div class="skillbar-title"><span>Micro Services Architecture</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent">95%</div>
</div>

<!-- /.skillbar -->
Expand Down
17 changes: 9 additions & 8 deletions _includes/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ <h1 class="h-bloc">Profile - About Me</h1>
<li>
<i class="glyphicon glyphicon-map-marker"></i>
<label>Address</label>
<span class="value">Auckland , New Zealand</span>
<span class="value">New Zealand</span>
<div class="clear"></div>
</li>

<li>
<i class="glyphicon glyphicon-envelope"></i>
<label>Email</label>
<span class="value">Contact me on LinkedIn</span>
<span class="value">Contact me on LinkedIn <a href="{{site.linkedin}}"><i class="fa fa-linkedin"></i></a> </span>
<div class="clear"></div>
</li>

<li>
<i class="glyphicon glyphicon-phone"></i>
<label>Phone</label>
<span class="value">Contact me on LinkedIn</span>
<span class="value">Contact me on LinkedIn <a href="{{site.linkedin}}"><i class="fa fa-linkedin"></i></a></span>
<div class="clear"></div>
</li>

Expand All @@ -58,15 +58,16 @@ <h1 class="h-bloc">Profile - About Me</h1>

<p style="margin-bottom:20px">
<i class="fa fa-quote-left"></i>
Currently serving at Accenture <span class="badge badge-success">hired Sept 2021</span>
Cloud Computing and strong DevOps Practices.
Currently serving at Accenture <span class="badge badge-success">Serving from Sept 2021</span>
<i class="fa fa-quote-right"></i>
</p>

<p style="margin-bottom:20px">
Contributor to New Zealand booming Information Technology sector. Communication, Developer of skills, Passionate,
practical learner, Curious, Creative, Doer, Includer, Activator, Positivity,
enjoys problem solving with software engineering.
Hands-on Cloud Software Engineer with over a decade of experience in driving cloud adoption and modernization for global enterprises.
Specialized in AWS, Azure, and GCP, with a knack for architecting secure, resilient cloud solutions.
A passionate, practical learner and problem solver, contributing to New Zealand’s booming IT sector.
Proficient in design, development, deployment, and optimization of cloud-native applications and DevSecOps best practices.
Instrumental in migrating legacy systems to the public cloud AWS, Azure and GCP.
</p>
</div>
<!-- End left-wrap -->
Expand Down
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@ <h6><span class="fa fa-map-marker"></span> {{ site.location }}</h6>

<!-- Profile Description -->
<div id="profile_desc">
<p>
Seasoned Cloud software Engineer with over 10 years of experience driving cloud adoption and modernization initiatives for global enterprises. Specialized in AWS, Azure, and GCP public cloud platforms with expertise in architecting and implementing secure, resilient cloud solutions utilizing IaaS, PaaS, containers, and serverless technologies.
Wide-ranging capabilities leading design, development, deployment, and optimization of cloud-native applications, microservices, CI/CD pipelines, infrastructure-as-code, and DevSecOps best practices. Instrumental in migrating legacy on-premises systems to public cloud through lift-and-shift and refactoring techniques.

Deep expertise instrumenting cloud architecture with monitoring, logging, and automation to ensure reliability, availability and achieve operational excellence. Skilled at leveraging actionable metrics to drive continuous improvement. Passionate about empowering high velocity software delivery through technology, process optimization and a fail fast culture underpinned by a data-driven approach.
</p>
<p>Expert cloud engineer, DevSecOps resilient solutions, SRE, and high-velocity software delivery</p>
</div>
<!-- End Profile Description -->

Expand Down

0 comments on commit b843790

Please sign in to comment.