Skip to content

Commit

Permalink
Merge pull request #38 from anicoto/07-06-18-redesign-anilu
Browse files Browse the repository at this point in the history
07 06 18 redesign anilu
  • Loading branch information
nerdstein authored Aug 21, 2018
2 parents ac2adaa + be89125 commit 227aa51
Show file tree
Hide file tree
Showing 170 changed files with 6,183 additions and 937 deletions.
2,535 changes: 1,747 additions & 788 deletions design-library/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion design-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"typey": "^1.1.1"
},
"dependencies": {
"gulp": "^4.0.0"
"gulp": "^4.0.0",
"gulp-update": "0.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
"search_id": "search",
"search_name": "Blog search",
"search_placeholder": "Search",
"search_icon": "/images/svg/search.svg"
}
{}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<span class="search">
<input type="search" id="{{ search_id }}" name="{{ search_name }}" placeholder="{{ search_placeholder }}">
<input type="search" id="search" name="blog-search" placeholder="search">
</span>
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@
"1": {
"tag_name": "Cloud",
"tag_icon_url": "/images/svg/politics-2.svg",
"tag_color": "#b10283",
"tag_background": "#fff",
"tag_color": "highlight-tag--purple",
"tag_link_url": "http://nerdstein.net"
},
"2": {
"tag_name": "Drupal",
"tag_icon_url": "/images/svg/drupal-2.svg",
"tag_color": "#0a509b",
"tag_color": "highlight-tag--blue",
"tag_link_url": "http://nerdstein.net"
},
"3": {
"tag_name": "Cats",
"tag_icon_url": "/images/svg/sports-2.svg",
"tag_color": "#008e8e",
"tag_color": "highlight-tag--green",
"tag_link_url": "http://nerdstein.net"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"content_url": "/category/sports"
}
],
"search_id": "search",
"search_name": "Blog search",
"search_placeholder": "Search",
"social_media": [
{
"name":"Twitter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
} %}
</div>
<div class="grid-cell grid-cell--content">
{% include "@atoms/search.twig" with {
"search_id":search_id,
"search_name":search_name,
"search_placeholder":search_placeholder
} %}
{% include "@atoms/search.twig" %}
</div>
<div class="grid-cell grid-cell--content">
{% include "@molecules/social-media.twig" with {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.list-post {
border-bottom: 1px solid $light-gray;
margin-bottom: 1em;

.list-post-body {
display: block;

}
display: block;
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<div class="list-post">

<div class="list-post-body">
{% include "@atoms/list-title.twig" with {"title": title} %}
{% include "@molecules/blog-tags.twig" with {"tag_list": tag_list} %}
{% include "@atoms/list-posted-on.twig" %}
{% include "@atoms/list-body.twig" %}
</div>

{% include "@atoms/list-title.twig" with {"title": title} %}
{% include "@molecules/blog-tags.twig" with {"tag_list": tag_list} %}
{% include "@atoms/list-posted-on.twig" %}
{% include "@atoms/list-body.twig" %}
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"content_url": "/category/sports"
}
],
"search_id": "search",
"search_name": "Blog search",
"search_placeholder": "Search",
"social_media": [
{
"name":"Twitter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"nav_message": nav_message,
"nav_link": nav_link,
"sidebar_menulist": sidebar_menulist,
"search_id": search_id,
"search_name": search_name,
"search_placeholder": search_placeholder,
"social_media": social_media,
"heading": heading,
"sidebar_list": sidebar_list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"content_url": "/category/sports"
}
],
"search_id": "search",
"search_name": "Blog search",
"search_placeholder": "Search",
"social_media": [
{
"name": "Twitter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"nav_message": nav_message,
"nav_link": nav_link,
"sidebar_menulist": sidebar_menulist,
"search_id": search_id,
"search_name": search_name,
"search_placeholder": search_placeholder,
"social_media": social_media,
"heading": heading,
"sidebar_list": sidebar_list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"content_url": "/category/sports"
}
],
"search_id": "search",
"search_name": "Blog search",
"search_placeholder": "Search",
"social_media": [
{
"name": "Twitter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"nav_message": nav_message,
"nav_link": nav_link,
"sidebar_menulist": sidebar_menulist,
"search_id": search_id,
"search_name": search_name,
"search_placeholder": search_placeholder,
"social_media": social_media,
"heading": heading,
"sidebar_list": sidebar_list
Expand Down
4 changes: 4 additions & 0 deletions html/css/pattern-scaffolding.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
cursor: pointer;
}

.sg-subtype {
text-transform: capitalize;
}

.sg-colors {
display: -webkit-box;
display: -ms-flexbox;
Expand Down
26 changes: 25 additions & 1 deletion html/css/style.css

Large diffs are not rendered by default.

Binary file added html/images/@2xdrupal-assoc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/@2xdrupal-coffee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/@2xsimple-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/drupal-assoc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/drupal-coffee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xback-end-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xback-end.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xdevelopment-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xdevelopment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xdrupal-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xdrupal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xfront-end-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xfront-end.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xmenu-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xmenu-arrow-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xmenu-arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xmenu-cerrar-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xmenu-cerrar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xmenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xpeople-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xpeople.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xpolitics-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xpolitics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xrs-facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xrs-linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/icons/@2xrs-twitter.png
Binary file added html/images/icons/@2xsearch.png
Binary file added html/images/icons/@2xsecurity-2.png
Binary file added html/images/icons/@2xsecurity.png
Binary file added html/images/icons/@2xsports-2.png
Binary file added html/images/icons/@2xsports.png
Binary file added html/images/icons/@2xtutorials-2.png
Binary file added html/images/icons/@2xtutorials.png
Binary file added html/images/icons/back-end-2.png
Binary file added html/images/icons/back-end.png
Binary file added html/images/icons/development-2.png
Binary file added html/images/icons/development.png
Binary file added html/images/icons/drupal-2.png
Binary file added html/images/icons/drupal.png
Binary file added html/images/icons/front-end-2.png
Binary file added html/images/icons/front-end.png
Binary file added html/images/icons/menu-2.png
Binary file added html/images/icons/menu-arrow-2.png
Binary file added html/images/icons/menu-arrow.png
Binary file added html/images/icons/menu-cerrar-2.png
Binary file added html/images/icons/menu-cerrar.png
Binary file added html/images/icons/menu.png
Binary file added html/images/icons/people-2.png
Binary file added html/images/icons/people.png
Binary file added html/images/icons/politics-2.png
Binary file added html/images/icons/politics.png
Binary file added html/images/icons/rs-facebook.png
Binary file added html/images/icons/rs-linkedin.png
Binary file added html/images/icons/rs-twitter.png
Binary file added html/images/icons/search.png
Binary file added html/images/icons/security-2.png
Binary file added html/images/icons/security.png
Binary file added html/images/icons/sports-2.png
Binary file added html/images/icons/sports.png
Binary file added html/images/icons/tutorials-2.png
Binary file added html/images/icons/tutorials.png
Binary file added html/images/logos/@2xDrupal-assoc.png
Binary file added html/images/logos/@2xDrupal-coffee.png
Binary file added html/images/logos/@2xSimple-test.png
Binary file added html/images/logos/@2x_logo_nerdstein.png
Binary file added html/images/logos/Drupal-assoc.png
Binary file added html/images/logos/Drupal-coffee.png
Binary file added html/images/logos/Simple-test.png
Binary file added html/images/logos/favicon.png
Binary file added html/images/logos/logo_nerdstein.png
Binary file added html/images/logos/logo_nerdstein_whiteborder.png
Binary file modified html/images/nerdstein_11.png
Binary file added html/images/simple-test.png
10 changes: 10 additions & 0 deletions html/images/svg/back-end-2.svg
10 changes: 10 additions & 0 deletions html/images/svg/back-end.svg
13 changes: 13 additions & 0 deletions html/images/svg/development-2.svg
13 changes: 13 additions & 0 deletions html/images/svg/development.svg
10 changes: 10 additions & 0 deletions html/images/svg/drupal-2.svg
10 changes: 10 additions & 0 deletions html/images/svg/drupal.svg
17 changes: 17 additions & 0 deletions html/images/svg/front-end-2.svg
Loading

0 comments on commit 227aa51

Please sign in to comment.