Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span style="color:#f58506"> Portfolio </span>
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"
Expand Down
66 changes: 66 additions & 0 deletions _posts/2021-06-25-coffee-and-python.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added docs/Yolande Tra Resume 05-13-24.docx
Binary file not shown.
Binary file added img/YTprofile_picture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.