Skip to content

Commit

Permalink
20224-04-09 lecture-notes angular demo fertig
Browse files Browse the repository at this point in the history
  • Loading branch information
htl-leonding committed Apr 10, 2024
1 parent 95c9940 commit 30a4fc5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions asciidocs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1138,13 +1138,13 @@ image::panache-overview.png[]

==== Übung Qute

** Erstellen Sie zu Ihrem Microprojekt eine HTML-Seite zum Upload einer Tabellenzeile
* Erstellen Sie zu Ihrem Microprojekt eine HTML-Seite zum Upload einer Tabellenzeile

** Erstellen Sie weiters ein Qute-Template (type-safe), dass diese Tabelle als List mit Bildern ausgibt (https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Card[Cards^])
* Erstellen Sie weiters ein Qute-Template (type-safe), dass diese Tabelle als List mit Bildern ausgibt (https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Card[Cards^])

** Verwenden Sie https://www.webjars.org/[webjars^], um js-Libraries einzubinden, zB https://htmx.org/[htmx^] oder https://picnicss.com/[picnic]
* Verwenden Sie https://www.webjars.org/[webjars^], um js-Libraries einzubinden, zB https://htmx.org/[htmx^] oder https://picnicss.com/[picnic]

** https://www.svgrepo.com/collections/[SVG-Icons und Grafiken^]
* https://www.svgrepo.com/collections/[SVG-Icons und Grafiken^]

.pom.xml
[source,xml]
Expand All @@ -1169,10 +1169,12 @@ image::panache-overview.png[]
<link rel="icon" href="/img/favicon.ico">
<title>SVG-Animator</title>
...
</head>
</html>
----

** https://htl-leonding-college.github.io/quarkus-lecture-notes/qute.html
** https://quarkus.io/guides/qute-reference[Qute Reference Guide]
* https://htl-leonding-college.github.io/quarkus-lecture-notes/qute.html
* https://quarkus.io/guides/qute-reference[Qute Reference Guide]


== WebSockets
Expand Down Expand Up @@ -1261,7 +1263,7 @@ image::rx-observables.png[]
* sp ... für Text / Schrift


== 2024-04-09 Angualar
== 2024-04-09 Angular Demo App

https://picocss.com/

Expand Down

0 comments on commit 30a4fc5

Please sign in to comment.