Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.26 KB

Ryan Mohrman's Personal Website

This personal website is designed, built by, and managed by me as a place to share my current projects and to let people get to know me.

Site Preview

Site Preview

Design

The initial design is based on StartBootstrap's Creative Theme, and large modifications were made to make the website my own. The biggest change currently is to the portfolio section which now uses Bootstrap4's card example.

<div class="col-lg-6 mb-4">
  <div class="card h-100">
    <a href="https://github.com/RhynoPup/ryanmohrman.com"><img class="card-img-top" src="/assets/img/personal-website.jpg" alt="Personal wbsite preview"></a>
    <div class="card-body">
      <h4 class="card-title">
        <a href="https://github.com/RhynoPup/ryanmohrman.com">Personal Website</a>
      </h4>
      <p class="card-text">The redesign of my personal website (this site). Based on a bootstrap theme from startbootstrap, I used Jekyll and 
        githubpages to build and host this website. More projects, a blog, and additional content will be added as time allows, but this project 
        has been a fun way to brush up on my design skills.
      </p>
    </div>
  </div>
</div>