Skip to content

Commit 7d14840

Browse files
authored
Merge pull request #69 from SeaGL/remove_external_library_linking
remove linking to external libraries and fonts
2 parents 00cd200 + ed9baf6 commit 7d14840

11 files changed

Lines changed: 46 additions & 3 deletions

File tree

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ custom:
4949
seagl_announce: <a href="https://groups.google.com/forum/#!forum/seagl_announce">announcement mailing list</a>
5050
seagl_organize: <a href="https://groups.google.com/forum/#!forum/seagl_organize">seagl_organize</a>
5151
location: <a href="http://seattlecentral.edu">Seattle Central College</a>
52+
donate: <a href="https://www.coinbase.com/checkouts/0369f11bd23988462937832f2bbff8d5">Donate Bitcoins</a>
5253

5354
sass:
5455
sass_dir: _sass

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
1414
<link rel="stylesheet" type="text/css" media="screen" href="/css/vendor/bootstrap3.min.css">
1515
<link rel="stylesheet" type="text/css" media="screen" href="/css/app/bootstrap_grids.css">
16-
<link rel="stylesheet" type="text/css" media="all" href="//fonts.googleapis.com/css?family=Dosis:400,700|Lato:400,700,400italic,700italic">
16+
<link rel="stylesheet" type="text/css" media="all" href="/css/app/fonts.css">
1717
<link rel="stylesheet" type="text/css" media="screen" href="/css/app/seagl.css">
1818
<link rel="stylesheet" type="text/css" media="screen" href="/css/app/schedules.css">
1919
<link rel="stylesheet" type="text/css" media="screen" href="/css/app/sponsors.css">
@@ -31,7 +31,7 @@
3131
<!-- Le javascript
3232
================================================== -->
3333

34-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
34+
<script src="/js/jquery.min.js"></script>
3535
<script src="/js/bootstrap3.min.js"></script>
3636

3737
<!-- Google Analytics

css/app/fonts.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
@font-face {
2+
font-family: 'Dosis';
3+
font-style: normal;
4+
font-weight: 400;
5+
src: local('Dosis Regular'), local('Dosis-Regular'), url(/fonts/doris_regular.ttf) format('truetype');
6+
}
7+
@font-face {
8+
font-family: 'Dosis';
9+
font-style: normal;
10+
font-weight: 700;
11+
src: local('Dosis Bold'), local('Dosis-Bold'), url(/fonts/doris_bold.ttf) format('truetype');
12+
}
13+
@font-face {
14+
font-family: 'Lato';
15+
font-style: normal;
16+
font-weight: 400;
17+
src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato_regular.ttf) format('truetype');
18+
}
19+
@font-face {
20+
font-family: 'Lato';
21+
font-style: normal;
22+
font-weight: 700;
23+
src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/lato_bold.ttf) format('truetype');
24+
}
25+
@font-face {
26+
font-family: 'Lato';
27+
font-style: italic;
28+
font-weight: 400;
29+
src: local('Lato Italic'), local('Lato-Italic'), url(/fonts/lato_italic.ttf) format('truetype');
30+
}
31+
@font-face {
32+
font-family: 'Lato';
33+
font-style: italic;
34+
font-weight: 700;
35+
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(/fonts/lato_bold_italic.ttf) format('truetype');
36+
}

fonts/doris_bold.ttf

60.6 KB
Binary file not shown.

fonts/doris_regular.ttf

60.9 KB
Binary file not shown.

fonts/lato_bold.ttf

80.4 KB
Binary file not shown.

fonts/lato_bold_italic.ttf

80.7 KB
Binary file not shown.

fonts/lato_italic.ttf

79.4 KB
Binary file not shown.

fonts/lato_regular.ttf

80.1 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2>Donate now</h2>
101101
SeaGL. Thank you for your support!
102102
</p>
103103
<p>
104-
<a class="coinbase-button" data-code="0369f11bd23988462937832f2bbff8d5" data-button-style="donation_large" data-custom="SEAGL" href="https://www.coinbase.com/checkouts/0369f11bd23988462937832f2bbff8d5">Donate Bitcoins</a><script src="https://www.coinbase.com/assets/button.js" type="text/javascript"></script>
104+
{{ site.custom.a.donate }}
105105
</p>
106106
</p>
107107
</div><!--/span-->

0 commit comments

Comments
 (0)