-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 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
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> | ||
|
||
|
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