alien-minimalistic 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +112 -0
- data/_includes/disqus.html +31 -0
- data/_includes/footer.html +29 -0
- data/_includes/head.html +15 -0
- data/_includes/header.html +46 -0
- data/_includes/icons/icon-about.html +10 -0
- data/_includes/icons/icon-articles.html +9 -0
- data/_includes/icons/icon-contact.html +18 -0
- data/_includes/icons/icon-resume.html +8 -0
- data/_includes/readtime.html +8 -0
- data/_includes/social/social-github.html +14 -0
- data/_includes/social/social-linkedin.html +11 -0
- data/_includes/social/social-rss.html +15 -0
- data/_includes/social/social-twitter.html +13 -0
- data/_layouts/404.html +26 -0
- data/_layouts/about.html +15 -0
- data/_layouts/articles.html +20 -0
- data/_layouts/contact.html +38 -0
- data/_layouts/default.html +19 -0
- data/_layouts/home.html +48 -0
- data/_layouts/post.html +16 -0
- data/_sass/1-tools/_google-font.scss +168 -0
- data/_sass/1-tools/_normalize.scss +341 -0
- data/_sass/1-tools/_syntax-highlighting.scss +63 -0
- data/_sass/1-tools/_tools-dir.sass +4 -0
- data/_sass/1-tools/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
- data/_sass/1-tools/bourbon/_bourbon.scss +87 -0
- data/_sass/1-tools/bourbon/addons/_border-color.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_border-radius.scss +48 -0
- data/_sass/1-tools/bourbon/addons/_border-style.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_border-width.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_buttons.scss +64 -0
- data/_sass/1-tools/bourbon/addons/_clearfix.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_ellipsis.scss +30 -0
- data/_sass/1-tools/bourbon/addons/_font-stacks.scss +31 -0
- data/_sass/1-tools/bourbon/addons/_hide-text.scss +27 -0
- data/_sass/1-tools/bourbon/addons/_margin.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_padding.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_position.scss +48 -0
- data/_sass/1-tools/bourbon/addons/_prefixer.scss +66 -0
- data/_sass/1-tools/bourbon/addons/_retina-image.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_size.scss +51 -0
- data/_sass/1-tools/bourbon/addons/_text-inputs.scss +113 -0
- data/_sass/1-tools/bourbon/addons/_timing-functions.scss +34 -0
- data/_sass/1-tools/bourbon/addons/_triangle.scss +63 -0
- data/_sass/1-tools/bourbon/addons/_word-wrap.scss +29 -0
- data/_sass/1-tools/bourbon/css3/_animation.scss +43 -0
- data/_sass/1-tools/bourbon/css3/_appearance.scss +3 -0
- data/_sass/1-tools/bourbon/css3/_backface-visibility.scss +3 -0
- data/_sass/1-tools/bourbon/css3/_background-image.scss +42 -0
- data/_sass/1-tools/bourbon/css3/_background.scss +55 -0
- data/_sass/1-tools/bourbon/css3/_border-image.scss +59 -0
- data/_sass/1-tools/bourbon/css3/_calc.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_columns.scss +47 -0
- data/_sass/1-tools/bourbon/css3/_filter.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_flex-box.scss +287 -0
- data/_sass/1-tools/bourbon/css3/_font-face.scss +24 -0
- data/_sass/1-tools/bourbon/css3/_font-feature-settings.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/_sass/1-tools/bourbon/css3/_hyphens.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_image-rendering.scss +14 -0
- data/_sass/1-tools/bourbon/css3/_keyframes.scss +36 -0
- data/_sass/1-tools/bourbon/css3/_linear-gradient.scss +38 -0
- data/_sass/1-tools/bourbon/css3/_perspective.scss +8 -0
- data/_sass/1-tools/bourbon/css3/_placeholder.scss +8 -0
- data/_sass/1-tools/bourbon/css3/_radial-gradient.scss +39 -0
- data/_sass/1-tools/bourbon/css3/_selection.scss +42 -0
- data/_sass/1-tools/bourbon/css3/_text-decoration.scss +19 -0
- data/_sass/1-tools/bourbon/css3/_transform.scss +15 -0
- data/_sass/1-tools/bourbon/css3/_transition.scss +71 -0
- data/_sass/1-tools/bourbon/css3/_user-select.scss +3 -0
- data/_sass/1-tools/bourbon/functions/_assign-inputs.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_contains-falsy.scss +20 -0
- data/_sass/1-tools/bourbon/functions/_contains.scss +26 -0
- data/_sass/1-tools/bourbon/functions/_is-length.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_is-light.scss +21 -0
- data/_sass/1-tools/bourbon/functions/_is-number.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_is-size.scss +13 -0
- data/_sass/1-tools/bourbon/functions/_modular-scale.scss +69 -0
- data/_sass/1-tools/bourbon/functions/_px-to-em.scss +13 -0
- data/_sass/1-tools/bourbon/functions/_px-to-rem.scss +15 -0
- data/_sass/1-tools/bourbon/functions/_shade.scss +24 -0
- data/_sass/1-tools/bourbon/functions/_strip-units.scss +17 -0
- data/_sass/1-tools/bourbon/functions/_tint.scss +24 -0
- data/_sass/1-tools/bourbon/functions/_transition-property-name.scss +22 -0
- data/_sass/1-tools/bourbon/functions/_unpack.scss +27 -0
- data/_sass/1-tools/bourbon/helpers/_convert-units.scss +21 -0
- data/_sass/1-tools/bourbon/helpers/_directional-values.scss +96 -0
- data/_sass/1-tools/bourbon/helpers/_font-source-declaration.scss +43 -0
- data/_sass/1-tools/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/_sass/1-tools/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/_sass/1-tools/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/_sass/1-tools/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/_sass/1-tools/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/_sass/1-tools/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/_sass/1-tools/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/_sass/1-tools/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/_sass/1-tools/bourbon/helpers/_render-gradients.scss +26 -0
- data/_sass/1-tools/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/_sass/1-tools/bourbon/helpers/_str-to-num.scss +50 -0
- data/_sass/1-tools/bourbon/settings/_asset-pipeline.scss +7 -0
- data/_sass/1-tools/bourbon/settings/_prefixer.scss +9 -0
- data/_sass/1-tools/bourbon/settings/_px-to-em.scss +1 -0
- data/_sass/2-base/_base-dir.sass +3 -0
- data/_sass/2-base/_standard-colors.sass +3 -0
- data/_sass/2-base/_standard-overrides.sass +48 -0
- data/_sass/2-base/milligram/_Base.sass +24 -0
- data/_sass/2-base/milligram/_Blockquote.sass +12 -0
- data/_sass/2-base/milligram/_Button.sass +75 -0
- data/_sass/2-base/milligram/_Code.sass +22 -0
- data/_sass/2-base/milligram/_Color.sass +11 -0
- data/_sass/2-base/milligram/_Divider.sass +8 -0
- data/_sass/2-base/milligram/_Form.sass +56 -0
- data/_sass/2-base/milligram/_Grid.sass +158 -0
- data/_sass/2-base/milligram/_Image.sass +6 -0
- data/_sass/2-base/milligram/_Link.sass +11 -0
- data/_sass/2-base/milligram/_List.sass +22 -0
- data/_sass/2-base/milligram/_Spacing.sass +27 -0
- data/_sass/2-base/milligram/_Table.sass +19 -0
- data/_sass/2-base/milligram/_Typography.sass +48 -0
- data/_sass/2-base/milligram/_Utility.sass +18 -0
- data/_sass/2-base/milligram/_milligram.sass +19 -0
- data/_sass/3-sections/_404.sass +25 -0
- data/_sass/3-sections/_about.sass +62 -0
- data/_sass/3-sections/_articles.sass +42 -0
- data/_sass/3-sections/_contact.sass +84 -0
- data/_sass/3-sections/_footer.sass +76 -0
- data/_sass/3-sections/_header.sass +241 -0
- data/_sass/3-sections/_home.sass +187 -0
- data/_sass/3-sections/_post.sass +22 -0
- data/_sass/3-sections/_sections-dir.sass +8 -0
- data/_sass/_alien-minimalistic.sass +3 -0
- data/assets/favicon.png +0 -0
- data/assets/hero_background.jpg +0 -0
- data/assets/main.sass +10 -0
- data/assets/patterns/be.js +26 -0
- data/assets/patterns/bn.js +15 -0
- data/assets/patterns/ca.js +22 -0
- data/assets/patterns/cs.js +19 -0
- data/assets/patterns/da.js +18 -0
- data/assets/patterns/de.js +25 -0
- data/assets/patterns/el-monoton.js +22 -0
- data/assets/patterns/el-polyton.js +28 -0
- data/assets/patterns/en-gb.js +20 -0
- data/assets/patterns/en-us.js +23 -0
- data/assets/patterns/eo.js +27 -0
- data/assets/patterns/es.js +29 -0
- data/assets/patterns/et.js +27 -0
- data/assets/patterns/fi.js +19 -0
- data/assets/patterns/fr.js +28 -0
- data/assets/patterns/grc.js +30 -0
- data/assets/patterns/gu.js +14 -0
- data/assets/patterns/hi.js +14 -0
- data/assets/patterns/hu.js +26 -0
- data/assets/patterns/hy.js +15 -0
- data/assets/patterns/it.js +22 -0
- data/assets/patterns/kn.js +15 -0
- data/assets/patterns/la.js +24 -0
- data/assets/patterns/lt.js +19 -0
- data/assets/patterns/lv.js +22 -0
- data/assets/patterns/ml.js +16 -0
- data/assets/patterns/nb-no.js +133 -0
- data/assets/patterns/nl.js +21 -0
- data/assets/patterns/or.js +16 -0
- data/assets/patterns/pa.js +14 -0
- data/assets/patterns/pl.js +29 -0
- data/assets/patterns/pt.js +18 -0
- data/assets/patterns/ro.js +20 -0
- data/assets/patterns/ru.js +24 -0
- data/assets/patterns/sk.js +27 -0
- data/assets/patterns/sl.js +19 -0
- data/assets/patterns/sr-cyrl.js +22 -0
- data/assets/patterns/sr-latn.js +23 -0
- data/assets/patterns/sv.js +21 -0
- data/assets/patterns/ta.js +16 -0
- data/assets/patterns/te.js +14 -0
- data/assets/patterns/tr.js +17 -0
- data/assets/patterns/uk.js +27 -0
- data/assets/profile_picture.png +0 -0
- metadata +253 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 77bec0cb7524e30a643df4463c7433f74ea0bc3b7207401e99bf1fb5b7e41b39
|
4
|
+
data.tar.gz: 0ace8d3a333a3d22bb035aff88c549dfb21b0d195019ac37f35f1cec957777e5
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e4b6dcb311acbf8f61f294370af0e4256dbd3465a8acc9dbe9e3a5c123b067c83f3b624fc919afdcbe22312653aee53a6cedd87eb8de0acdf7b9c57f62478249
|
7
|
+
data.tar.gz: 84c21adcec4e4fb6c3066e43c6c972cf08f619a1a027e262a032597df7c67c7def1f3bb2fc5d8e9ec3f333ecf9e0414097af9f7e264f9e37f2cfb8367903d523
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2017 mrcivvy
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,112 @@
|
|
1
|
+
# alien-minimalistic
|
2
|
+
|
3
|
+
The alien-minimalistic is a modern responsive Jekyll theme designed to be used right off the box with very minimal set up time. Since the design behind the theme aims to highlight the background of the individual writing the articles apart from providing a clean templated blogging system, it is very helpful to students and professionals to showcase their careers in a coherent manner.
|
4
|
+
|
5
|
+
![](https://github.com/mrcivvy/alien-minimalistic/blob/master/_screenshots/home-page.png)
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
### Approach I: Ruby gem
|
10
|
+
|
11
|
+
1. To set up a jekyll site quickly using the default Minima theme, run the following command:
|
12
|
+
|
13
|
+
```shell
|
14
|
+
jekyll new <myblog>
|
15
|
+
```
|
16
|
+
|
17
|
+
2. Add this line to your Jekyll site's `Gemfile`:
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
gem "alien-minimalistic"
|
21
|
+
```
|
22
|
+
|
23
|
+
3. Add this line to your Jekyll site's `_config.yml`:
|
24
|
+
|
25
|
+
```yaml
|
26
|
+
theme: alien-minimalistic
|
27
|
+
```
|
28
|
+
|
29
|
+
4. Execute the command:
|
30
|
+
|
31
|
+
```shell
|
32
|
+
$ bundle install
|
33
|
+
```
|
34
|
+
|
35
|
+
Or install it yourself as:
|
36
|
+
|
37
|
+
```shell
|
38
|
+
$ gem install alien-minimalistic
|
39
|
+
```
|
40
|
+
|
41
|
+
4. Create the following files at the root of your site:
|
42
|
+
|
43
|
+
```shell
|
44
|
+
about.md
|
45
|
+
articles.md
|
46
|
+
contact.md
|
47
|
+
```
|
48
|
+
|
49
|
+
5. Add front matter to these files to specify the layout and title. Note that the layout names are the same as the files names that you created in the previous step.
|
50
|
+
|
51
|
+
For example, in the about.md file the front matter would be:
|
52
|
+
|
53
|
+
```shell
|
54
|
+
---
|
55
|
+
layout: about
|
56
|
+
title: About - Sitename
|
57
|
+
---
|
58
|
+
```
|
59
|
+
|
60
|
+
6. Follow the notes mentioned in the `Usage` section to update the theme with your data
|
61
|
+
|
62
|
+
### Approach II: Github repository
|
63
|
+
|
64
|
+
1. Clone the Jekyll theme from this Github repository
|
65
|
+
2. Update the theme with your data (See the `Usage` section)
|
66
|
+
3. Remember to pull updates from this Github repository when new releases are rolled out
|
67
|
+
|
68
|
+
## Usage
|
69
|
+
|
70
|
+
The theme has been designed to require very minimal changes if you plan to use it right off the box. All you need to do is just define the following `content editable variables` in the `_config.yml` file of your site,
|
71
|
+
|
72
|
+
#### Content Editable Variables
|
73
|
+
```yaml
|
74
|
+
title (The title of your site)
|
75
|
+
first-name (Your first name)
|
76
|
+
middle-name (Your middle name)
|
77
|
+
last-name (Your last name)
|
78
|
+
email (Your email address - requires a registered formspree.io email address for the contact form to work.)
|
79
|
+
resume-link (Link to your resume)
|
80
|
+
disqus (URL of your disqus's embed.js script to enable comments for your site's articles)
|
81
|
+
tagline (The tagline that is displayed in the home page)
|
82
|
+
description (The description of your site underneath the tag line)
|
83
|
+
contact-page-message (A message for your users in the contact page)
|
84
|
+
favicon (The path to the site's favicon)
|
85
|
+
profile-picture (The path to your profile picture which will be displayed in the 'About' section)
|
86
|
+
home-background (The path to the background image in the home page)
|
87
|
+
primary-color (The hexcode of the primary color of the site)
|
88
|
+
secondary-color (The hexcode of the secondary-color of the site)
|
89
|
+
github_page (The link to your Github account)
|
90
|
+
twitter_page (The link to your Twitter account)
|
91
|
+
linkedin_page (The link to your Linkedin account)
|
92
|
+
```
|
93
|
+
|
94
|
+
You'll need a [disqus](https://disqus.com/) account for the comments section and a [formspree.io](https://formspree.io/) account for the contact page form. Disqus provides a javascript file to embed in your site so that it can track the comments made by the users of your site. Setting the URL to the javascript file, to the `disqus` variable in the `_config.yml` file should enable Disqus on your site. To set up formspree for your site, you'll need to just set the `email` variable in the `_config.yml` file.
|
95
|
+
|
96
|
+
However, if you need some customisation, the theme's `_layouts`, `_includes`, `_sass` and `_assets` folders can be overridden by following the standard procedure described on Jekyll's site [here](https://jekyllrb.com/docs/themes/).
|
97
|
+
|
98
|
+
## Contributing
|
99
|
+
|
100
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/mrcivvy/alien-minimalistic. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
101
|
+
|
102
|
+
## Development
|
103
|
+
|
104
|
+
To set up your environment to develop this theme, run `bundle install`.
|
105
|
+
|
106
|
+
To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme and the contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh.
|
107
|
+
|
108
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in alien-minimalistic.gemspec accordingly.
|
109
|
+
|
110
|
+
## License
|
111
|
+
|
112
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{% if page.comments %}
|
2
|
+
<div id="disqus_thread"></div>
|
3
|
+
|
4
|
+
<script>
|
5
|
+
/**
|
6
|
+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
7
|
+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
|
8
|
+
|
9
|
+
var disqus_config = function ()
|
10
|
+
{
|
11
|
+
this.page.url = '{{ page.url | absolute_url }}';
|
12
|
+
this.page.identifier = '{{ page.url | absolute_url }}';
|
13
|
+
};
|
14
|
+
|
15
|
+
(
|
16
|
+
function()
|
17
|
+
{ // DON'T EDIT BELOW THIS LINE
|
18
|
+
var d = document, s = d.createElement('script');
|
19
|
+
s.src = "{{ site.disqus }}";
|
20
|
+
s.setAttribute('data-timestamp', +new Date());
|
21
|
+
(d.head || d.body).appendChild(s);
|
22
|
+
}
|
23
|
+
)();
|
24
|
+
|
25
|
+
</script>
|
26
|
+
|
27
|
+
<noscript>
|
28
|
+
Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
|
29
|
+
</noscript>
|
30
|
+
|
31
|
+
{% endif %}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
<footer id="site-footer">
|
2
|
+
|
3
|
+
<hr id="footer-demarcation"/>
|
4
|
+
|
5
|
+
<div id="footer-nav-container">
|
6
|
+
<nav id="footer-nav-menu-icons-container">
|
7
|
+
|
8
|
+
<a href="{{ site.github_page }}">
|
9
|
+
<div class="footer-menu-icon">{% include social/social-github.html %}</div>
|
10
|
+
</a>
|
11
|
+
<a href="{{ site.twitter_page }}">
|
12
|
+
<div class="footer-menu-icon">{% include social/social-twitter.html %}</div>
|
13
|
+
</a>
|
14
|
+
<a href="{{ site.linkedin_page }}">
|
15
|
+
<div class="footer-menu-icon">{% include social/social-linkedin.html %}</div>
|
16
|
+
</a>
|
17
|
+
<a href="/feed.xml">
|
18
|
+
<div class="footer-menu-icon">{% include social/social-rss.html %}</div>
|
19
|
+
</a>
|
20
|
+
|
21
|
+
</nav>
|
22
|
+
|
23
|
+
<div id="fine-print">
|
24
|
+
<p class="fint-print-text">Made with ♥ by {{ site.first-name }}</p>
|
25
|
+
<p class="fint-print-text">© 2017-18 {{ site.title }}. All rights reserved.</p>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
|
29
|
+
</footer>
|
data/_includes/head.html
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8">
|
3
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
5
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7
|
+
|
8
|
+
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
9
|
+
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
10
|
+
|
11
|
+
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
12
|
+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
13
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
14
|
+
<link rel="shortcut icon" type="image/png" href="{{ site.favicon }}">
|
15
|
+
</head>
|
@@ -0,0 +1,46 @@
|
|
1
|
+
<header id="site-header">
|
2
|
+
|
3
|
+
<input type="checkbox" id="header-vegburger-toggle"/>
|
4
|
+
<div id="mobile-header-extended-background"> </div>
|
5
|
+
|
6
|
+
<div id="header-nav-container">
|
7
|
+
<h1 id="logo-text"><a href="/">{{ site.title }}</a></h1>
|
8
|
+
<label id="vegburger" for="header-vegburger-toggle">☰</label>
|
9
|
+
|
10
|
+
<nav id="header-nav-menu-icons-container">
|
11
|
+
<a href="/about/">
|
12
|
+
<div class="header-nav-menu-item">
|
13
|
+
<div class="header-nav-menu-icon">{% include icons/icon-about.html %}</div>
|
14
|
+
<p class="header-nav-menu-text">About</p>
|
15
|
+
</div>
|
16
|
+
</a>
|
17
|
+
|
18
|
+
<a href="/articles/">
|
19
|
+
<div class="header-nav-menu-item">
|
20
|
+
<div class="header-nav-menu-icon">{% include icons/icon-articles.html %}</div>
|
21
|
+
<p class="header-nav-menu-text">Articles</p>
|
22
|
+
</div>
|
23
|
+
</a>
|
24
|
+
|
25
|
+
<a href="/contact/">
|
26
|
+
<div class="header-nav-menu-item">
|
27
|
+
<div class="header-nav-menu-icon">{% include icons/icon-contact.html %}</div>
|
28
|
+
<p class="header-nav-menu-text">Contact</p>
|
29
|
+
</div>
|
30
|
+
</a>
|
31
|
+
|
32
|
+
<a href="{{ site.resume-link }}">
|
33
|
+
<div class="header-nav-menu-item">
|
34
|
+
<div class="header-nav-menu-icon">{% include icons/icon-resume.html %}</div>
|
35
|
+
<p class="header-nav-menu-text">Resume</p>
|
36
|
+
</div>
|
37
|
+
</a>
|
38
|
+
|
39
|
+
</nav>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
</header>
|
43
|
+
|
44
|
+
<div class="header-spacer">
|
45
|
+
|
46
|
+
</div>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g class="menu-icon-logo">
|
4
|
+
<path d="M80.161,60.441l-15.66-7.47l-6.622-3.159c2.892-1.822,5.241-4.634,6.778-8.022c1.22-2.69,1.946-5.734,1.946-8.99
|
5
|
+
c0-1.827-0.29-3.562-0.694-5.236C63.94,19.453,57.605,13.477,50,13.477c-7.461,0-13.701,5.763-15.792,13.645
|
6
|
+
c-0.482,1.808-0.815,3.688-0.815,5.68c0,3.459,0.808,6.684,2.181,9.489c1.587,3.254,3.94,5.937,6.804,7.662l-6.342,2.953
|
7
|
+
l-16.168,7.53c-1.404,0.658-2.327,2.242-2.327,4.011v15.062v2.703c0,2.381,1.659,4.312,3.708,4.312h57.505
|
8
|
+
c2.048,0,3.708-1.93,3.708-4.312v-2.703V64.446C82.46,62.683,81.552,61.114,80.161,60.441z"/>
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g class="menu-icon-logo">
|
4
|
+
<path d="M68.312,13.111H31.687c-1.661,0-3.007,1.346-3.007,3.007v6.743v45.917v15.897c0,1.224,0.992,2.215,2.216,2.215
|
5
|
+
c0.585,0,1.113-0.231,1.509-0.602h0.014l16.094-16.094h0.035c0.355-0.414,0.876-0.682,1.465-0.682s1.109,0.268,1.465,0.682h0.035
|
6
|
+
l15.918,15.918c0.406,0.472,1.001,0.777,1.673,0.777c1.224,0,2.216-0.992,2.216-2.215V68.777V22.861v-6.743
|
7
|
+
C71.32,14.457,69.973,13.111,68.312,13.111z"/>
|
8
|
+
</g>
|
9
|
+
</svg>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g class="menu-icon-logo">
|
4
|
+
<path d="M85.944,20.189H14.056c-1.41,0-2.556,1.147-2.556,2.557v5.144c0,0.237,0.257,0.509,0.467,0.619
|
5
|
+
l37.786,21.583c0.098,0.057,0.208,0.083,0.318,0.083c0.112,0,0.225-0.029,0.324-0.088L87.039,28.53
|
6
|
+
c0.206-0.115,0.752-0.419,0.957-0.559c0.248-0.169,0.504-0.322,0.504-0.625v-4.601C88.5,21.336,87.354,20.189,85.944,20.189z"/>
|
7
|
+
<path d="M88.181,35.646c-0.2-0.116-0.444-0.111-0.645,0.004L66.799,47.851c-0.166,0.096-0.281,0.266-0.309,0.458
|
8
|
+
c-0.025,0.191,0.035,0.386,0.164,0.527l20.74,22.357c0.123,0.133,0.291,0.204,0.467,0.204c0.079,0,0.159-0.015,0.234-0.043
|
9
|
+
c0.245-0.097,0.405-0.332,0.405-0.596V36.201C88.5,35.971,88.379,35.76,88.181,35.646z"/>
|
10
|
+
<path d="M60.823,51.948c-0.204-0.221-0.532-0.27-0.791-0.118l-8.312,4.891c-0.976,0.574-2.226,0.579-3.208,0.021
|
11
|
+
l-7.315-4.179c-0.242-0.137-0.547-0.104-0.751,0.086L12.668,78.415c-0.148,0.138-0.222,0.337-0.2,0.538
|
12
|
+
c0.022,0.201,0.139,0.381,0.314,0.482c0.432,0.254,0.849,0.375,1.273,0.375h71.153c0.255,0,0.485-0.151,0.585-0.385
|
13
|
+
c0.102-0.232,0.056-0.503-0.118-0.689L60.823,51.948z"/>
|
14
|
+
<path d="M34.334,49.601c0.15-0.137,0.225-0.339,0.203-0.54c-0.022-0.202-0.142-0.381-0.318-0.483L12.453,36.146
|
15
|
+
c-0.194-0.112-0.439-0.11-0.637,0.004c-0.196,0.114-0.316,0.325-0.316,0.552v32.62c0,0.253,0.15,0.483,0.382,0.584
|
16
|
+
c0.082,0.037,0.169,0.055,0.257,0.055c0.157,0,0.314-0.059,0.434-0.171L34.334,49.601z"/>
|
17
|
+
</g>
|
18
|
+
</svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g class="menu-icon-logo">
|
4
|
+
<path d="M80.277,12.498h-0.005v-4.02c0-0.956-0.774-1.73-1.73-1.73h-2.45v0H47.402v0h-1.73l-25.95,25.95v2.447v1.013v52.912v2.447
|
5
|
+
c0,0.956,0.774,1.73,1.73,1.73h1.582H76.96h1.582c0.956,0,1.73-0.774,1.73-1.73v-2.448h0.005L80.277,12.498z M29.679,83.292V36.158
|
6
|
+
h17.723c0.956,0,1.73-0.774,1.73-1.73V16.705h21.188l0,66.587H29.679z"/>
|
7
|
+
</g>
|
8
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g>
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.998,11.963C28.461,11.963,11,29.425,11,50.965
|
5
|
+
c0,17.231,11.172,31.849,26.671,37.003c1.952,0.361,2.662-0.84,2.662-1.877c0-0.924-0.034-3.375-0.051-6.633
|
6
|
+
c-10.849,2.359-13.138-5.229-13.138-5.229c-1.774-4.505-4.331-5.703-4.331-5.703c-3.541-2.418,0.269-2.371,0.269-2.371
|
7
|
+
c3.914,0.277,5.974,4.018,5.974,4.018c3.478,5.96,9.129,4.235,11.35,3.243c0.353-2.525,1.363-4.24,2.476-5.217
|
8
|
+
c-8.659-0.984-17.763-4.33-17.763-19.274c0-4.259,1.519-7.741,4.013-10.468c-0.399-0.982-1.74-4.947,0.383-10.319
|
9
|
+
c0,0,3.274-1.048,10.726,4.001c3.109-0.869,6.446-1.303,9.763-1.316c3.312,0.014,6.65,0.447,9.763,1.316
|
10
|
+
c7.447-5.049,10.716-4.001,10.716-4.001c2.128,5.372,0.788,9.337,0.388,10.319c2.5,2.727,4.008,6.209,4.008,10.468
|
11
|
+
c0,14.979-9.117,18.279-17.805,19.241c1.398,1.205,2.646,3.59,2.646,7.229c0,5.211-0.047,9.416-0.047,10.695
|
12
|
+
c0,1.045,0.701,2.26,2.681,1.873C77.836,82.798,89,68.191,89,50.965C89,29.425,71.539,11.963,49.998,11.963z"/>
|
13
|
+
</g>
|
14
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g>
|
4
|
+
<path d="M80.667,14H19.315C16.381,14,14,16.325,14,19.188v61.617C14,83.672,16.381,86,19.315,86h61.352
|
5
|
+
C83.603,86,86,83.672,86,80.805V19.188C86,16.325,83.603,14,80.667,14z M35.354,75.354H24.67V40.995h10.684V75.354z M30.012,36.297
|
6
|
+
c-3.423,0-6.19-2.774-6.19-6.194c0-3.415,2.767-6.189,6.19-6.189c3.415,0,6.189,2.774,6.189,6.189
|
7
|
+
C36.201,33.523,33.427,36.297,30.012,36.297z M75.35,75.354H64.683V58.646c0-3.986-0.078-9.111-5.551-9.111
|
8
|
+
c-5.558,0-6.405,4.341-6.405,8.822v16.998H42.052V40.995h10.245v4.692h0.146c1.426-2.7,4.91-5.549,10.106-5.549
|
9
|
+
c10.806,0,12.802,7.114,12.802,16.369V75.354z"/>
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g>
|
4
|
+
<path d="M26.258,64.949c-4.848,0-8.78,3.93-8.78,8.784c0,4.848,3.932,8.782,8.78,8.782c4.855,0,8.784-3.934,8.784-8.782
|
5
|
+
C35.042,68.878,31.113,64.949,26.258,64.949z"/>
|
6
|
+
<path d="M23.536,40.801c-0.046,0-0.09,0.006-0.135,0.007v-0.007h-3.464v0.039c-1.698,0.193-3.021,1.603-3.056,3.344h-0.007v6.159
|
7
|
+
h0.041c0.19,1.581,1.437,2.822,3.021,3.002v0.039h3.464v-0.048c0.045,0.001,0.09,0.007,0.135,0.007
|
8
|
+
c12.772,0,23.173,10.321,23.311,23.061h-0.033v3.464h0.039c0.193,1.698,1.603,3.021,3.344,3.056v0.007h6.158v-0.041
|
9
|
+
c1.581-0.19,2.822-1.437,3.002-3.021h0.039v-3.464h-0.006C59.252,56.748,43.223,40.801,23.536,40.801z"/>
|
10
|
+
<path d="M83.119,76.403C82.98,43.664,56.308,17.07,23.536,17.07c-0.046,0-0.09,0.006-0.135,0.007V17.07h-3.464v0.039
|
11
|
+
c-1.698,0.193-3.021,1.603-3.056,3.344h-0.007v6.159h0.041c0.19,1.582,1.437,2.822,3.021,3.002v0.039h3.464v-0.048
|
12
|
+
c0.045,0.001,0.09,0.007,0.135,0.007c25.857,0,46.902,20.967,47.041,46.792h-0.035v3.464h0.039
|
13
|
+
c0.193,1.698,1.603,3.021,3.344,3.056v0.007h6.159v-0.041c1.581-0.19,2.822-1.437,3.002-3.021h0.039v-3.464H83.119z"/>
|
14
|
+
</g>
|
15
|
+
</svg>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="100%" height="100%" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
3
|
+
<g>
|
4
|
+
<path d="M88.5,26.12c-2.833,1.256-5.877,2.105-9.073,2.486c3.261-1.955,5.767-5.051,6.945-8.738
|
5
|
+
c-3.052,1.81-6.434,3.126-10.031,3.832c-2.881-3.068-6.987-4.988-11.531-4.988c-8.724,0-15.798,7.072-15.798,15.798
|
6
|
+
c0,1.237,0.14,2.444,0.41,3.601c-13.13-0.659-24.77-6.949-32.562-16.508c-1.36,2.334-2.139,5.049-2.139,7.943
|
7
|
+
c0,5.481,2.789,10.315,7.028,13.149c-2.589-0.083-5.025-0.794-7.155-1.976c-0.002,0.066-0.002,0.131-0.002,0.199
|
8
|
+
c0,7.652,5.445,14.037,12.671,15.49c-1.325,0.359-2.72,0.553-4.161,0.553c-1.019,0-2.008-0.098-2.973-0.283
|
9
|
+
c2.01,6.275,7.844,10.844,14.757,10.972c-5.407,4.236-12.218,6.763-19.62,6.763c-1.275,0-2.532-0.074-3.769-0.221
|
10
|
+
c6.991,4.482,15.295,7.096,24.216,7.096c29.058,0,44.948-24.071,44.948-44.945c0-0.684-0.016-1.367-0.046-2.046
|
11
|
+
C83.704,32.071,86.383,29.288,88.5,26.12z"/>
|
12
|
+
</g>
|
13
|
+
</svg>
|
data/_layouts/404.html
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
{% include head.html %}
|
5
|
+
|
6
|
+
<body>
|
7
|
+
<main class="page-content">
|
8
|
+
<div class="wrapper">
|
9
|
+
<section id="error-404">
|
10
|
+
<h1 id="header-404"> 404 </h1>
|
11
|
+
<p class="message-404"> <strong>Something went wrong!</strong> </p>
|
12
|
+
<p class="message-404"> The page you are looking for could not be found! Please contact us if you think this should have worked or try going back home.</p>
|
13
|
+
|
14
|
+
<a href="/">
|
15
|
+
<input type="button" value="Home">
|
16
|
+
</a>
|
17
|
+
|
18
|
+
<a href="/contact/">
|
19
|
+
<input type="button" value="Contact">
|
20
|
+
</a>
|
21
|
+
</section>
|
22
|
+
</div>
|
23
|
+
</main>
|
24
|
+
</body>
|
25
|
+
|
26
|
+
</html>
|
data/_layouts/about.html
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<section id="about">
|
5
|
+
|
6
|
+
<div id="about-image">
|
7
|
+
<img src="{{ site.profile-picture | relative_url }}" id="profile-picture" alt="profile-picture">
|
8
|
+
</div>
|
9
|
+
|
10
|
+
<div id="about-content">
|
11
|
+
<h1 id="about-intro">Hi, I'm {{ site.first-name }}</h1>
|
12
|
+
{{ content }}
|
13
|
+
</div>
|
14
|
+
|
15
|
+
</section>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<section id="table-of-articles">
|
5
|
+
<h2 id="article-page-header">Articles</h2>
|
6
|
+
|
7
|
+
{% for post in site.posts %}
|
8
|
+
|
9
|
+
<div class="post">
|
10
|
+
<h5 class="post-title">
|
11
|
+
<a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
|
12
|
+
</h5>
|
13
|
+
<p class="post-date">
|
14
|
+
<strong>{{ post.date | date: "%b %d, %Y" }}</strong>
|
15
|
+
</p>
|
16
|
+
</div>
|
17
|
+
|
18
|
+
{% endfor %}
|
19
|
+
|
20
|
+
</section>
|