Skip to content

Commit

Permalink
rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Jan 30, 2021
1 parent 9a392c2 commit 85463a5
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 24 deletions.
16 changes: 8 additions & 8 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ <h5><a href="{{ site.url }}{{ site.baseurl }}/allnews.html">... see all News</a>

</div>

<div class="jumbotron">
<h4>Upcoming Events</h4>
<!-- <div class="jumbotron"> -->
<!-- <h4>Upcoming Events</h4> -->

{% for article in site.data.events limit:5 %}
<b>{{ article.date | replace: "-","&#8211;" }}</b>
<p>{{ article.headline }}<br/>
<i>{{ article.location }}</i></p>
{% endfor %}
</div>
<!-- {% for article in site.data.events limit:5 %} -->
<!-- <b>{{ article.date | replace: "-","&#8211;" }}</b> -->
<!-- <p>{{ article.headline }}<br/> -->
<!-- <i>{{ article.location }}</i></p> -->
<!-- {% endfor %} -->
<!-- </div> -->
8 changes: 8 additions & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,11 @@ permalink: /about/
</ul>
</div>
{% endif %}


<div class="jumbotron">
<h4>Sponsors</h4>
<div style='display:block; text-align:center; margin-left:auto; margin-right:auto;'>
{% for funder in site.data.funders %}<a href="{{ funder.url }}" target="_blank"><img src='{{ site.url }}{{ site.baseurl }}/images/logopic/{{ funder.image }}' style='max-height: 80px; max-width: 200px; margin: 1%'/></a>{% endfor %}
</div>
</div>
12 changes: 6 additions & 6 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Previously, I was a Postdoctoral Researcher at the <a href="https://xpacc.illino
I have a Ph.D. and M.S. in <a href="https://mechanical.illinois.edu/graduate/graduate-degree-programs/phd-programs/phd-theoretical-and-applied-mechanics" target="_blank">Theoretical and Applied Mechanics</a> from the University of Illinois at Urbana–Champaign (2017 and 2015), where I worked with <a href="https://aerospace.illinois.edu/directory/profile/jbfreund" target="_blank">Professor Jonathan Freund</a>.
I hold B.S. degrees in Mechanical Engineering and Mathematics from the University of Michigan–Dearborn (2013).

<div class="jumbotron">
<h4>Sponsors</h4>
<div style='display:block; text-align:center; margin-left:auto; margin-right:auto;'>
{% for funder in site.data.funders %}<a href="{{ funder.url }}" target="_blank"><img src='{{ site.url }}{{ site.baseurl }}/images/logopic/{{ funder.image }}' style='max-height: 80px; max-width: 200px; margin: 1%'/></a>{% endfor %}
</div>
</div>
<!-- <div class="jumbotron"> -->
<!-- <h4>Sponsors</h4> -->
<!-- <div style='display:block; text-align:center; margin-left:auto; margin-right:auto;'> -->
<!-- {% for funder in site.data.funders %}<a href="{{ funder.url }}" target="_blank"><img src='{{ site.url }}{{ site.baseurl }}/images/logopic/{{ funder.image }}' style='max-height: 80px; max-width: 200px; margin: 1%'/></a>{% endfor %} -->
<!-- </div> -->
<!-- </div> -->
22 changes: 12 additions & 10 deletions _pages/talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ permalink: /talks/

## Talks

{% if site.data.invited_talks %}
<div class="jumbotron">
### Invited Talks and Seminars
<ul>
{% for publi in site.data.invited_talks %}
<li> {{ publi.name | replace: "-","&#8211;" }} </li>
{% endfor %}
</ul>
</div>
{% endif %}

{% if site.data.conference_talks %}
<div class="jumbotron">
### Conference Abstracts
Expand All @@ -18,13 +29,4 @@ permalink: /talks/
</div>
{% endif %}

{% if site.data.invited_talks %}
<div class="jumbotron">
### Invited Talks and Seminars
<ul>
{% for publi in site.data.invited_talks %}
<li> {{ publi.name | replace: "-","&#8211;" }} </li>
{% endfor %}
</ul>
</div>
{% endif %}

0 comments on commit 85463a5

Please sign in to comment.