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 pull request docker-library#15 from ucfcdl/issue/14-nicole-bio
create nicole's bio
- Loading branch information
Showing
2 changed files
with
110 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,110 @@ | ||
--- | ||
name: Nicole Nascimento | ||
|
||
|
||
# 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 | ||
thumbnail: nicole_nascimento.jpg | ||
|
||
|
||
# Gender you identify as | ||
# adding a new or misspelled value will add it to the graph! | ||
# options: `non-binary`, `female`,`male` | ||
gender: female | ||
|
||
|
||
# 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 | ||
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 | ||
linkedin: https://www.linkedin.com/in/nicole-zolnier/ | ||
|
||
|
||
# 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 Science | ||
|
||
|
||
# Your Hire Date | ||
# format: YYYY-MM-DD | ||
date: 2023-08-08 | ||
|
||
|
||
# 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? | ||
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: "August 23rd, 2023" | ||
--- | ||
|
||
<p>Hey! I am a Junior Computer Science major at UCF and I am actually from Brazil! I developed a passion for technology while playing Club Penguin when I was younger. In my free time, I enjoy watching movies and tv shows, cooking and listening to music.</p> | ||
|
||
<h3 class="tr_header">Expertise:</h3> | ||
<ul> | ||
<li>JavaScript</li> | ||
<li>React</li> | ||
<li>C</li> | ||
<li>Java</li> | ||
|
||
</ul> | ||
|
||
<h3 class="tr_header">Learning:</h3> | ||
<ul> | ||
<li>Python</li> | ||
<li>Next.JS</li> | ||
<li>Tailwind CSS</li> | ||
</ul> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.