Skip to content

Commit c9c483a

Browse files
Marc HaunschildMarc Haunschild
Marc Haunschild
authored and
Marc Haunschild
committed
ADD visual
1 parent e78c53d commit c9c483a

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

config.codekit3

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
"oAP": "/course/index.html",
3939
"oF": 0
4040
},
41+
"/readme.html": {
42+
"cB": 0,
43+
"ft": 8192,
44+
"hM": 0,
45+
"oA": 0,
46+
"oAP": "/readme.html",
47+
"oF": 0
48+
},
4149
"/readme.md": {
4250
"cB": 0,
4351
"cS": 0,

readme.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
</head>
6+
<body>
7+
8+
<h1 id="maltacademytalkbasicsofhtmlandcss">malt academy Talk &#8220;Basics of HTML and CSS&#8221;</h1>
9+
10+
<figure>
11+
<img src="https://raw.githubusercontent.com/MarcHaunschild/malt-talk-css-html-basics/master/assets/300420_Basics_HTML_CSS_EN.png" alt="alt text" title="Logo Title Text 1" />
12+
<figcaption>alt text</figcaption>
13+
</figure>
14+
15+
<p>Here you find the source code from the Malt academy talk &#8220;Basics of HTML and CSS&#8221;</p>
16+
17+
</body>
18+
</html>
19+

readme.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
Here you find the source code from the Malt academy talk "Basics of HTML and CSS"
1+
# malt academy Talk "Basics of HTML and CSS"
2+
3+
![alt text](https://raw.githubusercontent.com/MarcHaunschild/malt-talk-css-html-basics/master/assets/300420_Basics_HTML_CSS_EN.png "Logo Title Text 1")
4+
5+
6+
Here you find the source code from the Malt academy talk "Basics of HTML and CSS"

0 commit comments

Comments
 (0)