27 Dec 2019 Uncategorized

Highlight.js is included

This is an intro paragraph created with a shortcode

W95 theme includes highlighter.js for code snippets formatting. To use it, just add <pre><code>Your code</code></pre>

/**
 * Limit excerpt to a number of characters without cutting last word
 * 
 * @param string $excerpt
 * @return string
 */
function custom_short_excerpt($excerpt){
	$limit = 200;

	if (strlen($excerpt) > $limit) {
		return substr($excerpt, 0, strpos($excerpt, ' ', $limit));
	}

	return $excerpt;
}

add_filter('the_excerpt', 'custom_short_excerpt');

Béton brut (french for raw concrete) is a smooth architectural surface made out of concrete. The concrete is left unfinished or roughly-finished after casting and it remains exposed visually. The final surface often shows the forms and structures of the formwork.

The best known proto-Brutalist architecture is the work of the Swiss architect Le Corbusier, in particular his 1952 Unité d’habitation in France and the 1953 Secretariat Building (Palace of Assembly) in Chandigarh, India. Brutalism gained considerable momentum in the United Kingdom during the mid-twentieth century, as economically depressed (and World War II-ravaged) communities sought inexpensive construction and design methods for low-cost housing, shopping centres, and government buildings.

This is a left side pull-quote created with a shortcode

Nonetheless, many architects chose the Brutalist style even when they had large budgets, as they appreciated the ‘honesty’, the sculptural qualities, and perhaps, the uncompromising, anti-bourgeois, nature of the style.

The use of béton brut was pioneered by Auguste Perret and other modern architects. It was used in such buildings as Unité d’Habitation in the early part of the twentieth century. It flourished as a part of the brutalist architecture of the 1960s and 70s.

This is a right side pull-quote created with a shortcode

This largely gave way to structural expressionism as steel structures became more advanced and viable. Wood-imprinted concrete is still very popular in landscaping especially in some of the western European countries.

signature