diff --git a/_config.yml b/_config.yml index ea7d07e6d..2814fcc7f 100644 --- a/_config.yml +++ b/_config.yml @@ -8,22 +8,22 @@ plugins: #------------------------------- # General Site Settings -title: Johnny Hopkins -description: "Hi I'm Johnny, and I'm a Data Scientist. My portfolio focuses on interesting projects I've recently undertaken, with a strong emphasis on business impact. Please visit my Github & LinkedIn pages (or download my Resume) by using the links below!" +title: Yolande Tra +description: "Hi I'm Yolande, and I'm a Data Scientist. My portfolio focuses on interesting projects I've recently undertaken, with a strong emphasis on business impact. Please visit my Github & LinkedIn pages (or download my Resume) by using the links below!" baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com #------------------------------- # About Section subtitle: Data Science Portfolio -location: "London, UK" -resume_url: /docs/resume.docx -avatar_image: /img/profile_picture.JPG +location: "Maryland, USA" +resume_url: /docs/Yolande Tra Resume 05-13-24.docx +avatar_image: /img/YTprofile_picture.jpg #------------------------------- # Contact links -linkedln: "https://linkedln.com/#" # Add your linkedln handle -github: "https://github.com/#" # Add your github handle +linkedln: "https://linkedin.com/in/yolande-tra-ph-d-9493259/" # Add your linkedln handle +github: "https://github.com/Y188life" # Add your github handle paginate: 6 paginate_path: "/page/:num" diff --git a/_posts/2021-06-25-coffee-and-python.md b/_posts/2021-06-25-coffee-and-python.md new file mode 100644 index 000000000..786e67a24 --- /dev/null +++ b/_posts/2021-06-25-coffee-and-python.md @@ -0,0 +1,66 @@ +--- +layout: post +title: Coffee & Python +image: "/posts/coffee_python.jpg" +tags: [Python, Coffee] +--- + +# My first project +## is all about +### how much +#### I LOVE +##### Python & Coffee! + +--- + +Firstly, I love Python so much, here is some code! + +``` +my_love_for_python = 0 +my_python_knowledge = 0 + +for day in lifetime: + my_love_for_python += 1 + my_python_knowledge += 1 +``` + +Just so you really see how much I love Python, here is some code BUT with some colours for keywords & functionality! + +```python +my_love_for_python = 0 +my_python_knowledge = 0 + +for day in lifetime: + my_love_for_python += 1 + my_python_knowledge += 1 +``` + +Here is an **unordered list** showing some things I love about Python + +* For my work + * Data Analysis + * Data Visualisation + * Machine Learning +* For fun + * Deep Learning + * Computer Vision + * Projects about coffee + +Here is an _ordered list_ showing some things I love about coffee + +1. The smell + 1. Especially in the morning, but also at all times of the day! +2. The taste +3. The fact I can run the 100m in approx. 9 seconds after having 4 cups in quick succession + +I love Python & Coffee so much, here is that picture from the top of my project AGAIN, but this time, in the BODY of my project! + +![alt text](/img/posts/coffee_python.jpg "Coffee & Python - I love them!") + +The above image is just linked to the actual file in my Github, but I could also link to images online, using the URL! + +A line break, like this one below - helps me make sense of what I'm reading, especially when I've had so much coffee that my vision goes a little blurry + +--- + +I could also add things to my project like links, tables, quotes, and HTML blocks - but I'm starting to get a cracking headache. Must be coffee time. diff --git a/docs/Yolande Tra Resume 05-13-24.docx b/docs/Yolande Tra Resume 05-13-24.docx new file mode 100644 index 000000000..758834003 Binary files /dev/null and b/docs/Yolande Tra Resume 05-13-24.docx differ diff --git a/img/YTprofile_picture.jpg b/img/YTprofile_picture.jpg new file mode 100644 index 000000000..c205e0a4b Binary files /dev/null and b/img/YTprofile_picture.jpg differ