Skip to content

Commit 84871fa

Browse files
committed
Fix buttons
1 parent a2e6d9a commit 84871fa

File tree

3,293 files changed

+21
-1323921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,293 files changed

+21
-1323921
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/.jekyll-cache/*
2-
/_site/*
1+
.jekyll-cache/
2+
_site/

_includes/bio.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="{{ site.baseurl }}{{ author_data.url }}"><img
1414
src="{{ site.baseurl }}/assets/img/people/{{ author_data.img }}"
1515
alt="Photo of {{ author_data.title }}"
16-
class="xs rounded-circle"></a>
16+
class="xs rounded-circle border drop-shadow"></a>
1717
{% endif %}
1818
</div>
1919
<div class="col-12 col-sm-12 col-md-9 col-lg-9 col-xl-9">

_includes/home.html

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ <h2>{{ page.title }}</h2>
2525
{% else %}
2626
{% assign permalink = page.parent %}
2727
{% endif %}
28+
{% unless i.name == "signal" %}
29+
<a href="{{ site.baseurl }}{{ permalink }}" class="btn btn-primary btn-bd-primary btn-sm">{{ page.title }}</a>
30+
{% endunless %}
2831
</div>
2932
{% endfor %}
3033
</div>

_site/404.html

-696
This file was deleted.

_site/CNAME

-1
This file was deleted.

_site/README.md

-36
This file was deleted.

_site/about/index.html

-696
This file was deleted.

_site/assets/bootstrap/bootstrap.min.css

-6
This file was deleted.

_site/assets/bootstrap/bootstrap.min.css.map

-1
This file was deleted.
-217 KB
Binary file not shown.

_site/assets/brand/Header - Figma.png

-18.6 KB
Binary file not shown.
-692 KB
Binary file not shown.
-621 KB
Binary file not shown.
-12.1 KB
Binary file not shown.
-181 KB
Binary file not shown.
-11.7 KB
Binary file not shown.

_site/assets/brand/avatar.png

-18.5 KB
Binary file not shown.

_site/assets/font-awesome/LICENSE.txt

-165
This file was deleted.

0 commit comments

Comments
 (0)