rubyneat 0.4.0.alpha.4 → 0.4.0.alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.sass-cache/bc401a9774cbf72f4f089136a23a587fd10c0a99/_base.scssc +0 -0
- data/.sass-cache/bc401a9774cbf72f4f089136a23a587fd10c0a99/_layout.scssc +0 -0
- data/.sass-cache/bc401a9774cbf72f4f089136a23a587fd10c0a99/_syntax-highlighting.scssc +0 -0
- data/.semver +1 -1
- data/Gemfile +4 -14
- data/Gemfile.lock +65 -62
- data/Gemfile.lock.orig +2 -2
- data/Gemfile.orig +2 -2
- data/README.md +2 -0
- data/Rakefile +3 -3
- data/_site/about/index.html +135 -0
- data/_site/css/main.css +457 -0
- data/_site/docs.md +285 -0
- data/_site/feed.xml +42 -0
- data/_site/index.html +858 -0
- data/_site/index.md +444 -0
- data/_site/index.org +525 -0
- data/_site/jekyll/update/2016/03/25/welcome-to-jekyll.html +136 -0
- data/_site/params.json +6 -0
- data/_site/stylesheets/github-light.css +116 -0
- data/_site/stylesheets/normalize.css +424 -0
- data/_site/stylesheets/stylesheet.css +245 -0
- data/rubyneat.gemspec +33 -24
- metadata +30 -43
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ad2825cd4115677dc7167cfa5509e0c05097e6c
|
4
|
+
data.tar.gz: 5779d11c24005d19f602746ef99c962d75b01271
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10dce5236d2c470022bfea19e6cded0776e689794d4d90040717866a5021868f6dbc4d757286b8019cdfa16f317bb56da9614fe65b9df51e54ac26b702008eb3
|
7
|
+
data.tar.gz: 4f8e73a2326401f935edfe1e18f04dc04b0e471df0a2a79a541307694315cb304d5751f8de952cf662f176e6349592029d5c2ae2b16e02009c2ba59766fecae4
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.3.0
|
Binary file
|
Binary file
|
Binary file
|
data/.semver
CHANGED
data/Gemfile
CHANGED
@@ -15,26 +15,16 @@ gem 'awesome_print', '~> 1'
|
|
15
15
|
gem 'deep_dive', '~> 0'
|
16
16
|
|
17
17
|
# So our console can have name completion
|
18
|
-
gem 'bond', '~> 0
|
19
|
-
gem 'rb-readline', '~> 0
|
18
|
+
gem 'bond', '~> 0'
|
19
|
+
gem 'rb-readline', '~> 0'
|
20
20
|
gem 'queue_ding', '>= 0'
|
21
|
+
gem 'semver', '~> 1'
|
21
22
|
|
22
23
|
group :development do
|
23
24
|
gem 'rspec', '~> 2'
|
24
25
|
gem 'yard', '~> 0'
|
25
26
|
gem 'guard', '~> 2'
|
26
27
|
gem 'guard-rspec', '~> 4'
|
27
|
-
gem '
|
28
|
-
gem 'jeweler', '~> 2'
|
28
|
+
gem 'juwelier'
|
29
29
|
gem 'simplecov', '~> 0'
|
30
30
|
end
|
31
|
-
|
32
|
-
#======================================================
|
33
|
-
#= Ancillary libraries
|
34
|
-
|
35
|
-
# For demo purposes, we include the gosu library, but
|
36
|
-
# don't want this to be part of the mainstream.
|
37
|
-
gem 'gosu', '~> 0', require: false
|
38
|
-
|
39
|
-
# So we can generate some nice graphics.
|
40
|
-
gem 'rubyvis', '~> 0', require: false
|
data/Gemfile.lock
CHANGED
@@ -1,50 +1,51 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.
|
4
|
+
addressable (2.4.0)
|
5
5
|
aquarium (0.5.1)
|
6
|
-
awesome_print (1.
|
6
|
+
awesome_print (1.6.1)
|
7
7
|
bond (0.5.1)
|
8
8
|
builder (3.2.2)
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
debase (0.
|
13
|
-
|
14
|
-
debugger-ruby_core_source (1.3.5)
|
15
|
-
deep_dive (0.2.1)
|
16
|
-
debase
|
9
|
+
coderay (1.1.1)
|
10
|
+
debase (0.2.1)
|
11
|
+
debase-ruby_core_source
|
12
|
+
debase-ruby_core_source (0.8.4)
|
13
|
+
deep_dive (0.3.3)
|
17
14
|
descendants_tracker (0.0.4)
|
18
15
|
thread_safe (~> 0.3, >= 0.3.1)
|
19
16
|
diff-lcs (1.2.5)
|
20
|
-
distribution (0.7.
|
17
|
+
distribution (0.7.3)
|
21
18
|
docile (1.1.5)
|
22
|
-
faraday (0.9.
|
19
|
+
faraday (0.9.2)
|
23
20
|
multipart-post (>= 1.2, < 3)
|
24
|
-
ffi (1.9.
|
21
|
+
ffi (1.9.10)
|
25
22
|
formatador (0.2.5)
|
26
|
-
git (1.
|
27
|
-
github_api (0.
|
28
|
-
addressable (~> 2.
|
23
|
+
git (1.3.0)
|
24
|
+
github_api (0.13.1)
|
25
|
+
addressable (~> 2.4.0)
|
29
26
|
descendants_tracker (~> 0.0.4)
|
30
27
|
faraday (~> 0.8, < 0.10)
|
31
|
-
hashie (>= 3.
|
28
|
+
hashie (>= 3.4)
|
32
29
|
multi_json (>= 1.7.5, < 2.0)
|
33
|
-
nokogiri (~> 1.6.3)
|
34
30
|
oauth2
|
35
|
-
|
36
|
-
guard (2.6.1)
|
31
|
+
guard (2.13.0)
|
37
32
|
formatador (>= 0.2.4)
|
38
|
-
listen (
|
33
|
+
listen (>= 2.7, <= 4.0)
|
39
34
|
lumberjack (~> 1.0)
|
35
|
+
nenv (~> 0.1)
|
36
|
+
notiffany (~> 0.0)
|
40
37
|
pry (>= 0.9.12)
|
38
|
+
shellany (~> 0.0)
|
41
39
|
thor (>= 0.18.1)
|
42
|
-
guard-
|
40
|
+
guard-compat (1.2.1)
|
41
|
+
guard-rspec (4.6.4)
|
43
42
|
guard (~> 2.1)
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
43
|
+
guard-compat (~> 1.1)
|
44
|
+
rspec (>= 2.99.0, < 4.0)
|
45
|
+
hashie (3.4.3)
|
46
|
+
highline (1.7.8)
|
47
|
+
json (1.8.3)
|
48
|
+
juwelier (2.1.0)
|
48
49
|
builder
|
49
50
|
bundler (>= 1.0)
|
50
51
|
git (>= 1.2.5)
|
@@ -53,61 +54,62 @@ GEM
|
|
53
54
|
nokogiri (>= 1.5.10)
|
54
55
|
rake
|
55
56
|
rdoc
|
56
|
-
|
57
|
-
|
58
|
-
listen (2.7.9)
|
59
|
-
celluloid (>= 0.15.2)
|
57
|
+
jwt (1.5.1)
|
58
|
+
listen (3.0.6)
|
60
59
|
rb-fsevent (>= 0.9.3)
|
61
|
-
rb-inotify (>= 0.9)
|
62
|
-
lumberjack (1.0.
|
60
|
+
rb-inotify (>= 0.9.7)
|
61
|
+
lumberjack (1.0.10)
|
63
62
|
method_source (0.8.2)
|
64
|
-
|
65
|
-
multi_json (1.
|
63
|
+
mini_portile2 (2.0.0)
|
64
|
+
multi_json (1.11.2)
|
66
65
|
multi_xml (0.5.5)
|
67
66
|
multipart-post (2.0.0)
|
68
|
-
|
69
|
-
|
70
|
-
|
67
|
+
nenv (0.3.0)
|
68
|
+
nokogiri (1.6.7.2)
|
69
|
+
mini_portile2 (~> 2.0.0.rc2)
|
70
|
+
notiffany (0.0.8)
|
71
|
+
nenv (~> 0.1)
|
72
|
+
shellany (~> 0.0)
|
73
|
+
oauth2 (1.1.0)
|
71
74
|
faraday (>= 0.8, < 0.10)
|
72
|
-
jwt (~> 1.0)
|
75
|
+
jwt (~> 1.0, < 1.5.2)
|
73
76
|
multi_json (~> 1.3)
|
74
77
|
multi_xml (~> 0.5)
|
75
|
-
rack (
|
76
|
-
pry (0.10.
|
78
|
+
rack (>= 1.2, < 3)
|
79
|
+
pry (0.10.3)
|
77
80
|
coderay (~> 1.1.0)
|
78
81
|
method_source (~> 0.8.1)
|
79
82
|
slop (~> 3.4)
|
80
|
-
queue_ding (0.1.
|
83
|
+
queue_ding (0.1.1)
|
81
84
|
aquarium (~> 0)
|
82
|
-
rack (1.
|
83
|
-
rake (
|
84
|
-
rb-fsevent (0.9.
|
85
|
-
rb-inotify (0.9.
|
85
|
+
rack (1.6.4)
|
86
|
+
rake (11.1.1)
|
87
|
+
rb-fsevent (0.9.7)
|
88
|
+
rb-inotify (0.9.7)
|
86
89
|
ffi (>= 0.5.0)
|
87
|
-
rb-readline (0.5.
|
88
|
-
rdoc (4.
|
90
|
+
rb-readline (0.5.3)
|
91
|
+
rdoc (4.2.2)
|
89
92
|
json (~> 1.4)
|
90
93
|
rspec (2.99.0)
|
91
94
|
rspec-core (~> 2.99.0)
|
92
95
|
rspec-expectations (~> 2.99.0)
|
93
96
|
rspec-mocks (~> 2.99.0)
|
94
|
-
rspec-core (2.99.
|
97
|
+
rspec-core (2.99.2)
|
95
98
|
rspec-expectations (2.99.2)
|
96
99
|
diff-lcs (>= 1.1.3, < 2.0)
|
97
|
-
rspec-mocks (2.99.
|
98
|
-
rubyvis (0.6.0)
|
100
|
+
rspec-mocks (2.99.4)
|
99
101
|
semver (1.0.1)
|
100
|
-
|
102
|
+
shellany (0.0.1)
|
103
|
+
simplecov (0.11.2)
|
101
104
|
docile (~> 1.1.0)
|
102
|
-
|
103
|
-
simplecov-html (~> 0.
|
104
|
-
simplecov-html (0.
|
105
|
+
json (~> 1.8)
|
106
|
+
simplecov-html (~> 0.10.0)
|
107
|
+
simplecov-html (0.10.0)
|
105
108
|
slop (3.6.0)
|
106
109
|
statistics2 (0.54)
|
107
110
|
thor (0.19.1)
|
108
|
-
thread_safe (0.3.
|
109
|
-
|
110
|
-
yard (0.8.7.4)
|
111
|
+
thread_safe (0.3.5)
|
112
|
+
yard (0.8.7.6)
|
111
113
|
|
112
114
|
PLATFORMS
|
113
115
|
ruby
|
@@ -115,20 +117,21 @@ PLATFORMS
|
|
115
117
|
DEPENDENCIES
|
116
118
|
aquarium (~> 0)
|
117
119
|
awesome_print (~> 1)
|
118
|
-
bond (~> 0
|
120
|
+
bond (~> 0)
|
119
121
|
debase (~> 0)
|
120
122
|
deep_dive (~> 0)
|
121
123
|
distribution (~> 0)
|
122
|
-
gosu (~> 0)
|
123
124
|
guard (~> 2)
|
124
125
|
guard-rspec (~> 4)
|
125
|
-
|
126
|
+
juwelier
|
126
127
|
queue_ding
|
127
|
-
rb-readline (~> 0
|
128
|
+
rb-readline (~> 0)
|
128
129
|
rspec (~> 2)
|
129
|
-
rubyvis (~> 0)
|
130
130
|
semver (~> 1)
|
131
131
|
simplecov (~> 0)
|
132
132
|
statistics2 (~> 0)
|
133
133
|
thor (~> 0)
|
134
134
|
yard (~> 0)
|
135
|
+
|
136
|
+
BUNDLED WITH
|
137
|
+
1.11.2
|
data/Gemfile.lock.orig
CHANGED
@@ -57,7 +57,7 @@ GEM
|
|
57
57
|
rspec (>= 2.14, < 4.0)
|
58
58
|
hashie (3.2.0)
|
59
59
|
highline (1.6.21)
|
60
|
-
|
60
|
+
juwelier (2.0.1)
|
61
61
|
builder
|
62
62
|
bundler (>= 1.0)
|
63
63
|
git (>= 1.2.5)
|
@@ -149,7 +149,7 @@ DEPENDENCIES
|
|
149
149
|
gosu (~> 0)
|
150
150
|
guard (~> 2)
|
151
151
|
guard-rspec (~> 4)
|
152
|
-
|
152
|
+
juwelier (~> 2)
|
153
153
|
queue_ding
|
154
154
|
rb-readline (~> 0.5)
|
155
155
|
rspec (~> 2)
|
data/Gemfile.orig
CHANGED
@@ -33,12 +33,12 @@ group :development do
|
|
33
33
|
gem 'guard-rspec', '~> 4'
|
34
34
|
gem 'semver', '~> 1'
|
35
35
|
<<<<<<< HEAD
|
36
|
-
gem "
|
36
|
+
gem "juwelier", "~> 2"
|
37
37
|
gem "simplecov", '~> 0'
|
38
38
|
#gem 'debugger'
|
39
39
|
#gem 'ruby-debug-ide', '~> 1'
|
40
40
|
=======
|
41
|
-
gem '
|
41
|
+
gem 'juwelier', '~> 2'
|
42
42
|
gem 'simplecov', '~> 0'
|
43
43
|
>>>>>>> devready
|
44
44
|
end
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
RubyNEAT -- Neural Evolution of Augmenting Topologies
|
2
2
|
=====================================================
|
3
3
|
|
4
|
+
[](https://gitter.im/flajann2/rubyneat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
5
|
+
|
4
6
|
For the latest docs, please see http://rubyneat.com
|
5
7
|
|
6
8
|
RubyNEAT is under intense development, and then will be under intense documentation, as this is
|
data/Rakefile
CHANGED
@@ -17,8 +17,8 @@ rescue Bundler::BundlerError => e
|
|
17
17
|
end
|
18
18
|
require 'rake'
|
19
19
|
|
20
|
-
require '
|
21
|
-
|
20
|
+
require 'juwelier'
|
21
|
+
Juwelier::Tasks.new do |gem|
|
22
22
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
23
23
|
gem.name = "rubyneat"
|
24
24
|
gem.homepage = "http://rubyneat.com"
|
@@ -53,7 +53,7 @@ Jeweler::Tasks.new do |gem|
|
|
53
53
|
'app/**/*', 'neater/**/*', 'doc/**/*',
|
54
54
|
'app/**/.*', 'Guardfile'
|
55
55
|
end
|
56
|
-
|
56
|
+
Juwelier::RubygemsDotOrgTasks.new
|
57
57
|
|
58
58
|
require 'rspec/core'
|
59
59
|
require 'rspec/core/rake_task'
|
@@ -0,0 +1,135 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
|
4
|
+
<head>
|
5
|
+
<meta charset="utf-8">
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
|
+
|
9
|
+
<title>About</title>
|
10
|
+
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
|
11
|
+
">
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="/css/main.css">
|
14
|
+
<link rel="canonical" href="http://rubyneat.de/about/">
|
15
|
+
<link rel="alternate" type="application/rss+xml" title="RubyNEAT" href="http://rubyneat.de/feed.xml">
|
16
|
+
</head>
|
17
|
+
|
18
|
+
|
19
|
+
<body>
|
20
|
+
|
21
|
+
<header class="site-header">
|
22
|
+
|
23
|
+
<div class="wrapper">
|
24
|
+
|
25
|
+
<a class="site-title" href="/">RubyNEAT</a>
|
26
|
+
|
27
|
+
<nav class="site-nav">
|
28
|
+
<a href="#" class="menu-icon">
|
29
|
+
<svg viewBox="0 0 18 15">
|
30
|
+
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
|
31
|
+
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
|
32
|
+
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
|
33
|
+
</svg>
|
34
|
+
</a>
|
35
|
+
|
36
|
+
<div class="trigger">
|
37
|
+
|
38
|
+
|
39
|
+
<a class="page-link" href="/about/">About</a>
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
<a class="page-link" href="/index.org">RubyNEAT</a>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
</div>
|
51
|
+
</nav>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
</header>
|
56
|
+
|
57
|
+
|
58
|
+
<div class="page-content">
|
59
|
+
<div class="wrapper">
|
60
|
+
<article class="post">
|
61
|
+
|
62
|
+
<header class="post-header">
|
63
|
+
<h1 class="post-title">About</h1>
|
64
|
+
</header>
|
65
|
+
|
66
|
+
<div class="post-content">
|
67
|
+
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="http://jekyllrb.com/">jekyllrb.com</a></p>
|
68
|
+
|
69
|
+
<p>You can find the source code for the Jekyll new theme at:
|
70
|
+
<a href="https://github.com/jglovier"><span class="icon icon--github"><svg viewbox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"></path></svg>
|
71
|
+
</span><span class="username">jglovier</span></a>
|
72
|
+
/
|
73
|
+
<a href="https://github.com/jglovier/jekyll-new">jekyll-new</a></p>
|
74
|
+
|
75
|
+
<p>You can find the source code for Jekyll at
|
76
|
+
<a href="https://github.com/jekyll"><span class="icon icon--github"><svg viewbox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"></path></svg>
|
77
|
+
</span><span class="username">jekyll</span></a>
|
78
|
+
/
|
79
|
+
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>
|
80
|
+
|
81
|
+
</div>
|
82
|
+
|
83
|
+
</article>
|
84
|
+
|
85
|
+
</div>
|
86
|
+
</div>
|
87
|
+
|
88
|
+
<footer class="site-footer">
|
89
|
+
|
90
|
+
<div class="wrapper">
|
91
|
+
|
92
|
+
<h2 class="footer-heading">RubyNEAT</h2>
|
93
|
+
|
94
|
+
<div class="footer-col-wrapper">
|
95
|
+
<div class="footer-col footer-col-1">
|
96
|
+
<ul class="contact-list">
|
97
|
+
<li>RubyNEAT</li>
|
98
|
+
<li><a href="mailto:fred.mitchell@gmx.de">fred.mitchell@gmx.de</a></li>
|
99
|
+
</ul>
|
100
|
+
</div>
|
101
|
+
|
102
|
+
<div class="footer-col footer-col-2">
|
103
|
+
<ul class="social-media-list">
|
104
|
+
|
105
|
+
<li>
|
106
|
+
<a href="https://github.com/flajann2"><span class="icon icon--github"><svg viewBox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
|
107
|
+
</span><span class="username">flajann2</span></a>
|
108
|
+
|
109
|
+
</li>
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
<li>
|
114
|
+
<a href="https://twitter.com/flajann"><span class="icon icon--twitter"><svg viewBox="0 0 16 16"><path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/></svg>
|
115
|
+
</span><span class="username">flajann</span></a>
|
116
|
+
|
117
|
+
</li>
|
118
|
+
|
119
|
+
</ul>
|
120
|
+
</div>
|
121
|
+
|
122
|
+
<div class="footer-col footer-col-3">
|
123
|
+
<p>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
|
124
|
+
</p>
|
125
|
+
</div>
|
126
|
+
</div>
|
127
|
+
|
128
|
+
</div>
|
129
|
+
|
130
|
+
</footer>
|
131
|
+
|
132
|
+
|
133
|
+
</body>
|
134
|
+
|
135
|
+
</html>
|