# Tanulási alternatívák

## Ajánlott irodalom

* Kezdő
  * Mark Pilgrim - HTML5 az új szabvány
  * [Mark Pilgrim - Dive Into HTML5](http://diveintohtml5.info/)
  * Zoe Mickley Gillenwater - Rugalmas webtervek
  * Virginia DeBolt - Html és CSS - Webszerkesztés stílusosan
  * Eric A. Meyer - CSS zsebkönyv
  * [Flavio Copes - The CSS Handbook](https://pages.convertkit.com/96341da1b1/f37b562c91)
  * [Nagy Gusztáv - Webes Programozás](http://nagygusztav.hu/sites/default/files/csatol/web_programozas_-_szines.pdf)
  * Virágvölgyi Péter - A tipográfia mestersége számítógéppel
* Haladó
  * [Front-end Developer Handbook 2019](https://frontendmasters.com/books/front-end-handbook/2019/)
  * [Jeremy Keith - Resilient Web Design](https://resilientwebdesign.com/)
  * Johannes Itten - A színek művészete
  * Maczó Péter - Ön itt áll - Az infodesignról
  * [Brad Frost - Atomic Design](http://atomicdesign.bradfrost.com/table-of-contents/)
  * Steve Krug - Ne törd a fejem!
  * Susan M. Weinschenk - 100 dolog amit minden tervezőnek tudnia kell az emberekről
  * Donald Norman - The Design of Everyday Things

## Online Tanfolyamok

* Kezdő
  * [Learn HTML (Codeacademy)](https://www.codecademy.com/learn/learn-html)
  * [Learn CSS (Codeacademy)](https://www.codecademy.com/learn/learn-css)
  * [Make a website](https://www.codecademy.com/learn/make-a-website)
  * [CSS Basics](https://www.edx.org/course/css-basics-w3cx-css-0x-0)
  * [HTML5 and CSS Fundamentals](https://www.edx.org/course/html5-css-fundamentals-w3cx-html5-0x)
  * [FreeCodeCamp](https://www.freecodecamp.org/)
  * [Introduction to HTML (Scrimba)](https://scrimba.com/g/ghtml)
  * [Introduction to CSS (Scrimba)](https://scrimba.com/g/gintrotocss)
  * [UI design course (Scrimba)](https://scrimba.com/p/prpYaAy/cEKWgWSN)
* Haladó
  * [Learn GIT (Codeacademy)](https://www.codecademy.com/learn/learn-git)
  * [JavaScript Introduction (EDX)](https://www.edx.org/course/javascript-introduction-2)
  * [Introduction to React (EDX)](https://www.edx.org/course/introduction-to-reactjs-3)
  * [Introduction to jQuery (EDX)](https://www.edx.org/course/introduction-to-jquery-3)

## Weboldalak

* [CSS Tricks](https://css-tricks.com/)
* [30 Seconds of CSS](https://30-seconds.github.io/30-seconds-of-css/)
* [Flexbox Patterns](https://www.flexboxpatterns.com/)
* [Smashing Magazine](https://www.smashingmagazine.com/)

## Játékok

* [CSS Dinner](https://flukeout.github.io/)
* [Flexbox Froggy](http://flexboxfroggy.com/)
* [Grid Garden](http://cssgridgarden.com/)
* [Flexbox Deffense](http://www.flexboxdefense.com/)
* [Flexbox Zombies](https://flexboxzombies.com/p/flexbox-zombies)
* [CSSBattle](https://cssbattle.dev/)

## Hírlevelek

* [CSS Weekly](http://css-weekly.com/archives/)
* [Frontend Focus](https://frontendfoc.us/)

## Meetupok

* [Frontend Fighters Budapest](https://www.meetup.com/Frontend-Fighters-Budapest/)
* [Frontend Meetup Budapest](https://www.meetup.com/Frontend-Meetup-Budapest/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://digikiad.gitbook.io/digitalis-kiadvanyok/fueggelek/tanulasi-alternativak.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
