Skip to content

Commit 1f85595

Browse files
committed
Improve styling
1 parent bfb8906 commit 1f85595

25 files changed

+555
-482
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ indent_style = space
1010
trim_trailing_whitespace = true
1111

1212
[*.md]
13-
trim_trailing_whitespace = false
13+
max_line_length = 80
14+
15+
[*.html]
16+
max_line_length = 80

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ gem 'github-pages', group: :jekyll_plugins
55

66
group :development do
77
gem 'guard'
8-
gem 'guard-jekyll-plus'
98
gem 'guard-livereload'
109
end

Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ GEM
6666
shellany (~> 0.0)
6767
thor (>= 0.18.1)
6868
guard-compat (1.2.1)
69-
guard-jekyll-plus (2.0.2)
70-
guard (~> 2.10, >= 2.10.3)
71-
guard-compat (~> 1.1)
72-
jekyll (>= 1.0.0)
7369
guard-livereload (2.5.2)
7470
em-websocket (~> 0.5)
7571
guard (~> 2.8)
@@ -169,7 +165,6 @@ PLATFORMS
169165
DEPENDENCIES
170166
github-pages
171167
guard
172-
guard-jekyll-plus
173168
guard-livereload
174169

175170
BUNDLED WITH

Guardfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
guard 'jekyll-plus', :serve => true do
2-
watch /.*/
3-
ignore /^_site/
4-
ignore /^\.idea/
5-
end
6-
71
guard 'livereload' do
8-
watch /.*/
2+
watch /^_site/
93
end

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 'jekyll serve'. If you change this file, please restart the server process.
77

88
# Site settings
9-
title: Connecting Dots
9+
title: Learning is fun
1010
1111
description: > # this means to ignore newlines until "baseurl:"
1212
Math, programming, productivity -- these are the topics that interest me the most.

_includes/footer.html

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1-
<footer class="site-footer">
1+
<footer class="footer">
2+
<nav class="footer-nav">
23

3-
<div class="wrapper">
4+
<a class="footer-nav-item" href="{{ site.base_url }}/">
5+
<span class="fa fa-home fa-lg"></span>
6+
</a>
47

5-
<p>
6-
Copyright <span class="fa fa-copyright"></span> 2016 <a href="{{"/about" | prepend: site.base_url}}">Artem Pyanykh</a>
7-
</p>
8+
<a class="footer-nav-item" href="https://github.com/{{ site.github_username }}">
9+
<span class="fa fa-github fa-lg"></span>
10+
</a>
811

9-
</div>
12+
<a class="footer-nav-item" href="https://ru.linkedin.com/in/{{ site.linkedin_username }}/en">
13+
<span class="fa fa-linkedin fa-lg"></span>
14+
</a>
1015

16+
<a class="footer-nav-item" href="https://twitter.com/{{ site.twitter_username }}">
17+
<span class="fa fa-twitter fa-lg"></span>
18+
</a>
19+
20+
<a class="footer-nav-item" href="{{ "/feed.xml" | prepend: site.baseurl }}">
21+
<span class="fa fa-rss fa-lg"></span>
22+
</a>
23+
24+
<a class="footer-nav-item" href="{{ "/about" | prepend: site.baseurl }}">
25+
<span class="fa fa-question fa-lg"></span>
26+
</a>
27+
</nav>
1128
</footer>

_includes/head.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<head>
1+
<head profile="http://www.w3.org/2005/10/profile">
22
<meta charset="utf-8">
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -11,4 +11,6 @@
1111
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
1212
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1313
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
14+
15+
<link rel="icon" type="image/png" href="{{ "/assets/images/favicon.png" | prepend: site.baseurl }}">
1416
</head>

_includes/header.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

_includes/logo.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<svg class="logo"
2+
data-name="learning is fun - logo"
3+
xmlns="http://www.w3.org/2000/svg"
4+
viewBox="0 0 726 726"
5+
data-href="{{ site.baseurl }}/"
6+
xmlns:xlink="http://www.w3.org/1999/xlink">
7+
<a xlink:href="{{ site.baseurl }}/">
8+
<rect id="link-fill" stroke="none" width="726" height="726" rx="47.41" ry="47.41"/>
9+
</a>
10+
11+
<title>{{ site.title }}</title>
12+
13+
<rect id="bg" width="726" height="726" rx="47.41" ry="47.41"/>
14+
15+
<g>
16+
<path id="letter"
17+
d="M1533.7,1732.64c-9.79-25.5-19.58-51-28.48-81.14h-4.45c-6.23,24.73-17.8,53.32-27.59,78.82l-88.1,216.38h-81.87L1459,1600.49c3.56-8.5,5.34-13.91,5.34-17.77,0-4.64-1.78-11.59-6.23-20.87-27.59-65.68-59.62-117.46-112.12-117.46a105.24,105.24,0,0,0-15.13.77l7.12-52.55c7.12-2.32,19.58-3.09,30.26-3.09,84.54,0,124.58,70.32,170.85,177l164.62,380.2h-82.76Z"
18+
transform="translate(-1144 -1314)"/>
19+
</g>
20+
</svg>

_layouts/about.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)