Skip to content

Commit 080d4ef

Browse files
authored
Merge branch 'code-differently:main' into main
2 parents 2549ffd + d0beefa commit 080d4ef

File tree

7 files changed

+97
-2
lines changed

7 files changed

+97
-2
lines changed

lesson_00/DylanL/README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# How to work with Dylan Lafferty
2+
---
3+
4+
## Personality
5+
6+
My name is Dylan Lafferty, I am 21 years old and am working towards becoming a Software Engineer.
7+
8+
## Daily Requirements
9+
These are a few requirements for me to be prepared to have a good day at work.
10+
11+
- I need a full nights rest or else I'll be a little cranky.
12+
- I need at least 100mg of caffeine in the morning to add a little pump to my step.
13+
- I like to be friendly and have a good time while working so I like subtle jokes to keep the good spirits flowing.
14+
- I need either lunch or breakfast to keep my mind focused.
15+
- I require a clean workspace. If there is too much clutter my brain will not focus on anything besides that until it is gone.
16+
17+
## Ways to Reach me outside and inside of the workplace.
18+
19+
I am always available and checking my email, feel free to send me emails or even send over a direct message on Google Chats as well. I am not afraid of some camera time either so if you prefer a zoom call we can set one up as well. I however do not have a phone number so those are the only ways I am available.
20+
21+
I am more of the quiet behind the scenes kind of person at the beginning but soon will become a talker. None the less I am always willing to share and collaborate, I just might need a little push to spark up a conversation with me but I am always ready.
22+
23+
## Ways I like to help others
24+
25+
- I like to attempt to help others grasp a better understanding of what is required of an assignment when I understand something or am ahead of schedule.
26+
- I like to teach others keyboard shortcuts or other life hacks they might not have known before hand.
27+
28+
## A main goal of mine for the year of 2025
29+
30+
I want to be able to **never** have to work at a restuarant again.
31+
32+
## Topics I like talking about
33+
34+
- Programming
35+
- Modern Day Problems
36+
- Conspiracy Theorys
37+
- Video Games
38+
- Cooking
39+
40+
## Random Facts about Dylan
41+
42+
- I am a huge Dog fan. (I have a Bernese Mountain Dog)
43+
- My favorite food is none other than Tacos.
44+
- I believe pineapple does infact belong on a pizza.
45+
- My birthday is August 18th, 2003.
46+
- I am a huge gaming nerd and am proud of it.
47+
48+
---
49+
50+
![picture of Dylan Lafferty](images/dylan.jpeg)
51+
52+
![Picture of my dog finn](images/finn.jpeg)
53+
54+
![Picture of one of my favorite Games](images/videogame.jpeg)

lesson_00/DylanL/images/dylan.jpeg

1.23 MB
Loading

lesson_00/DylanL/images/finn.jpeg

739 KB
Loading
126 KB
Loading

lesson_01/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,15 @@ Please review the following resources before lecture:
1414

1515
## Homework
1616

17-
TODO(anthonydmays): Add homework details
17+
- [ ] Convert personal README [to HTML](#personal-readme-html-edition).
18+
- [ ] Do pre-work for [lesson 02](/lesson_02/).
19+
20+
### Personal README (HTML Edition)
21+
22+
For this assignment, you are tasked with making a pixel-perfect HTML 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.
23+
24+
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.
25+
26+
### Submitting your files
27+
28+
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.

slides/dist/reset.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* http://meyerweb.com/eric/tools/css/reset/
2+
v4.0 | 20180602
3+
License: none (public domain)
4+
*/
5+
6+
html, body, div, span, applet, object, iframe,
7+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8+
a, abbr, acronym, address, big, cite, code,
9+
del, dfn, em, img, ins, kbd, q, s, samp,
10+
small, strike, strong, sub, sup, tt, var,
11+
b, u, i, center,
12+
dl, dt, dd, ol, ul, li,
13+
fieldset, form, label, legend,
14+
table, caption, tbody, tfoot, thead, tr, th, td,
15+
article, aside, canvas, details, embed,
16+
figure, figcaption, footer, header, hgroup,
17+
main, menu, nav, output, ruby, section, summary,
18+
time, mark, audio, video {
19+
margin: 0;
20+
padding: 0;
21+
border: 0;
22+
font-size: 100%;
23+
font: inherit;
24+
vertical-align: baseline;
25+
}
26+
/* HTML5 display-role reset for older browsers */
27+
article, aside, details, figcaption, figure,
28+
footer, header, hgroup, main, menu, nav, section {
29+
display: block;
30+
}

slides/src/Slides/Lessons/Lesson01.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function Lesson01() {
5959
<h3>How to <em>choose</em> one</h3>
6060
<ul>
6161
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Language support</li>
62-
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Refactoring support</li>
6362
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Extensibility</li>
63+
<li style=${{'text-decoration': 'line-through', 'opacity': '.3'}}>Refactoring support</li>
6464
<li>Whatever your boss tells you to use</li>
6565
</ul>
6666
</section>

0 commit comments

Comments
 (0)