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
1 change: 1 addition & 0 deletions _posts/2020-07-16-bvu+ilc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Corridor joins forces with Buena Vista University in winning Google grant
img: ilc+bvu.jpg
excerpt: The Iowa Lakes Corridor Development Corporation (Corridor) in partnership with Buena Vista University (BVU) has won a prestigious Google grant to advance programming aimed at facilitating business transitions across Iowa. The Corridor joined with BVU’s Center for Rural Entrepreneurship in the Harold Walter Siebens School of Business to embark on a “Match, Learn, Launch” initiative. This project pairs retiring business owners with up-and-coming business operators throughout Iowa and provides mentoring and educational support to new entrepreneurs from succession match to new launch.
---
<br/>
Written by: Iowa Lakes Corridor Development Corporation
Expand Down
4 changes: 2 additions & 2 deletions _posts/2020-07-16-mll-app.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: post
title: Levity Team Creates App for Match Learn Launch
title: Levity team creates app for Match. Learn. Launch.
img: match_learn_launch.jpg
excerpt: BVU computer science seniors have created a mobile app to match existing business owners with up-and-coming entrepreneurs, part of a joint effort with the Iowa Great Lakes Corridor Development Corporation.
---
<br/>
<img src="{{base.url}}/images/posts/compsci-trio-wide.jpg">
<img src="{{base.url}}/images/posts/compsci-trio-wide.jpg" style="max-width:100%; min-width:100%;">
<br/>

Written by: Buena Vista University
Expand Down
2 changes: 2 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,8 @@
display: inline-block;
vertical-align: middle;
width: 50%;
padding-left: 10px;
padding-right: 10px;

> :last-child {
margin-bottom: 0;
Expand Down
4 changes: 3 additions & 1 deletion assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3>News</h3>
<div class="btn_container">
<a href="#{{ post.title }}" onclick="openModal('{{ post.title }}')">
<div class="card">
<img class="image" style="padding: 20px 20px 20px 20px;" src="{{base.url}}/images/posts/{{post.img}}" alt=""/>
<img class="image" style="padding: 20px 20px 20px 20px; margin-bottom: 0px;" src="{{base.url}}/images/posts/{{post.img}}" alt=""/>
<div class="inner">
<h4 style="padding-top:36px">{{ post.title }}</h4>
<p style='margin-bottom: 0px;'>{{ post.excerpt }}</p>
Expand Down