Skip to content

Commit 67dde8d

Browse files
committed
Adds github mention + bolds font
1 parent 59a5a7b commit 67dde8d

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

_layouts/home.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@
2525
<div class="container">
2626
<div class="page-header">
2727
<div class="row">
28-
<div class="col-xs-12 col-sm-6">
29-
<h1>AI Conference Deadlines <a href="https://twitter.com/share" class="twitter-share-button" data-text="{{site.description}} #machinelearning " data-show-count="false" style="font-size:13px;">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></h1>
28+
<div class="col-xs-12 col-sm-8">
29+
<h1>
30+
AI Conference Deadlines <a href="https://twitter.com/share" class="twitter-share-button" data-text="{{site.description}} #machinelearning " data-show-count="false" style="font-size:13px;">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
31+
<iframe src="https://ghbtns.com/github-btn.html?user=abhshkdz&repo=ai-deadlines&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
32+
</h1>
3033
</div>
3134
<div class="meta col-xs-12">
3235
{{ site.description }}
36+
To add/update a conference, <a target="_blank" href="//github.com/abhshkdz/ai-deadlines">send in a pull request</a>.
3337
</div>
3438
</div>
3539
</div>
@@ -55,8 +59,9 @@ <h1>AI Conference Deadlines <a href="https://twitter.com/share" class="twitter-s
5559
</div>
5660
{% endfor %}
5761
<footer>
58-
Maintained by <a href="//abhishekdas.com/">@abhshkdz</a>.
62+
Maintained by <a href="//twitter.com/abhshkdz">@abhshkdz</a>.
5963
</footer>
64+
<hr>
6065
</div>
6166
<script type="text/javascript" charset="utf-8">
6267
$(function() {

static/css/deadlines.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
font-size: 16px;
33
line-height: 23px;
4-
font-weight: 300;
4+
font-weight: 400;
55
/* color: #333; */
66
}
77

0 commit comments

Comments
 (0)