diff --git a/Activity_3.6.0/blue-watercolor-background_615876-5.jpg b/Activity_3.6.0/blue-watercolor-background_615876-5.jpg new file mode 100644 index 0000000..2328ebe Binary files /dev/null and b/Activity_3.6.0/blue-watercolor-background_615876-5.jpg differ diff --git a/Activity_3.6.0/index.html b/Activity_3.6.0/index.html new file mode 100644 index 0000000..0ab38a0 --- /dev/null +++ b/Activity_3.6.0/index.html @@ -0,0 +1,93 @@ + + + + + About me + + + +
+

Eric Jacobowitz


+

“Success is not final; failure is not fatal: It is the courage to continue that counts.” —Winston Churchill


+
+
+

Even though I work in IT, 2 of my hobbies are home automation and my home lab. I use google home and Home assistant as my home automation hubs + where I can interact with most of my home. I can turn on/off most of my lights, set my thermostat and configure automations. I also like + to host my own services if I can. I have built a 3 node proxmox cluster which runs a couple of VM's that run docker and some containers. One docker + container is a port of VSCode that runs on a website. This VSCode container is what I am using as an IDE for this class. Both home automation + and my home lab can be very time consuming as they evolve very quickly. They both need constant updates and I seem to be always adding new things + as time goes on. I like the challenges as well as the reward when things work they way I want and I get to use them. +

+
+

Education

+
+

College

+

New York City Technical College, Brooklyn, New York

+
+
+

Online course

+

Plural site - Azure Fundamentals

+
+
+

Certification

+

Microsoft Certified: Azure Fundamentals

+
+
+
+

Work Experience

+
+

Senior Engineer Applications Server - Jetblue Airways

+

In Jetblue I work with an amazing team on operational systems critical to Jetblue.

+
+
+

Desktop support - Thompson Financial

+

At Thompson I was part of a team work tickets on any desktop related issues. From installing software and fixing blue screens of death.

+
+
+
+

favorites

+
+

My favorite foods in order are:

+
    +
  1. Italian
  2. +
      +
    1. Penne with meat sauce
    2. +
    +
  3. Vietnamese
  4. +
      +
    1. Pho
    2. +
    3. Bun bo Hue
    4. +
    5. Banh Mi
    6. +
    +
  5. French
  6. +
      +
    1. Escargot
    2. +
    +
  7. American
  8. +
      +
    1. Cheese burger
    2. +
    +
  9. Indian
  10. +
      +
    1. chicken tikka masala
    2. +
    +
  11. Chinese
  12. +
      +
    1. sesame chicken
    2. +
    +
+
+
+

My favorite websites are:

+ +
+
+ + + \ No newline at end of file diff --git a/Activity_3.6.0/style.css b/Activity_3.6.0/style.css new file mode 100644 index 0000000..e9c8cfa --- /dev/null +++ b/Activity_3.6.0/style.css @@ -0,0 +1,57 @@ +body { + + background-color: #D6DBB2; + font-family: sans-serif + color: #422040; + margin-right: 35em; + + } + + h1 { + + font-weight: bold; + font-size: 4em; + font-style: bold; + font-weight: 800; + border: #E3D985; + border-style: solid; + background-color: #E3D985; + + } + + h2 { + + background-image: url("blue-watercolor-background_615876-5.jpg"); + padding: 4em; + font-family: serif; + font-style: italic; + } + + ol, ul { + border: #422040; + border-color: #422040; + border-style: solid; + background-color: #422040; + color: #D6DBB2; + font-size: medium; + padding: 1.0em; + } + + li { + font-weight: lighter; + border-color: #422040; + border-style: solid; + } + + p { + font-style: normal; + font-weight: 700; + + } + + /*this formats links*/ + + a { + color: #BCD8C1; + background-color: #E57A44; + } \ No newline at end of file