Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.47 KB

principles.md

File metadata and controls

32 lines (22 loc) · 1.47 KB
title permalink image
The Principles Of Love First
/principles/
/assets/images/principles/principles-love-first.jpg

Our principles are the foundations of our ways of being. They underpin the personal values, beliefs, and behaviors that define our unique inner layer of identity.

Principles are ways of successfully dealing with reality to get what you want out of life. Principles, by Ray Dalio

The principles use active voice so you can clearly see how to apply them in your life. They are specific, allowing you to focus on one at a time if necessary. They don’t require academic knowledge or special training, making them easy and accessible for everyone to benefit from. Lastly, they are not prescriptive, so wield them gracefully however much you want.

The Elemental Principles

The first five principles are the core foundations upon which Love First builds, and correspond to the classic elements: heart, water, fire, air, and earth.

    {% assign principles = site.principles | sort: "principle_order" %} {% for principle in principles %} {% if principle.element %}{% capture elem %}{{ principle.element }}{% endcapture %} {% capture elem_icon %}{% include element-icon.html element=elem %}{% endcapture %} {% else %}{% capture elem_icon %}{% endcapture %} {% endif %}

  • {{ elem_icon }}{{ principle.title }}
    {{ principle.excerpt }}
  • {% endfor %}