Working with chx was like having the lead engineer of the best formula-1 team tune your car! I do not think anyone knows Drupal 8 migration better (because he wrote the code). He is a professional developer and a kind person in one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="search__iconwrap"> | |
<a class="search__link" title="{{ 'Go to the search page'|t }}" href="{{ path('search.view') }}"> | |
{% include active_theme_path() ~ '/images/svg/search.svg' %} | |
</a> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Halló! Sarki Pizza? | |
- Nem Uram, ez Google Pizza! | |
- Óh, bocsánat, akkor rossz számot hívtam... | |
- Nem Uram, jó számot hívott! Csak a Google megvásárolta az üzletet. | |
- Oké. Akkor szeretnék rendelni... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if node.created.value and node.changed.value is defined %} | |
{% set node_pub = node.created.value|format_date() %} | |
{% set node_upd = node.changed.value|format_date() %} | |
<p> | |
{% trans %} | |
Published: {{ node_pub|placeholder|striptags }}, | |
last updated: {{ node_upd|placeholder|striptags }} | |
{% endtrans %} | |
</p> | |
{% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set current_date = date()|date('U')|format_date('short') %} | |
<p> | |
{% trans %} | |
The current date is {{ current_date|placeholder|striptags }} | |
{% endtrans %} | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
{{ 'All rights reserved 2015–'|t }}{{ 'now'|date('Y') }}. | |
</p> |
Video: https://vimeo.com/134190982
Have you ever been taught that “modularizing” CSS via an endless number of “reusable” object-like “classes” is the “proper” way to use CSS on “large-scale websites”, or have you taught others that these are “best practices”? Do you think there’s a difference between the term “large-scale websites” and “enterprise websites”? When I say “inheritance” and “specificity”, do you feel dirty?
If you answered yes to the above questions, then you, my friend, are going to absolutely hate this session.
Slides: http://slideshare.net/stephenhay/the-backsideoftheclass
About Stephen: http://the-haystack.com
More about CSS Day: http://cssday.nl or https://twitter.com/cssdayconf