brutalism - meetingcpp · brutalism. web design. hey, thats how i write web sites! checklist. my...

Post on 28-May-2020

7 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

BRUTALISM

Web Design

Hey, thats how I write web sites!

Checklist

My CMS – HTML, CSS mostly

My own CMS – get away from frameworks

Modern CSS

No JavaScript!

Checkbox hack

Responsive CSS

● Then– Flexbox

– Frameworks to create grids

● Now– Flexbox

– CSS Grid

CSS Grid Examples

CSS Grid Examples

<ul class=”grid”><li></li>

<li></li>

</ul>

css: list-style:none;

In HTML

<div class=”grid”><div class=”cell”>

*

</div>

</div>

Transitions & Animations

● Any element– Any property

● @keyframes– from – to

– %

● Duration– Once

– n times

– Infinite

● No State– Except checkboxes...

Modern CSS

● Checkbox hack– Toggle properties of CSS

– Menus

● CSS Grid– Easy, responsive Layout

● Animations

Closing Keynote

● Nicolai Josuttis– C++ Committee Member

– Trainer

– Book Author

Closing Keynote

● Nicolai Josuttis– C++ Committee Member

– Trainer

– Book Author

top related