Skip to content

Commit

Permalink
Add profile to Index and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tfreebern2 committed Oct 16, 2023
1 parent f5f55b5 commit 8f775cc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ This will create a page that uses the layout found in _layouts/page.html and set
- 4.1.2 jekyll.yml - This workflow is used to run the Jekyll build command and deploy the website to GitHub Pages.
- 4.1.3 dependabot.yml - This workflow is used to update the dependencies in the Gemfile.lock file.

5. Building Locally
- 5.1 Install Ruby on your machine (https://www.ruby-lang.org/en/documentation/installation/)
- 5.2 Install Jekyll and Bundler (https://jekyllrb.com/docs/installation/)
- In the root directory of the project, run the following command to install the dependencies:
- `bundle install`
- To build the website, run the following command:
- `bundle exec jekyll build`
- To serve the website locally, run the following command:
- `bundle exec jekyll serve`

===============================================================================
### Roadmap
- [x] Migrate to from v1 to Jekyll v2
Expand Down
11 changes: 11 additions & 0 deletions _includes/team_members.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ <h3>Michael Nau</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="team_box team_box_1">
<div class="team_img zCore_img">
<img src="assets/images/people/tfreebern.jpeg" class="img-fluid" alt="">
</div>
<div class="team_info">
<h3>Tim Freebern</h3>
<p>Developer</p>
</div>
</div>
</div>
</div>
<div class="team_join_button text-center">
<a href="/careers" class="zCore_btn team_btn_1 wow slideInLeft" data-wow-duration="2s">Join zCore</a>
Expand Down

0 comments on commit 8f775cc

Please sign in to comment.