Skip to content

Commit

Permalink
feat: change nplegends link.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlandham committed Sep 1, 2022
1 parent 190ffec commit cdf553d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Jim Vallandingham

This is a [Jekyll](http://github.com/mojombo/jekyll) powered site and blog. Enjoy!

## Running Locally

Assuming you have RubyGems and Bundler all configured properly on your local machine, run:

```bash
bundle exec jekyll serve
```
15 changes: 11 additions & 4 deletions vis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ <h2>
>
</h2>
<a href="https://vallandingham.me/seriesheat" target="_blank"
><img class="banner" src="/images/vis/banners/seriesheat.jpg"
><img
class="banner"
src="/images/vis/banners/seriesheat.jpg"
alt="Banner image for Series Heat project"
/></a>
<p>
Using data from IMDb, this project allows people to explore average
Expand Down Expand Up @@ -242,8 +245,12 @@ <h2>

<div name="nplegends" id="nplegends" class="section">
<div class="details">
<h2><a href="http://nplegends.com" target="_blank">NP Legends</a></h2>
<a href="http://nplegends.com"
<h2>
<a href="https://vallandingham.me/nplegends/" target="_blank"
>NP Legends</a
>
</h2>
<a href="https://vallandingham.me/nplegends/"
><img class="banner" src="/images/vis/banners/nplegends.jpg"
/></a>

Expand Down Expand Up @@ -1094,7 +1101,7 @@ <h2>
exactly match the originals. Visualizations look good in Chrome and
Firefox 4.
</p>
<ul class="posts">
<ul>
<li>
<a href="church_by_state.html"
>Composition Of Church Membership By State: 1890</a
Expand Down

0 comments on commit cdf553d

Please sign in to comment.