Skip to content

Commit 4bad9af

Browse files
authored
Merge pull request #23 from positiondev/updates
Updates
2 parents 91dfb02 + 03b2bce commit 4bad9af

File tree

10 files changed

+73
-70
lines changed

10 files changed

+73
-70
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.7.8

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.4"
11+
gem "jekyll", "~> 3.9"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"
@@ -23,10 +23,13 @@ group :jekyll_plugins do
2323
gem 'jekyll-redirect-from', "~> 0.15.0"
2424
end
2525

26+
2627
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2728
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2829

2930
# Performance-booster for watching directories on Windows
3031
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3132

3233
gem 'cssminify'
34+
35+
gem "kramdown-parser-gfm", "~> 1.1"

Gemfile.lock

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.5)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.3)
7+
concurrent-ruby (1.2.2)
88
cssminify (1.0.2)
9-
em-websocket (0.5.1)
9+
em-websocket (0.5.3)
1010
eventmachine (>= 0.12.9)
11-
http_parser.rb (~> 0.6.0)
11+
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.9.25)
13+
ffi (1.16.3)
1414
forwardable-extended (2.6.0)
15-
http_parser.rb (0.6.0)
16-
i18n (0.9.5)
15+
http_parser.rb (0.8.0)
16+
i18n (1.14.1)
1717
concurrent-ruby (~> 1.0)
18-
jekyll (3.8.5)
18+
jekyll (3.9.3)
1919
addressable (~> 2.4)
2020
colorator (~> 1.0)
2121
em-websocket (~> 0.5)
22-
i18n (~> 0.7)
22+
i18n (>= 0.7, < 2)
2323
jekyll-sass-converter (~> 1.0)
2424
jekyll-watch (~> 2.0)
25-
kramdown (~> 1.14)
25+
kramdown (>= 1.17, < 3)
2626
liquid (~> 4.0)
2727
mercenary (~> 0.3.3)
2828
pathutil (~> 0.9)
@@ -36,29 +36,31 @@ GEM
3636
sass (~> 3.4)
3737
jekyll-seo-tag (2.5.0)
3838
jekyll (~> 3.3)
39-
jekyll-watch (2.1.2)
39+
jekyll-watch (2.2.1)
4040
listen (~> 3.0)
41-
kramdown (1.17.0)
42-
liquid (4.0.1)
43-
listen (3.1.5)
44-
rb-fsevent (~> 0.9, >= 0.9.4)
45-
rb-inotify (~> 0.9, >= 0.9.7)
46-
ruby_dep (~> 1.2)
41+
kramdown (2.4.0)
42+
rexml
43+
kramdown-parser-gfm (1.1.0)
44+
kramdown (~> 2.0)
45+
liquid (4.0.4)
46+
listen (3.8.0)
47+
rb-fsevent (~> 0.10, >= 0.10.3)
48+
rb-inotify (~> 0.9, >= 0.9.10)
4749
mercenary (0.3.6)
4850
minima (2.5.0)
4951
jekyll (~> 3.5)
5052
jekyll-feed (~> 0.9)
5153
jekyll-seo-tag (~> 2.1)
5254
pathutil (0.16.2)
5355
forwardable-extended (~> 2.6)
54-
public_suffix (5.0.0)
55-
rb-fsevent (0.10.3)
56-
rb-inotify (0.9.10)
57-
ffi (>= 0.5.0, < 2)
58-
rouge (3.3.0)
59-
ruby_dep (1.5.0)
60-
safe_yaml (1.0.4)
61-
sass (3.7.2)
56+
public_suffix (5.0.3)
57+
rb-fsevent (0.11.2)
58+
rb-inotify (0.10.1)
59+
ffi (~> 1.0)
60+
rexml (3.2.6)
61+
rouge (3.30.0)
62+
safe_yaml (1.0.5)
63+
sass (3.7.4)
6264
sass-listen (~> 4.0.0)
6365
sass-listen (4.0.0)
6466
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -69,11 +71,12 @@ PLATFORMS
6971

7072
DEPENDENCIES
7173
cssminify
72-
jekyll (~> 3.8.4)
74+
jekyll (~> 3.9)
7375
jekyll-feed (~> 0.6)
7476
jekyll-redirect-from (~> 0.15.0)
77+
kramdown-parser-gfm (~> 1.1)
7578
minima (~> 2.0)
7679
tzinfo-data
7780

7881
BUNDLED WITH
79-
1.17.3
82+
2.4.6

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
# Install project
22

3-
If you want to use rbenv:
4-
5-
```
6-
brew install rbenv
7-
rbenv init
8-
```
9-
10-
Follow the instructions in output from `rbenv init`, then:
11-
12-
```
13-
rbenv install 2.5.1
14-
rbenv local 2.5.1
15-
gem install bundler
16-
bundle install
17-
```
18-
193
# Run server
204

215
```

_data/clients.yaml

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
1-
- name: Verso Books
2-
url: "https://www.versobooks.com"
3-
image: "logo_verso.gif"
1+
- name: The New Republic
2+
url: "https://newrepublic.com"
3+
image: "logo_tnr.png"
4+
- url: "http://www.planyourlifespan.org"
5+
name: PCORI Plan Your Lifespan
6+
image: "logo_pcori.gif"
47
- name: Jacobin Magazine
58
url: "https://www.jacobinmag.com"
69
image: "logo_jacobin.gif"
7-
- url: "https://thenewinquiry.com/"
8-
name: The New Inquiry
9-
image: "logo_NI.gif"
1010
- url: "https://www.haymarketbooks.org"
1111
name: Haymarket Books
1212
image: "logo_haymarket.gif"
1313
- url: "http://www.sevenstories.com"
1414
name: Seven Stories Press
1515
image: "logo_ssp.gif"
1616
- url: "http://calculator.realfoodchallenge.org"
17-
name: Real Food Challenge
17+
name: Real Food Calculator
1818
image: "logo_realfood.gif"
19-
- url: "http://www.planyourlifespan.org"
20-
name: PCORI Plan Your Lifespan
21-
image: "logo_pcori.gif"
22-
- url: "https://www.criterion.com"
23-
name: The Criterion Collection
24-
image: "logo_criterion.gif"
25-
- url: "https://www.currentaffairs.org"
26-
name: Current Affairs
27-
image: "logo_ca.gif"
28-
- url: "https://www.dissentmagazine.org"
29-
name: Dissent Magazine
30-
image: "logo_dm.gif"
31-
- url: "https://frame.ai"
32-
name: frame.ai
33-
image: "logo_frameai.gif"

_data/past_clients.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- name: Verso Books
2+
url: "https://www.versobooks.com"
3+
image: "logo_verso.gif"
4+
- url: "https://thenewinquiry.com/"
5+
name: The New Inquiry
6+
image: "logo_NI.gif"
7+
- url: "https://www.criterion.com"
8+
name: The Criterion Collection
9+
image: "logo_criterion.gif"
10+
- url: "https://www.dissentmagazine.org"
11+
name: Dissent Magazine
12+
image: "logo_dm.gif"
13+
- url: "https://frame.ai"
14+
name: frame.ai
15+
image: "logo_frameai.gif"

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ul>
1010
</nav>
1111

12-
<p> &copy; 2021 Position Development, LLC.</p>
12+
<p> &copy; 2023 Position Development, LLC.</p>
1313

1414
<p><a href="mailto:workers@positiondev.com">workers@positiondev.com</a></p>
1515

_includes/nav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<ul>
22
<li><a href="/">home</a></li>
33
<li><a href="/index.html#clients">clients</a></li>
4-
<li><a href="/index.html#project-spotlight">project spotlight</a></li>
54
<li><a href="/team.html">team</a></li>
65
<li><a href="/schedule.html">schedule a meeting</a></li>
76
<li><a href="/contact.html">contact us</a></li>

_layouts/home.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>mission</h2>
2828
</section>
2929

3030
<section class="clients" id="clients">
31-
<h2>clients</h2>
31+
<h2>Current clients</h2>
3232

3333
<ul>
3434
{% for client in site.data.clients %}
@@ -41,6 +41,20 @@ <h3><a href="{{ client.url }}" target="_blank" rel="noopener">{{ client.name }}<
4141
{% endfor %}
4242
</ul>
4343
</section>
44+
<section class="clients" id="past_clients">
45+
<h2>Past clients</h2>
46+
47+
<ul>
48+
{% for client in site.data.past_clients %}
49+
<li>
50+
<div class="img-wrapper">
51+
<img title="{{ client.name }} logo" src="/img/{{ client.image }}" />
52+
</div>
53+
<h3><a href="{{ client.url }}" target="_blank" rel="noopener">{{ client.name }}</a></h3>
54+
</li>
55+
{% endfor %}
56+
</ul>
57+
</section>
4458

4559
<section class="skills" id="skills">
4660
<h2>what we do</h2>

img/logo_tnr.png

7.59 KB
Loading

0 commit comments

Comments
 (0)