-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'lesson_03_new' of https://github.com/A1-4U2T1NN/code-di…
…fferently-24-q4 into lesson_03_new
- Loading branch information
Showing
42 changed files
with
1,445 additions
and
44 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,33 @@ | ||
# Tommy Tran README | ||
|
||
## About Me | ||
Originally born and raised in Springfield, Virginia, I started my life in the DMV area. After moving to Delaware I eventually decided to go to a Vocational Tech School where I majored in carpentry. I worked on woodworking projects including cabinets,framing, and roofing. I continued my studies in carpentry for an additional 2 years before deciding on going to Delaware tech for College. I studied accounting for a time and received my associates degree. Afterwards I entered an adult learning program where I learned HVAC. I worked in this industry for the following 2 years before finding an interest in coding. | ||
|
||
### Learning Style | ||
I learn best in a social setting as I can bounce ideas across other people and receive feedback on my actions immediately. I also like to have a hands on approach on subjects and prefer getting my hands dirty with experiments and role-playing scenarios. When I'm alone i like to reflect on the work that I have done and repeat challenge exercises to build up the mental repetition in my head. I struggle to figure out how to tackle problems in the beginning but feel that it gets easier once I have built once I have a solid foundation to process my ideas. | ||
|
||
### likes | ||
|
||
1. Music / Concerts | ||
1. Art / Fashion | ||
1. Traveling | ||
|
||
### dislikes | ||
1. Seafood | ||
2. bugs | ||
3. working on Sundays | ||
|
||
### Goals | ||
|
||
1. Attend more music festivals and concerts and meet new people. | ||
1. Travel to Japan and go to as many different bars and restaurant. | ||
1. Be able to work remote anywhere in the world. | ||
|
||
### My Favorite Past time | ||
|
||
<img src= "Images/pancakes.jpg" style="width:500px; height:500px;"/> | ||
|
||
### Contact Information | ||
<p>Email: Best form of contact for me. I try to respond as soon as possible.</p> | ||
<p>Phone: I can be reached here for urgent information. If I am not available please leave a voice message</p> | ||
<p>Github: https://github.com/txtran224</p> |
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,27 @@ | ||
# Joseph Caballero | ||
|
||
## Introduction | ||
My name is Joseph Caballero, I started coding two years ago and always had an interest since my introduction to it. I was born in Hawaii and grew up primarily in New Jersey before moving to Delaware when I was about 9 or 10 years old. | ||
|
||
## Interests and Hobbys | ||
I like to eat , sleep , and be active. | ||
I currently box and enjoy anything related to boxing/combat | ||
My favorite boxers are (in no particular order) Mike Tyson , Marvin Hagler , Sugar Ray Leonard , Roberto Duran , Muhammad Ali , etc. | ||
|
||
## Dislikes | ||
I do not like most vegetables by themselves | ||
I do not like competing in team sports but I do not mind watching them | ||
I do not like traffic or anything that would delay me | ||
|
||
## Contact | ||
I do not have a preference between Email or phone I will respond to both | ||
Even though i do not have a preference if it is not urgent then email would be best so I can keep tabs on things easier than if it were message | ||
|
||
## Fun Facts | ||
* I was introduced to coding through Code Differently | ||
* I enjoy chinese food | ||
* I was born in Hawaii | ||
|
||
<img src = "images/hawaii.jpg"/> | ||
<img src = "images/Mike-tyson-signed-photo-60232.webp"> | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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,28 @@ | ||
# Lesson 01 - Developer Workflow: IDE Fundamentals | ||
|
||
## Pre-work | ||
|
||
Please review the following resources before lecture: | ||
|
||
### Required | ||
|
||
* [Learn Visual Studio Code in 7min (Video)](https://www.youtube.com/watch?v=B-s71n0dHUk) | ||
|
||
### Recommended | ||
|
||
* [Chrome DevTools Crash Course - using Chrome 'Inspector' for CSS Development (Video)](https://www.youtube.com/watch?v=151NXMk0a2c) | ||
|
||
## Homework | ||
|
||
- [ ] Convert personal README [to HTML](#personal-readme-html-edition). | ||
- [ ] Do pre-work for [lesson 02](/lesson_02/). | ||
|
||
### Personal README (HTML Edition) | ||
|
||
For this assignment, you are tasked with making a pixel-perfect version of your README file as rendered in GitHub MARKDOWN. You will be assessed by how well your HTML version matches the MARKDOWN version. There are several tools that you can use to complete this assignment, including using LLMs like Chat GPT and Gemini or tools that mimic the markdown-to-html conversion. | ||
|
||
I'd highly recommend that you research CSS stylesheets and use them to make your work easier and consistent. If you want to know what styles GitHub uses to render your markdown files, you can use browser debugger tools to inspect the HTML and see what colors, font sizes, and attributes are used for the markdown version. | ||
|
||
### Submitting your files | ||
|
||
You will use the same process you used in [Lesson 00](/lesson_00/) in order to submit your work. **Please submit your files in a sub-folder created under this folder (lesson_01).** Remember to craft a good pull request (PR) title and description detailing the work you're submitting. |
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,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="style.css" rel="stylesheet"/> | ||
</head> | ||
|
||
<link rel="stylesheet" href="style.css"> | ||
|
||
|
||
<body> | ||
<main> | ||
<div class="md-heading"> | ||
<h1> Tommy Tran README</h1> | ||
</div> | ||
<div class="line"> </div> | ||
<div class="md-heading"> | ||
<h2>About Me</h2> | ||
</div> | ||
<div class="line"> </div> | ||
<p>Originally born and raised in Springfield, Virginia I started my life in the DMV area. | ||
After moving to Delaware I eventually decided to go to a Vocational Tech School where I majored in carpentry. | ||
I worked on woodworking projects including cabinets, framing, and roofing. I continued my studies in carpentry | ||
for an additional 2 years before deciding on going to Delaware tech for College. I studied accounting for a time | ||
and received my associates degree. Afterwards I entered an adult learning program where I learned HVAC. | ||
I worked in this industry for the following 2 years before finding an interest in coding. | ||
</p> | ||
<div class="md-heading"> | ||
<h3>LEARNING STYLE</h3> | ||
<div class="line"> </div> | ||
|
||
</div> | ||
|
||
<p>I learn best in a social setting as I can bounce ideas across other people and receive feedback on my actions immediately. | ||
I also like to have a hands on approach on subjects and prefer getting my hands dirty with experiments and role-playing scenarios. | ||
When I'm alone i like to reflect on the work that I have done and repeat challenge exercises to build up the mental repetition in my head. | ||
I struggle to figure out how to tackle problems in the beginning but feel that it gets easier once I have built once I have a solid foundation | ||
to process my ideas. | ||
</p> | ||
<div class="md-heading"> | ||
<h3>LIKES </h3> | ||
<div class="line"> </div> | ||
</div> | ||
<ol> | ||
<li>Music / Concerts</li> | ||
<li>Art / Fashion</li> | ||
<li>Traveling</li> | ||
</ol> | ||
<div class="md-heading"> | ||
<h3> DISLIKES </h3> | ||
<div class="line"> </div> | ||
</div> | ||
<ol> | ||
<li> Seafood</li> | ||
<li> Bugs</li> | ||
<li>Working on Sundays</li> | ||
</ol> | ||
<div class="md-heading"> | ||
<h3>GOALS</h3> | ||
<div class="line"> </div> | ||
</div> | ||
<ol> | ||
<li>More music festivals and concerts and meet new people.</li> | ||
<li>Travel to Japan and go to as many different bars and restaurant.</li> | ||
<li>Be able to work remote anywhere in the world.</li> | ||
</ol> | ||
<div class="md-heading"> | ||
<h3>MY FAVORITE PAST TIME</h3> | ||
<div class="line"> </div> | ||
</div> | ||
|
||
<img src= "https://github.com/txtran224/code-differently-24-q4/blob/lesson_1/lesson_01/TommyTran/img/pancakes.jpg?raw=true" width="500px" height="500px" alt="A hearty breakfast meal"> | ||
|
||
<div class="md-heading"> | ||
<h3> CONTACT INFORMATION </h3> | ||
<div class="line"> </div> | ||
</div> | ||
<p>Email: Best form of contact for me. I try to respond as soon as possible.</p> | ||
<p>Phone: I can be reached here for urgent information. If I am not available please leave a voice message</p> | ||
<p>Github: https://github.com/txtran224</p> | ||
|
||
</main> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,50 @@ | ||
.line { | ||
border-bottom: 2px solid lightgray; | ||
} | ||
.md-heading h1{ | ||
padding-block: 30px; | ||
padding-bottom: 1px;; | ||
font-size: 27px; | ||
line-height: .1; | ||
} | ||
h2{ | ||
font-size: 20px; | ||
margin-top: 23px; | ||
margin-bottom: 3px; | ||
} | ||
|
||
|
||
.md-heading h3{ | ||
padding-top: 1px; | ||
line-height: 1.25; | ||
font-size: 17px; | ||
|
||
} | ||
|
||
p{ | ||
font-size: 15px; | ||
} | ||
|
||
|
||
body{ | ||
padding-left: 49px; | ||
padding-right:50px; | ||
font-family:sans-serif; | ||
font-size: 14px; | ||
line-height: 1.5; | ||
} | ||
|
||
h3{ | ||
font-size: 1.25em; | ||
display: block; | ||
margin-block-start: 16px; | ||
margin-block-end: 16px; | ||
margin-inline-start: 0px; | ||
margin-inline-end: 0px; | ||
|
||
} | ||
|
||
li{ | ||
font-size: 14px; | ||
|
||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,65 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title></title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href=""> | ||
</head> | ||
<h1>Carroll Dwight Blue Jr README</h1> | ||
|
||
<h2>Introduction</h2> | ||
<hr></hr> | ||
<p>Dwight is a widowed father of 2 (12 - son and 15 - daughter) with 10 years | ||
experence in hardware technical support and 10 years emergency medical | ||
services experence. Dwight was married to Nancy for 17 years before her | ||
unexpected passing on August 7th, 2021. Dwight is currently unemployed | ||
and concentrating on raising his two kids.</p> | ||
|
||
<h2>Prerequisites</h2> | ||
<hr></hr> | ||
<p>Here are some of the things I need to be a productive person and father.</p> | ||
|
||
|
||
<ul> | ||
<li>Dr. Pepper cabinated beverage.</li> | ||
<li>A good morning from current significant other.</li> | ||
<li>80s hair band / country music / musicals soundtracks that are upbeat.</li> | ||
<li>Favorite foods include Lasagna, Pepperoni Pizza and hamburger Mac and Cheese.</li> | ||
</ul> | ||
|
||
<h2>Installation Instructions</h2> | ||
<hr></hr> | ||
<ol> | ||
<li>To contact feel free to text or call and leave a message do to being extremely busy schedule.</li> | ||
<li>I'm am fairly function, just add morning medications.</li> | ||
<li>My day prior to starting class, was basic house cleaning including loading / unloading dishwasher, wash / dry / fold / put away cloths.</li> | ||
</ol> | ||
|
||
<h2>Support</h2> | ||
<hr></hr> | ||
<p>You can find me on LinkedIn, Twitter, and Instagram if you want to reach out. </p> | ||
|
||
<h2>Fun Facts</h2> | ||
<hr></hr> | ||
<ul> | ||
<li>I used the original IBM PC in high school.</li> | ||
<li>My first programming language was BASIC, which I learned at the age of 16. | ||
I placed 2nd in a national competition for organization formally known | ||
as Office Education Association.</li> | ||
<li>I have been married twice, first marriage was from June 9th, 1990 to December 2nd, 1999.</li> | ||
</ul> | ||
|
||
<h2>Photo Gallery</h2> | ||
<hr></hr> | ||
<a href = "https://x.com/cdbluejr/status/1838603335156298160/photo/1"><img src="images/GYQH_VxWMAASLTI.jpeg" height=400 /></a> | ||
<a href = "https://x.com/cdbluejr/status/1520458945290252290/photo/1"><img src="images/GYQMlwYW8AAFgoG.jpeg" height=400 /></a> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.