Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Tj to the site #22

Merged
merged 9 commits into from
Mar 10, 2024
Merged
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lesson-1/*
lesson-2/*
lesson-2/*

16 changes: 9 additions & 7 deletions lesson-1/lesson_1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@ Please fill out the following questions to help us know you better. Your respons

## Personal Information

**Name:**
_Anurag Ramesh Patil_
**Name:**
_TJ Tolliver_

**Major/Field of Study:**
_Master in Business Analytics_
**Major/Field of Study: **
_Masters of Science in Business Analytics_

## About You

**1. What are your hobbies or interests?**
_Travelling, Playing guitar_

_Board Games, Coffee, Climbing._

**2. Why did you choose your current field of study?**
_to cash out the new oil_
_Want to be able to work remote and create systems that make peoples jobs easier._

**3. What is one skill you wish to improve or learn?**
_Coding, Data Analysis, Visualisation, and git_
_my python and sql skills._


## Future Goals

Expand Down
8 changes: 8 additions & 0 deletions lesson-2/favorite-foods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---Favorite Foods---

1. Chocolate

2. Pizza

3. Pasta

28 changes: 18 additions & 10 deletions lesson-2/lesson_2.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
title: "Lesson 2 - branching & merging"
format: html
---

1. Create a branch called `favorite-foods`
2. Add a file called `favorite-foods.md`
3. List 3 of your favorite foods
4. Save the file and commit to your branch.
5. Switch to the `main` branch and merge your `favorite-foods` branch
1. <div>

---
title: "Lesson 2 - branching & merging"
format: html
---/workspaces/2024-Workshop1/lesson-2

</div>

2. Create a branch called `favorite-foods`

3. Add a file called `favorite-foods.md`

4. List 3 of your favorite foods

5. Save the file and commit to your branch.

6. Switch to the `main` branch and merge your `favorite-foods` branch
11 changes: 11 additions & 0 deletions lesson-3/showcase/tj-tolliver/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "TJ Tolliver"
image: https://media.licdn.com/dms/image/D5635AQEkj-T-6Ko_Mg/profile-framedphoto-shrink_400_400/0/1707512798551?e=1710622800&v=beta&t=i9CqjE6na_iJO4D5jL77d6odoTW-42jhFpGgs0ZnAwU
alt: "tj tolliver"
href: https://www.linkedin.com/in/tj-tolliver/
code: https://github.com/teejtravels
categories:
- socalrug
- student
- cool guy
---
Loading