Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 id="logo"><a href="#">Contents</a></h1>
<ul>
<li><a href="#About" class="active">About</a></li>
<li><a href="#Solutions">Solutions</a></li>
<li><a href="#Feature">Featured Article</a></li>
<!-- <li><a href="#Feature">Featured Article</a></li> -->
<li><a href="#News">News</a></li>
<li><a href="#Team">Team</a></li>
<li><a href="#Clients">Clients</a></li>
Expand Down
3 changes: 2 additions & 1 deletion _posts/2020-07-21-understanding-fear.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ However, when these thoughts shift to worrying about matters outside our control

This model of thinking can be applied to our lives in many ways. Maybe you are late for a deadline, are frustrated someone else did not fulfill what they said they would, or weeks of planning just didn't work out this time. Regardless, we can choose how we will handle our emotions to be a positive force in our daily activities.

``` python
def anxiety_check(scenario):
if 'stress' in scenario:
scenario.replace('stress', 'insight and curiosity')

```
Recognizing our own emotions as a powerful force that we are willing to understand can help us become better peers, and motivate innovation. At Levity, we built this company during an epidemic and economic collapse. Despite these odds, we rallied and created an even stronger team. Levity continues to build on its remote service, and will continue to help companies invest in their digital services during these challenges, and long-after.

By Bazyl Horsey, Co-founder
4 changes: 4 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2056,3 +2056,7 @@
overflow: hidden;
background-color: #f1f1f1;
}

.list_posts{

}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>Solutions</h3>
</div>
</section>

<!-- Featured Article --!>
<!-- Featured Article -->
<section id="Featured" data-aos="fade-up">
<div class="container">
<h3>Featured Article </h3>
Expand Down