Skip to content

Commit

Permalink
acceptable
Browse files Browse the repository at this point in the history
  • Loading branch information
Compukid committed May 5, 2024
1 parent 8ec112f commit 8d9af2e
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 60 deletions.
Binary file added Activity_3.6.0/20240420_115039.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions Activity_3.6.0/easter_egg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<META CHARSET="UTF-8">
<title>My picture</title>
</head>
<body>
<img src="20240420_115039.jpg" alt="my pic" width="500" height="600">
<br>
<br>
<br>
<br>
<div><a href="index.html">Back</a></div>
<!-- this is a comment -->
</body>
</html>
152 changes: 92 additions & 60 deletions Activity_3.6.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<head>
<META CHARSET="UTF-8">
<title>About me</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style2.css">
</head>
<body>
<header>
<h1>Eric Jacobowitz</h1><br>
<h2>“Success is not final; failure is not fatal: It is the courage to continue that counts.” —Winston Churchill</h2><br>
<h1><a href="easter_egg.html">Eric Jacobowitz</a></h1>
<br>
<h2 id="quote">“Success is not final; failure is not fatal: It is the courage to continue that counts.” —Winston Churchill</h2><br>
<br>
</header>
<p>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
Expand All @@ -18,76 +19,107 @@ <h2>“Success is not final; failure is not fatal: It is the courage to continue
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.
</p>
<section>
<h2>Education</h2>
<section>
<section>
<h2>Education</h2>
<div>
<h3>College</h3>
<hr class="solid">
<p>New York City Technical College, Brooklyn, New York</p>
</section>
<section>
<br>
<br>
</div>
<br>
<br>
<div>
<h3>Online course</h3>
<hr class="solid">
<p>Plural site - Azure Fundamentals</p>
</section>
<section>
<br>
<br>
</div>
<br>
<br>
<div>
<h3>Certification</h3>
<hr class="solid">
<p>Microsoft Certified: Azure Fundamentals</p>
</section>
</section>
<section>
</div>
<br>
<br>
</section>
<br>
<br>
<section>
<h2>Work Experience</h2>
<section>
<h3> Senior Engineer Applications Server - Jetblue Airways</h3>
<p>In Jetblue I work with an amazing team on operational systems critical to Jetblue.</p>
</section>
<section>
<h3> Desktop support - Thompson Financial</h3>
<p>At Thompson I was part of a team work tickets on any desktop related issues. From installing software and fixing blue screens of death.</p>
</section>
</section>
<section>
<h3>favorites</h3>
<section>
<h3>My favorite foods in order are:</h3>
<ol>
<li>Italian</li>
<ol>
<li>Penne with meat sauce</li>
</ol>
<li>Vietnamese</li>
<ol>
<li>Pho</li>
<li>Bun bo Hue</li>
<li>Banh Mi</li>
</ol>
<li>French</li>
<ol>
<li>Escargot</li>
</ol>
<li>American</li>
<ol>
<li>Cheese burger</li>
</ol>
<li>Indian</li>
<div>
<h3> Senior Engineer Applications Server - Jetblue Airways</h3>
<hr class="solid">
<p>In Jetblue I work with an amazing team on operational systems critical to Jetblue.</p>
</div>
<br>
<br>
<div>
<h3> Desktop support - Thompson Financial</h3>
<hr class="solid">
<p>At Thompson I was part of a team work tickets on any desktop related issues. From installing software and fixing blue screens of death.</p>
</div>
<br>
<br>
</section>
<br>
<br>
<section>
<h2>My favorites</h2>
<div>
<h3>My favorite foods in order are:</h3>
<hr class="rounded">
<ol>
<li>chicken tikka masala</li>
</ol>
<li>Chinese</li>
<ol>
<li>sesame chicken</li>
</ol>
</ol>
</section>
<section>
<h3>My favorite websites are:</h3>
<ul>
<li>Italian</li>
<ol>
<li>Penne with meat sauce</li>
</ol>
<li>Vietnamese</li>
<ol>
<li>Pho</li>
<li>Bun bo Hue</li>
<li>Banh Mi</li>
</ol>
<li>French</li>
<ol>
<li>Escargot</li>
</ol>
<li>American</li>
<ol>
<li>Cheese burger</li>
</ol>
<li>Indian</li>
<ol>
<li>chicken tikka masala</li>
</ol>
<li>Chinese</li>
<ol>
<li>sesame chicken</li>
</ol>
</ol>
</div>
<br>
<br>
<div>
<h3>My favorite websites are:</h3>
<hr class="rounded">
<ul>
<li><a href="https://www.google.com">Google</a></li>
<li><a href="https://www.youtube.com">Youtube</a></li>
<li><a href="https://www.amazon.com">Amazon</a></li>
</ul>
</section>
</ul>
</div>
<br>
<br>
</section>
<footer>
copywrite* May 2nd 2024
<br>
<br>
<b>***Published May 4th 2024</b>
</footer>
</body>
</html>
102 changes: 102 additions & 0 deletions Activity_3.6.0/style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
body {

background-color: #f6f6df;
font-family: sans-serif;
margin-right: 35em;

}

h1 {

font-weight: bold;
font-size: 4em;
font-style: bold;
font-weight: 800;
color: lightskyblue;

}

h2:hover{

background-color: hotpink;
color: #f6f6df;
}

header h2 {

/* background-image: url("blue-watercolor-background_615876-5.jpg"); */
padding: 3em;
font-family: serif;
font-style: italic;
}

#quote{

background-color: lightblue;
background-size: 1em;

}

a, a:visited {
background-color: #f6f6df;
color: lightskyblue;

}

section {

border-color: gold;
border-style: solid;
border-width: 0.5em;
}

section h2 {

color: hotpink;
font-weight: bold;
font-size: 3em;

}

div {

border-color: skyblue;
border-style: solid;
border-width: 4px;
margin-left: 1em;
margin-top: 1em;
margin-right: 2em;
}

div p {

margin: 1em;
}

.solid {

display: block;
height: 6px;
border: 0;
border-top: 1px solid skyblue;
margin: 1em 0;
padding: 0;

}

.rounded {
display: block;
height: 8px;
border: 0;
border-top: 2px solid blue;
margin: 1em 0;
padding: 0;

}

li:active {

background-color: hotpink;
font-weight: bold;
font-style: italic;
}
23 changes: 23 additions & 0 deletions activity_3.4.6/style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
body {
background-color: #F8EEE7;
}

header p, footer p {
background-color: #F4DECB;
}

section p {
background-color: #94618E;
color: #F8EEE7;
}
article p {
background-color: #49274A;
}
#specific {
background-color: #FFFFFF;
color: #49274A;
}
p:hover {
background-color: #B4DBC0 !important;
border: 2px dashed black;
}

0 comments on commit 8d9af2e

Please sign in to comment.