Skip to content

Commit 7552f2f

Browse files
committed
removing font awesome dep
1 parent 9c3f69d commit 7552f2f

File tree

5 files changed

+224
-27
lines changed

5 files changed

+224
-27
lines changed

Gemfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.6"
11+
# gem "jekyll", "~> 3.8.6"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"
1515

1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18-
# gem "github-pages", group: :jekyll_plugins
18+
gem "github-pages", group: :jekyll_plugins
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
@@ -31,5 +31,3 @@ end
3131

3232
# Performance-booster for watching directories on Windows
3333
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
34-
35-
gem 'jekyll-font-awesome-sass'

Gemfile.lock

+181-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,93 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (4.2.11.1)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
49
addressable (2.6.0)
510
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
615
colorator (1.1.0)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
718
concurrent-ruby (1.1.5)
19+
dnsruby (1.61.3)
20+
addressable (~> 2.5)
821
em-websocket (0.5.1)
922
eventmachine (>= 0.12.9)
1023
http_parser.rb (~> 0.6.0)
24+
ethon (0.12.0)
25+
ffi (>= 1.3.0)
1126
eventmachine (1.2.7)
27+
execjs (2.7.0)
28+
faraday (0.15.4)
29+
multipart-post (>= 1.2, < 3)
1230
ffi (1.11.1)
13-
font-awesome-sass (5.9.0)
14-
sassc (>= 1.11)
1531
forwardable-extended (2.6.0)
32+
gemoji (3.0.1)
33+
github-pages (198)
34+
activesupport (= 4.2.11.1)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.6.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.5)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.11.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.4.1)
45+
jekyll-optional-front-matter (= 0.3.0)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.2.0)
48+
jekyll-redirect-from (= 0.14.0)
49+
jekyll-relative-links (= 0.6.0)
50+
jekyll-remote-theme (= 0.3.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.5.0)
53+
jekyll-sitemap (= 1.2.0)
54+
jekyll-swiss (= 0.4.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.3)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.10.2)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
73+
mercenary (~> 0.3)
74+
minima (= 2.5.0)
75+
nokogiri (>= 1.8.5, < 2.0)
76+
rouge (= 2.2.1)
77+
terminal-table (~> 1.4)
78+
github-pages-health-check (1.16.1)
79+
addressable (~> 2.3)
80+
dnsruby (~> 1.60)
81+
octokit (~> 4.0)
82+
public_suffix (~> 3.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.12.0)
85+
activesupport (>= 2)
86+
nokogiri (>= 1.4)
1687
http_parser.rb (0.6.0)
1788
i18n (0.9.5)
1889
concurrent-ruby (~> 1.0)
19-
jekyll (3.8.6)
90+
jekyll (3.8.5)
2091
addressable (~> 2.4)
2192
colorator (~> 1.0)
2293
em-websocket (~> 0.5)
@@ -29,60 +100,153 @@ GEM
29100
pathutil (~> 0.9)
30101
rouge (>= 1.7, < 4)
31102
safe_yaml (~> 1.0)
32-
jekyll-feed (0.12.1)
103+
jekyll-avatar (0.6.0)
104+
jekyll (~> 3.0)
105+
jekyll-coffeescript (1.1.1)
106+
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.3.1)
109+
commonmarker (~> 0.14)
33110
jekyll (>= 3.7, < 5.0)
34-
jekyll-font-awesome-sass (0.1.1)
35-
font-awesome-sass (>= 4)
36-
jekyll (>= 2.5, < 4.0)
111+
jekyll-commonmark-ghpages (0.1.5)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1)
114+
rouge (~> 2)
115+
jekyll-default-layout (0.1.4)
116+
jekyll (~> 3.0)
117+
jekyll-feed (0.11.0)
118+
jekyll (~> 3.3)
119+
jekyll-gist (1.5.0)
120+
octokit (~> 4.2)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
123+
octokit (~> 4.0, != 4.4.0)
124+
jekyll-mentions (1.4.1)
125+
html-pipeline (~> 2.3)
126+
jekyll (~> 3.0)
127+
jekyll-optional-front-matter (0.3.0)
128+
jekyll (~> 3.0)
129+
jekyll-paginate (1.1.0)
130+
jekyll-readme-index (0.2.0)
131+
jekyll (~> 3.0)
132+
jekyll-redirect-from (0.14.0)
133+
jekyll (~> 3.3)
134+
jekyll-relative-links (0.6.0)
135+
jekyll (~> 3.3)
136+
jekyll-remote-theme (0.3.1)
137+
jekyll (~> 3.5)
138+
rubyzip (>= 1.2.1, < 3.0)
37139
jekyll-sass-converter (1.5.2)
38140
sass (~> 3.4)
39-
jekyll-seo-tag (2.6.1)
40-
jekyll (>= 3.3, < 5.0)
141+
jekyll-seo-tag (2.5.0)
142+
jekyll (~> 3.3)
143+
jekyll-sitemap (1.2.0)
144+
jekyll (~> 3.3)
145+
jekyll-swiss (0.4.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.3)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
187+
jekyll (~> 3.3)
41188
jekyll-watch (2.2.1)
42189
listen (~> 3.0)
190+
jemoji (0.10.2)
191+
gemoji (~> 3.0)
192+
html-pipeline (~> 2.2)
193+
jekyll (~> 3.0)
43194
kramdown (1.17.0)
44-
liquid (4.0.3)
195+
liquid (4.0.0)
45196
listen (3.1.5)
46197
rb-fsevent (~> 0.9, >= 0.9.4)
47198
rb-inotify (~> 0.9, >= 0.9.7)
48199
ruby_dep (~> 1.2)
49200
mercenary (0.3.6)
201+
mini_portile2 (2.4.0)
50202
minima (2.5.0)
51203
jekyll (~> 3.5)
52204
jekyll-feed (~> 0.9)
53205
jekyll-seo-tag (~> 2.1)
206+
minitest (5.11.3)
207+
multipart-post (2.1.1)
208+
nokogiri (1.10.4)
209+
mini_portile2 (~> 2.4.0)
210+
octokit (4.14.0)
211+
sawyer (~> 0.8.0, >= 0.5.3)
54212
pathutil (0.16.2)
55213
forwardable-extended (~> 2.6)
56214
public_suffix (3.1.1)
57-
rake (12.3.3)
58215
rb-fsevent (0.10.3)
59216
rb-inotify (0.10.0)
60217
ffi (~> 1.0)
61-
rouge (3.8.0)
218+
rouge (2.2.1)
219+
ruby-enum (0.7.2)
220+
i18n
62221
ruby_dep (1.5.0)
222+
rubyzip (1.2.3)
63223
safe_yaml (1.0.5)
64224
sass (3.7.4)
65225
sass-listen (~> 4.0.0)
66226
sass-listen (4.0.0)
67227
rb-fsevent (~> 0.9, >= 0.9.4)
68228
rb-inotify (~> 0.9, >= 0.9.7)
69-
sassc (2.0.1)
70-
ffi (~> 1.9)
71-
rake
229+
sawyer (0.8.2)
230+
addressable (>= 2.3.5)
231+
faraday (> 0.8, < 2.0)
232+
terminal-table (1.8.0)
233+
unicode-display_width (~> 1.1, >= 1.1.1)
72234
thread_safe (0.3.6)
235+
typhoeus (1.3.1)
236+
ethon (>= 0.9.0)
73237
tzinfo (1.2.5)
74238
thread_safe (~> 0.1)
75239
tzinfo-data (1.2019.2)
76240
tzinfo (>= 1.0.0)
241+
unicode-display_width (1.6.0)
77242
wdm (0.1.1)
78243

79244
PLATFORMS
80245
ruby
81246

82247
DEPENDENCIES
83-
jekyll (~> 3.8.6)
248+
github-pages
84249
jekyll-feed (~> 0.6)
85-
jekyll-font-awesome-sass
86250
minima (~> 2.0)
87251
tzinfo (~> 1.2)
88252
tzinfo-data

_includes/head.html

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
{%- seo -%}
66
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
77
<script src="{{ "/assets/js/talks.js" | relative_url }}"></script>
8-
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet">
98
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
109
{%- feed_meta -%}
1110
{%- if jekyll.environment == 'production' and site.google_analytics -%}

_includes/quarter.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ <h2 class="quarter-header">Schedule {{ quarter.quarter }}</h2>
1515
<td class="talk-date"><small>{{ talk.date | date: "%a, %b %d" }}</small></td>
1616
<td class="talk-speaker"><a href="{{ talk.website }}">{{ talk.speaker }}</a></td>
1717
<td><small>{{ talk.affiliation }}</small></td>
18-
<td><a class="talk-title-link" href="javascript:void(0)">{{ talk.title }} <i class="fas fa-angle-down"></i></a></td>
19-
<td><small>{{ talk.location }}</small></td>
18+
<td class="talk-title"><a class="talk-title-link" href="javascript:void(0)"><i class="arrow down"></i>{{ talk.title }}</a></td>
19+
<td><small><a href="{{ talk.location-url }}">{{ talk.location }}</a></small></td>
2020
<td><small>{{ talk.date | date: "%l:%M%p" }}</small></td>
2121
</tr>
2222
<tr class="talk-abstract">

assets/main.scss

+39-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
---
3-
$fa-font-path: "fonts/font-awesome/";
4-
@import 'font-awesome';
5-
63
@import "minima";
74

85
.wrapper {
@@ -77,3 +74,42 @@ $fa-font-path: "fonts/font-awesome/";
7774
border: 3px solid #FFF;
7875
box-shadow: 0 0 7px 0px #AAA;
7976
}
77+
78+
i {
79+
border: solid black;
80+
border-width: 0 3px 3px 0;
81+
display: inline-block;
82+
padding: 3px;
83+
}
84+
85+
.talk-title {
86+
position: relative;
87+
padding-right: 35px;
88+
}
89+
90+
.arrow {
91+
position: absolute;
92+
top: 25px;
93+
right: 25px;
94+
border-color: #3f3f3f;
95+
}
96+
97+
.right {
98+
transform: rotate(-45deg);
99+
-webkit-transform: rotate(-45deg);
100+
}
101+
102+
.left {
103+
transform: rotate(135deg);
104+
-webkit-transform: rotate(135deg);
105+
}
106+
107+
.up {
108+
transform: rotate(-135deg);
109+
-webkit-transform: rotate(-135deg);
110+
}
111+
112+
.down {
113+
transform: rotate(45deg);
114+
-webkit-transform: rotate(45deg);
115+
}

0 commit comments

Comments
 (0)