Skip to content

Commit

Permalink
Merge pull request #28 from tcbutler320/dev
Browse files Browse the repository at this point in the history
Prep for v1.0 release
  • Loading branch information
tcbutler320 authored Nov 8, 2020
2 parents bec763a + 3b62725 commit 672c1db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,6 @@ I borrowed concepts and assets from various other open source projects. A specia
*Images*
Special thanks to the following indivuals for their images
+ [Cole Keister](https://unsplash.com/@coleito)
+ [Peter Secan](https://unsplash.com/@phsecan)
+ [Terry Boynton](https://unsplash.com/@terry_boynton)
+ [Stephen Valentin](https://unsplash.com/@valentinsteph)
+ [Laurasaman](https://unsplash.com/@laurasamang)
+ [Luke Chesser](https://unsplash.com/photos/LG8ToawE8WQ)
+ [Yancy Min](https://unsplash.com/@yancymin)
+ [Safar Safarov](https://unsplash.com/@codestorm)
+ [Emile Perron](https://unsplash.com/@emilep)



<!-- MARKDOWN LINKS AND IMAGES --->
Expand Down
8 changes: 4 additions & 4 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ <h5 class="card-title text-center" style="font-family:Courgette;"><a href="/{{ s
{% else %}
{% if section.name == "Presentations" %}
<div class="tab-pane overflow-auto" id="{{section.id}}" role="tabpanel" aria-labelledby="{{section.id}}-tab">
<h5 class="card-title text-center" style="font-family:Courgette;"><a href="/{{ section.url }}" class="highlighted">{{section.description}}</a></h5>
<h5 class="card-title text-center" style="font-family:Courgette;">{{section.description}}</h5>
<p class="card-text">{% bibliography -f presentations %}</p>
</div>
{% elsif section.name == "Projects" %}
<div class="tab-pane overflow-auto" id="{{section.id}}" role="tabpanel" aria-labelledby="{{section.id}}-tab">
<h5 class="card-title text-center" style="font-family:Courgette;"><a href="/{{ section.url }}" class="highlighted">{{section.description}}</a></h5>
<h5 class="card-title text-center" style="font-family:Courgette;">{{section.description}}</h5>
{% for projects in site.data.projects %}
<div class="media">
<img src="{{ projects.image }}" class="mr-3 mb-2 img-thumbnail" alt="...">
Expand All @@ -110,7 +110,7 @@ <h5 class="mt-0">{{ projects.name }}</h5>
</div>
{% elsif section.name == "Teaching" %}
<div class="tab-pane overflow-auto" id="{{section.id}}" role="tabpanel" aria-labelledby="{{section.id}}-tab">
<h5 class="card-title text-center" style="font-family:Courgette;"><a href="/{{ section.url }}" class="highlighted">{{section.description}}</a></h5>
<h5 class="card-title text-center" style="font-family:Courgette;">{{section.description}}</h5>
{% for courses in site.data.teaching %}
<div class="list-group">
<a href="#" class="list-group-item list-group-item-action">
Expand All @@ -127,7 +127,7 @@ <h5 class="mb-1">{{ courses.Schoool }}</h5>
</div>
{% elsif section.name == "Coursework" %}
<div class="tab-pane overflow-auto" id="{{section.id}}" role="tabpanel" aria-labelledby="{{section.id}}-tab">
<h5 class="card-title text-center" style="font-family:Courgette;"><a href="/{{ section.url }}" class="highlighted">{{section.description}}</a></h5>
<h5 class="card-title text-center" style="font-family:Courgette;">{{section.description}}</h5>
<div class="list-group">
{% for courses in site.data.courses %}
<button type="button" class="list-group-item list-group-item-action">{{ courses.Course }}</button>
Expand Down

0 comments on commit 672c1db

Please sign in to comment.