Skip to content

Commit

Permalink
Sprint 3 Finale
Browse files Browse the repository at this point in the history
  • Loading branch information
oranmornz committed Sep 17, 2024
1 parent 6106d3d commit cbf9f49
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
48 changes: 48 additions & 0 deletions blog/emotional-intelligence.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../styles/main.css" rel="stylesheet" type="text/css">
<title>OM Blog</title>
</head>

<div id="nav-header">
<a href="../index.html">
<h1 class="header-title">Oliver Macro</h1>
</a>
<ul class="nav-list"><!--
<a href="html-css.html">Tech Blog</a>
<a href="te-houtaewa-template.html">Te Houtaewa</a>-->
<a href="../index.html">Index</a>
<a href="https://github.com/oranmornz" target="_blank">GitHub</a>
</ul>
</div>
<div id="blog-entry">
<h2>
Emotional Intelligence
</h2>
<p>
The Oxford English Dictionary defines <em>emotional intelligence</em> as follows:
</p>
<p id="quote">
The capacity to be aware of, control, and express one's emotions, and to handle interpersonal relationships judiciously and empathetically.
</p>
<p>
Whereas IQ <em>(intelligence quotient)</em> refers to our capacity for intellectual intelligence and logical problem solving, EQ, or <em>emotional quotient,</em> refers to ones capacity for the self-reflective identification of ones emotions, and our ability to manage and express those emotions towards others. It is a reflection of our social skills, and our capacity for managing interpersonal relationships.
</p>
<p>
Human beings are inherently social creatures. We rely on our emotional intellience to successfully navigate complex social environments and sitations, and is a foundation upon which our capacity for teamwork is built upon. It also serves as the basis for which our ethics, morals, and values are built on. It informs our capacity for empathy, and understanding on the importance of putting the needs of the many before the needs of the few.
</p>
<p>
Because of our emotional intelligence, we may observe our emotions, rather than be enveloped by them. It allows us to forgive, and to move on from lifes inevitable tragedies and transgressions.
</p>
</div>
<!--<div id="footer">
<h2>???</h2>
</div>-->
</body>
</html>


1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h2>
</h2>
<ul class="temp-blog-links">
<a href="blog/javascript-dom.html">JavaScript & The DOM</a>
<a href="blog/emotional-intelligence.html">Emotional Intelligence</a>
<a href="blog/identity-values.html">Identity, Values, Strengths</a>
<a href="blog/learning-plan.html">Learning Plan</a>
<a href="blog/html-css.html">display: inline v. inline-block</a>
Expand Down

0 comments on commit cbf9f49

Please sign in to comment.