jekyll-theme-experiment 0.1.0

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.
Files changed (66) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/_includes/footer.html +16 -0
  4. data/_includes/head.html +7 -0
  5. data/_includes/header.html +16 -0
  6. data/_includes/portfolio.html +30 -0
  7. data/_includes/tools.html +13 -0
  8. data/_layouts/about.html +24 -0
  9. data/_layouts/blog.html +21 -0
  10. data/_layouts/default.html +8 -0
  11. data/_layouts/page.html +5 -0
  12. data/_layouts/post.html +15 -0
  13. data/_sass/experiment/_layout.scss +42 -0
  14. data/_sass/experiment/_reset.scss +131 -0
  15. data/_sass/experiment/_syntax-highlighting.scss +71 -0
  16. data/_sass/experiment/modules/_avatar.scss +14 -0
  17. data/_sass/experiment/modules/_content_tools.scss +14 -0
  18. data/_sass/experiment/modules/_hr.scss +17 -0
  19. data/_sass/experiment/modules/_information-box.scss +8 -0
  20. data/_sass/experiment/modules/_navbar.scss +22 -0
  21. data/_sass/experiment/modules/_post.scss +22 -0
  22. data/_sass/experiment/modules/_project_portafolio.scss +222 -0
  23. data/_sass/experiment/sprite.png +0 -0
  24. data/_sass/experiment/sprite_2.png +0 -0
  25. data/_sass/experiment/sprite_2@2x.png +0 -0
  26. data/_sass/experiment.scss +46 -0
  27. data/assets/example.png +0 -0
  28. data/assets/fontawesome/css/fa-svg-with-js.css +343 -0
  29. data/assets/fontawesome/js/fa-brands.js +453 -0
  30. data/assets/fontawesome/js/fa-brands.min.js +5 -0
  31. data/assets/fontawesome/js/fa-regular.js +239 -0
  32. data/assets/fontawesome/js/fa-regular.min.js +5 -0
  33. data/assets/fontawesome/js/fa-solid.js +606 -0
  34. data/assets/fontawesome/js/fa-solid.min.js +5 -0
  35. data/assets/fontawesome/js/fa-v4-shims.js +89 -0
  36. data/assets/fontawesome/js/fa-v4-shims.min.js +5 -0
  37. data/assets/fontawesome/js/fontawesome-all.js +3081 -0
  38. data/assets/fontawesome/js/fontawesome-all.min.js +5 -0
  39. data/assets/fontawesome/js/fontawesome.js +1795 -0
  40. data/assets/fontawesome/js/fontawesome.min.js +5 -0
  41. data/assets/icons/angularjs/angularjs-original-wordmark.svg +1 -0
  42. data/assets/icons/angularjs/angularjs-original.svg +1 -0
  43. data/assets/icons/angularjs/angularjs-plain-wordmark.svg +1 -0
  44. data/assets/icons/angularjs/angularjs-plain.svg +1 -0
  45. data/assets/icons/angularjs/angularjs.eps +0 -0
  46. data/assets/icons/bitbucket/bitbucket-original-wordmark.svg +1 -0
  47. data/assets/icons/bitbucket/bitbucket-original.svg +1 -0
  48. data/assets/icons/bitbucket/bitbucket.eps +0 -0
  49. data/assets/icons/express/express-original-wordmark.svg +1 -0
  50. data/assets/icons/express/express-original.svg +1 -0
  51. data/assets/icons/express/express.eps +0 -0
  52. data/assets/icons/git/git-original-wordmark.svg +1 -0
  53. data/assets/icons/git/git-original.svg +1 -0
  54. data/assets/icons/git/git-plain-wordmark.svg +1 -0
  55. data/assets/icons/git/git-plain.svg +1 -0
  56. data/assets/icons/git/git.eps +0 -0
  57. data/assets/icons/github/github-original-wordmark.svg +1 -0
  58. data/assets/icons/github/github-original.svg +1 -0
  59. data/assets/icons/github/github.eps +0 -0
  60. data/assets/icons/heroku/heroku-original-wordmark.svg +1 -0
  61. data/assets/icons/heroku/heroku-original.svg +1 -0
  62. data/assets/icons/heroku/heroku-plain-wordmark.svg +1 -0
  63. data/assets/icons/heroku/heroku-plain.svg +1 -0
  64. data/assets/icons/heroku/heroku.eps +0 -0
  65. data/assets/main.scss +11 -0
  66. metadata +150 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: aecdd1f0fa0b62950f00de87dfeb8fdb3a0cae2e
4
+ data.tar.gz: bd2a5c93c693d0991231fd8cf70e77a11eed9289
5
+ SHA512:
6
+ metadata.gz: 6d6b2f3ad0019c6703489b70dce2b9c5aff95162b62bae534dfdcafcfa8c5b8ee025b3de64b6ee56edfe1b386750fd4b159dca120b902c97747fef2818f3e4b9
7
+ data.tar.gz: 28e3eda2482757699ac618c0588656dbf03bbebcea36b690215069750af15ce975d482c0699efebf4a2e1be385d437da93042d247ea28b1fe2811d6516183e70
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Anyelina Moreno Robledo
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.
@@ -0,0 +1,16 @@
1
+ <div class="l-wrap">
2
+ <div class="l-center-wrap icon-media">
3
+ {% if site.twitter_username %}<a href="https://twitter.com/{{site.twitter_username}}"><i class="fab fa-twitter-square fa-3x"></i></a>{% endif %}
4
+ {% if site.github_username %}<a href="https://github.com/{{site.github_username}}"><i class="fab fa-github-square fa-3x"></i></a>{% endif %}
5
+ {% if site.linkedin_username %}<a href="https://www.likedin.com/{{site.twitter_username}}"><i class="fab fa-linkedin fa-3x"></i></a>{% endif %}
6
+ {% if site.dribbble_username %}<a href="https://dribbble.com/{{ site.dribbble_username }}"><i class="fab fa-dribbble-square fa-3x"></i></a>{% endif %}
7
+ {% if site.envelope_username %}<a href="mailto:{{ site.envelope_username }}"><i class="fas fa-envelope-square fa-3x"></i></a>{% endif %}
8
+ {% if site.flickr_username %}<a href="https://flickr.com/{{ site.flickr_username }}"><i class="fab fa-flickr fa-3x"></i></a>{% endif %}
9
+ {% if site.instagram_username %}<a href="https://instagram.com/{{ site.integram_username }}"><i class="fab fa-instagram fa-3x"></i></a>{% endif %}
10
+ {% if site.pinterest_username %}<a href="https://www.pinterest.com/{{ site.pinterest_username }}"><i class="fab fa-pinterest-square fa-3x"></i></a>{% endif %}
11
+ {% if site.rss_username %}<a href="{{ site.baseurl }}/feed.xml"><i class="fas fa-rss-square fa-3x"></i></a>{% endif %}
12
+ {% if site.pinterest_username %}<a href="https://www.pinterest.com/{{site.pinterest_username}}"><i class="fab fa-pinterest-square fa-3x"></i></a>{% endif %}
13
+ {% if site.youtube_username %}<a href="https://www.pinterest.com/{{site.youtube_username}}"><i class="fab fa-youtube fa-3x"></i></a>{% endif %}
14
+ {% if site.google-plus_username %}<a href="https://plus.google.com/{{site.google-plus_username}}"><i class="fab fa-google-plus-square fa-3x"></i></a>{% endif %}
15
+ </div>
16
+ </div>
@@ -0,0 +1,7 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4
+ <title>{{ site.title }}</title>
5
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
6
+ <script defer src="{{ "/assets/fontawesome/js/fontawesome-all.min.js" | relative_url }}" ></script>
7
+ </head>
@@ -0,0 +1,16 @@
1
+ <nav class="navbar">
2
+ {% assign default_paths = site.pages | map: "path" %}
3
+ {% assign page_paths = site.header_pages | default: default_paths %}
4
+
5
+ <div class="navbar-item">
6
+ {% for path in page_paths %}
7
+ {% assign my_page = site.pages | where: "path", path | first %}
8
+ {% if my_page.title %}
9
+ <a class="{% if page.url == my_page.url %}active{% endif %}" href="{{ my_page.url | relative_url }}">
10
+ {{ my_page.title | escape }}
11
+ </a>
12
+ {% endif %}
13
+ {% endfor %}
14
+ </div>
15
+
16
+ </nav>
@@ -0,0 +1,30 @@
1
+ {% if site.theme_jekyll-theme-experiment.portfolio %}
2
+ <div class="l-wrap">
3
+ <div class="l-center-column">
4
+ <hr class="hr-decorator">
5
+ <h1>{{ site.theme_jekyll-theme-experiment.portfolio.title }}</h1>
6
+ </div>
7
+ <div class="l-item">
8
+ {% for project in site.theme_jekyll-theme-experiment.portfolio.projects %}
9
+ <div class="item-container-project">
10
+ <div class="item-project">
11
+ <img src="{{ "{{project.img_relative_url}}" | relative_url }}" alt="{{ project.name }}">
12
+ </div>
13
+ <div class="content-hamburger-menu">
14
+ <input id="toggle-{{ forloop.index }}" type="checkbox">
15
+ <label class="toggle-container" for="toggle-{{ forloop.index }}">
16
+ <span class="button button-toggle"></span>
17
+ <div class="information-project">
18
+ <h3>{{ project.name }}</h3>
19
+ </div>
20
+ </label>
21
+ <nav class="nav">
22
+ <a class="nav-item" href="{{ project.link }}"><i class="fas fa-link"></i></a>
23
+ <a class="nav-item" href="{{ project.github }}"><i class="fab fa-github-alt"></i></a>
24
+ </nav>
25
+ </div>
26
+ </div>
27
+ {% endfor %}
28
+ </div>
29
+ </div>
30
+ {% endif %}
@@ -0,0 +1,13 @@
1
+ {% if site.theme_jekyll-theme-experiment.tools %}
2
+ <div class="l-wrap">
3
+ <div class="l-center-column">
4
+ <hr class="hr-decorator">
5
+ <h1>Tools and experience</h1>
6
+ </div>
7
+ <div class="content-tools">
8
+ {% for tool in site.theme_jekyll-theme-experiment.tools %}
9
+ <img src="{{ "{{tool.relative_url}}" | relative_url }}" alt="">
10
+ {% endfor %}
11
+ </div>
12
+ </div>
13
+ {% endif %}
@@ -0,0 +1,24 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="l-wrap l-around">
6
+ <div class="l-content information-box">
7
+ <hr class="hr-decorator">
8
+ {% if site.theme_jekyll-theme-experiment.about.title %}
9
+ <h1>{{ site.theme_jekyll-theme-experiment.about.title }}</h1>
10
+ {% endif %}
11
+ {% if site.theme_jekyll-theme-experiment.about.description %}
12
+ <h3>{{ site.theme_jekyll-theme-experiment.about.description }}</h3>
13
+ {% endif %}
14
+ </div>
15
+ {% if site.theme_jekyll-theme-experiment.about.avatar %}
16
+ <div class="avatar">
17
+ <img src="{{ site.theme_jekyll-theme-experiment.about.avatar }}" alt="avatar">
18
+ </div>
19
+ {% endif %}
20
+ </div>
21
+
22
+ {% include project.html %}
23
+ {% include tools.html %}
24
+ {% include footer.html %}
@@ -0,0 +1,21 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="l-wrap">
6
+ {% for post in site.posts %}
7
+ <article class="post">
8
+
9
+ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
10
+
11
+ <div class="entry">
12
+ {{ post.excerpt }}
13
+ </div>
14
+
15
+ <a href="{{ site.baseurl }}{{ post.url }}">Read More</a>
16
+ </article>
17
+ <hr class="hr-separator">
18
+ {% endfor %}
19
+ </div>
20
+
21
+ {% include footer.html %}
@@ -0,0 +1,8 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ {% include head.html %}
4
+ <body>
5
+ {% include header.html %}
6
+ {{ content }}
7
+ </body>
8
+ </html>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <article class="l-wrap">
6
+ <div class="l-center-column head-post">
7
+ <hr class="hr-decorator">
8
+ <h1 class="title">{{ site.name }}</h1>
9
+ </div>
10
+ <div class="post">
11
+ {{ content }}
12
+ </div>
13
+ </article>
14
+
15
+ {% include footer.html %}
@@ -0,0 +1,42 @@
1
+ .l-wrap {
2
+ padding: $spacing-unit * 4;
3
+ // min-height: $content-width - $content-width / 2;
4
+ &:nth-child(odd) {
5
+ background-color: $grey-color-light;
6
+ }
7
+ @media screen and (max-width: 1000px ) {
8
+ padding: $spacing-unit * 2 0;
9
+ }
10
+ }
11
+
12
+ .l-around {
13
+ align-items: center;
14
+ display: flex;
15
+ flex-wrap: wrap;
16
+ }
17
+
18
+ .l-content {
19
+ h3 {
20
+ @media screen and (max-width: $on-palm) {
21
+ font-size: 1.2em;
22
+ }
23
+ }
24
+ }
25
+
26
+ .l-center-column {
27
+ align-items: center;
28
+ display: flex;
29
+ flex-flow: column;
30
+ }
31
+
32
+ .l-center-wrap {
33
+ display: flex;
34
+ flex-wrap: wrap;
35
+ justify-content: center;
36
+ }
37
+
38
+ .l-item {
39
+ display: flex;
40
+ flex-flow: row wrap;
41
+ justify-content: space-around;
42
+ }
@@ -0,0 +1,131 @@
1
+ /**
2
+ * Reset some basic elements
3
+ */
4
+ body, h1, h2, h3, h4, h5, h6,
5
+ p, blockquote, pre, hr,
6
+ dl, dd, ol, ul, figure {
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+
11
+ /**
12
+ * Basic styling
13
+ */
14
+ body {
15
+ font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
16
+ color: $grey-color-dark;
17
+ background-color: $background-color;
18
+ -webkit-text-size-adjust: 100%;
19
+ -webkit-font-feature-settings: "kern" 1;
20
+ -moz-font-feature-settings: "kern" 1;
21
+ -o-font-feature-settings: "kern" 1;
22
+ font-feature-settings: "kern" 1;
23
+ font-kerning: normal;
24
+ }
25
+
26
+
27
+
28
+ /**
29
+ * Set `margin-bottom` to maintain vertical rhythm
30
+ */
31
+ h1, h2, h3, h4, h5, h6,
32
+ p, blockquote, pre,
33
+ ul, ol, dl, figure,
34
+ %vertical-rhythm {
35
+ margin-bottom: $spacing-unit / 2;
36
+ }
37
+
38
+
39
+ /**
40
+ * Lists
41
+ */
42
+ ul, ol {
43
+ margin-left: $spacing-unit;
44
+ }
45
+
46
+ li {
47
+ > ul,
48
+ > ol {
49
+ margin-bottom: 0;
50
+ }
51
+ }
52
+
53
+ /**
54
+ * Headings
55
+ */
56
+ h1, h2, h3, h4, h5, h6 {
57
+ font-weight: $base-font-weight;
58
+ }
59
+
60
+ h1 {
61
+ color: $brand-color ;
62
+ }
63
+
64
+ h2 {
65
+ color: $purple-color;
66
+ }
67
+ /**
68
+ * Links
69
+ */
70
+ a {
71
+ color: $brand-color;
72
+ text-decoration: none;
73
+
74
+ &:hover {
75
+ color: $grey-color-dark;
76
+ }
77
+
78
+ .social-media-list &:hover {
79
+ text-decoration: none;
80
+
81
+ .username {
82
+ text-decoration: underline;
83
+ }
84
+ }
85
+ }
86
+
87
+
88
+
89
+
90
+ /**
91
+ * Blockquotes
92
+ */
93
+ blockquote {
94
+ color: $grey-color;
95
+ border-left: 4px solid $grey-color-light;
96
+ padding-left: $spacing-unit / 2;
97
+ // @include relative-font-size(1.125);
98
+ letter-spacing: -1px;
99
+ font-style: italic;
100
+
101
+ > :last-child {
102
+ margin-bottom: 0;
103
+ }
104
+ }
105
+
106
+
107
+ /**
108
+ * Code formatting
109
+ */
110
+ pre,
111
+ code {
112
+ // @include relative-font-size(0.9375);
113
+ border: 1px solid $grey-color-light;
114
+ border-radius: 3px;
115
+ background-color: #eef;
116
+ }
117
+
118
+ code {
119
+ padding: 1px 5px;
120
+ }
121
+
122
+ pre {
123
+ padding: 8px 12px;
124
+ overflow-x: auto;
125
+
126
+ > code {
127
+ border: 0;
128
+ padding-right: 0;
129
+ padding-left: 0;
130
+ }
131
+ }
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Syntax highlighting styles
3
+ */
4
+ .highlight {
5
+ background: #fff;
6
+ @extend %vertical-rhythm;
7
+
8
+ .highlighter-rouge & {
9
+ background: #eef;
10
+ }
11
+
12
+ .c { color: #998; font-style: italic } // Comment
13
+ .err { color: #a61717; background-color: #e3d2d2 } // Error
14
+ .k { font-weight: bold } // Keyword
15
+ .o { font-weight: bold } // Operator
16
+ .cm { color: #998; font-style: italic } // Comment.Multiline
17
+ .cp { color: #999; font-weight: bold } // Comment.Preproc
18
+ .c1 { color: #998; font-style: italic } // Comment.Single
19
+ .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
20
+ .gd { color: #000; background-color: #fdd } // Generic.Deleted
21
+ .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
22
+ .ge { font-style: italic } // Generic.Emph
23
+ .gr { color: #a00 } // Generic.Error
24
+ .gh { color: #999 } // Generic.Heading
25
+ .gi { color: #000; background-color: #dfd } // Generic.Inserted
26
+ .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
27
+ .go { color: #888 } // Generic.Output
28
+ .gp { color: #555 } // Generic.Prompt
29
+ .gs { font-weight: bold } // Generic.Strong
30
+ .gu { color: #aaa } // Generic.Subheading
31
+ .gt { color: #a00 } // Generic.Traceback
32
+ .kc { font-weight: bold } // Keyword.Constant
33
+ .kd { font-weight: bold } // Keyword.Declaration
34
+ .kp { font-weight: bold } // Keyword.Pseudo
35
+ .kr { font-weight: bold } // Keyword.Reserved
36
+ .kt { color: #458; font-weight: bold } // Keyword.Type
37
+ .m { color: #099 } // Literal.Number
38
+ .s { color: #d14 } // Literal.String
39
+ .na { color: #008080 } // Name.Attribute
40
+ .nb { color: #0086B3 } // Name.Builtin
41
+ .nc { color: #458; font-weight: bold } // Name.Class
42
+ .no { color: #008080 } // Name.Constant
43
+ .ni { color: #800080 } // Name.Entity
44
+ .ne { color: #900; font-weight: bold } // Name.Exception
45
+ .nf { color: #900; font-weight: bold } // Name.Function
46
+ .nn { color: #555 } // Name.Namespace
47
+ .nt { color: #000080 } // Name.Tag
48
+ .nv { color: #008080 } // Name.Variable
49
+ .ow { font-weight: bold } // Operator.Word
50
+ .w { color: #bbb } // Text.Whitespace
51
+ .mf { color: #099 } // Literal.Number.Float
52
+ .mh { color: #099 } // Literal.Number.Hex
53
+ .mi { color: #099 } // Literal.Number.Integer
54
+ .mo { color: #099 } // Literal.Number.Oct
55
+ .sb { color: #d14 } // Literal.String.Backtick
56
+ .sc { color: #d14 } // Literal.String.Char
57
+ .sd { color: #d14 } // Literal.String.Doc
58
+ .s2 { color: #d14 } // Literal.String.Double
59
+ .se { color: #d14 } // Literal.String.Escape
60
+ .sh { color: #d14 } // Literal.String.Heredoc
61
+ .si { color: #d14 } // Literal.String.Interpol
62
+ .sx { color: #d14 } // Literal.String.Other
63
+ .sr { color: #009926 } // Literal.String.Regex
64
+ .s1 { color: #d14 } // Literal.String.Single
65
+ .ss { color: #990073 } // Literal.String.Symbol
66
+ .bp { color: #999 } // Name.Builtin.Pseudo
67
+ .vc { color: #008080 } // Name.Variable.Class
68
+ .vg { color: #008080 } // Name.Variable.Global
69
+ .vi { color: #008080 } // Name.Variable.Instance
70
+ .il { color: #099 } // Literal.Number.Integer.Long
71
+ }
@@ -0,0 +1,14 @@
1
+ .avatar {
2
+ flex-grow: 1;
3
+ img {
4
+ margin: 0 auto;
5
+ display: block;
6
+ width: 250px;
7
+ }
8
+ }
9
+
10
+ .icon-media {
11
+ a {
12
+ margin: 0 $spacing-unit / 3 ;
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ .content-tools {
2
+ box-shadow: 0 0 1em $grey-color;
3
+ display: flex;
4
+ flex-wrap: wrap;
5
+ justify-content: center;
6
+ padding: $spacing-unit;
7
+ margin: $spacing-unit;
8
+ min-width: 200px;
9
+ img {
10
+ margin: 15px;
11
+ height: 50px;
12
+ width: 50px;
13
+ }
14
+ }
@@ -0,0 +1,17 @@
1
+
2
+ .hr-decorator {
3
+ width: 300px;
4
+ border-radius: 200px /8px;
5
+ height: 0px;
6
+ box-shadow: 0 0 1em $brand-color;
7
+ margin: $spacing-unit 0;
8
+ @media screen and (max-width: 320px) {
9
+ width: 250px;
10
+ }
11
+ }
12
+
13
+ .hr-separator {
14
+ height: 0px;
15
+ box-shadow: 0 0 1em $brand-color;
16
+ width: 100%;
17
+ }
@@ -0,0 +1,8 @@
1
+ .information-box {
2
+ padding: $spacing-unit;
3
+ flex-basis: $content-width - $content-width / 4;
4
+ flex-grow: 1;
5
+ @media screen and (max-width: $on-palm + $spacing-unit * 3) {
6
+ flex-basis: 0;
7
+ }
8
+ }
@@ -0,0 +1,22 @@
1
+ .navbar {
2
+ box-shadow: 0 0 0.2em $grey-color;
3
+ position: fixed;
4
+ text-align: right;
5
+ background-color: $purple-color;
6
+ width: 100%;
7
+ z-index: 10;
8
+ .navbar-item {
9
+ padding: $spacing-unit / 2;
10
+ text-transform: uppercase;
11
+ & > a {
12
+ font-weight: bold;
13
+ padding: 0 $spacing-unit / 2;
14
+ }
15
+ & > a:hover {
16
+ color: $grey-color-light;
17
+ }
18
+ & .active {
19
+ color: $grey-color-light;
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ .head-post {
2
+ border: none;
3
+ & > h1 {
4
+ color: $brand-color;
5
+ font-size: 45px;
6
+ font-weight: bold;
7
+ @media screen and (max-width: $on-palm) {
8
+ font-size: 2em;
9
+ }
10
+ }
11
+ }
12
+
13
+ .post {
14
+ padding: $spacing-unit $spacing-unit * 8;
15
+ margin: $spacing-unit 0;
16
+ border: none;
17
+ font-size: 20px;
18
+
19
+ @media screen and (max-width: 800px) {
20
+ padding: $spacing-unit ;
21
+ }
22
+ }