forked from docker-library/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into 190-insert-bio-for-…
…daniel-gawne
- Loading branch information
Showing
3 changed files
with
25 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,109 +1,44 @@ | ||
--- | ||
name: Emanuel Cortes Lugo | ||
|
||
|
||
# this image will be in assets/images/bios/ | ||
# It should be a square 250x250 image, jpg or png (prefer jpg) | ||
# make sure you resize/crop and maintain the aspect ratio | ||
title: Applications Programmer II | ||
thumbnail: emanuel_cortesLugo.jpg | ||
|
||
|
||
# Gender you identify as | ||
# adding a new or misspelled value will add it to the graph! | ||
# options: `non-binary`, `female`,`male` | ||
gender: male | ||
|
||
|
||
# if you're part-time, you're probably Techranger | ||
title: Techranger | ||
|
||
|
||
# Optional | ||
# possible values are `techrangers` and `lst` | ||
team: techrangers | ||
|
||
|
||
# This flag is a little redundant | ||
# it's here if we change how we use jekyll | ||
title: Applications Programmer II | ||
team: lst | ||
is_current_techranger: yes | ||
|
||
|
||
# If you're now full time && started out as a Techranger | ||
was_part_time: no | ||
|
||
|
||
# Optional | ||
# We use this to keep tabs on you in your career after Techrangers | ||
# Consider creating an account if you don't have one | ||
was_part_time: yes | ||
linkedin: https://www.linkedin.com/in/emanuel-cortes-940a05111/ | ||
|
||
|
||
# Optional | ||
# What degrees do you have / are you working towards | ||
# List minors as their own item. IE: `- Computer Science Minor` | ||
# Please view other profiles to re-use existing values/spellings | ||
degrees: | ||
- Computer Engineering | ||
|
||
|
||
# Your Hire Date | ||
# format: YYYY-MM-DD | ||
date: 2020-12-18 | ||
|
||
|
||
# Optional | ||
# Your Resignation Date | ||
# format: YYYY-MM-DD | ||
# If resigned, but date is unkown, use `??` | ||
# resigned: ?? | ||
|
||
|
||
# Optional | ||
# Did you leave LS&T in the past and return? | ||
previous_hire_dates: | ||
- {start: 2020-12-18, end: 2022-12-22} | ||
is_boomerang: no | ||
|
||
|
||
# Optional | ||
# format `- {start: YYYY-MM-DD, end: YYYY-MM-DD}` | ||
# previous_hire_dates: | ||
# - {start: 2009-06-26, end: 2012-12-09} | ||
|
||
|
||
# Optional | ||
# List of places you have worked. | ||
# if someone else used Disney and you use Disney World, | ||
# they will show up as 2 different places in the list | ||
# Please view the list of places on the past-techrangers page | ||
# and try to reuse existing values | ||
# also_employed_by: | ||
# - Symantec | ||
|
||
|
||
# Optional | ||
# If used, the site will link directly to this page instead | ||
# of the profile shown here | ||
# New Techrangers, Don't use this | ||
# override_url: https://www.linkedin.com/in/aldenbrown | ||
|
||
# Last updated date | ||
# Set this to today's date | ||
# format: "Month Day, Year" | ||
updated: "January 4, 2021" | ||
updated: "January 17, 2023" | ||
--- | ||
|
||
<p>I am currently a UCF student majoring in Computer Engineering. Initially, I used to be an Architecture student until a friend showed me that I could play my favorite classic games on a PC. That instance started a chain of events that lead me down the path I am traversing today—a path of yearning for more knowledge about the computer world.</p> | ||
<p>Hello, I'm Emanuel Cortes, born in Puerto Rico. I decided to move over here for educational purposes and ended up staying. I completed my bachelor's in Computer Engineering with a focus on hardware, but through some crazy life twists, I found a path that led me here, and I'm grateful for it. I started as a Techranger, and as time went by, I became a full-timer. In my free time, I'm either playing video games or at the gym.</p> | ||
|
||
<h3 class="tr_header">Expertise:</h3> | ||
<ul> | ||
<li>Java</li> | ||
<li>HTML</li> | ||
<li>CSS</li> | ||
<li>JavaScript</li> | ||
<li>Python | ||
<ul> | ||
<li>Django</li> | ||
</ul> | ||
</li> | ||
<li>REST APIs</li> | ||
<li>C</li> | ||
<li>C++</li> | ||
<li>Java</li> | ||
<li>Flutter</li> | ||
</ul> | ||
|
||
<h3 class="tr_header">Learning:</h3> | ||
<ul> | ||
<li>Python</li> | ||
<li>JavaScript</li> | ||
<li>PHP</li> | ||
<li>Docker</li> | ||
<li>AWS</li> | ||
<li>GitHub Actions</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters