Initial commit
This commit is contained in:
11
HTML/html-kurs/Praxis/impressum.html
Normal file
11
HTML/html-kurs/Praxis/impressum.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Impressum</title>
|
||||
<link rel="stylesheet" type="text/css" href="src/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
11
HTML/html-kurs/Praxis/index.html
Normal file
11
HTML/html-kurs/Praxis/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Startseite</title>
|
||||
<link rel="stylesheet" type="text/css" href="src/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
11
HTML/html-kurs/Praxis/kontakt.html
Normal file
11
HTML/html-kurs/Praxis/kontakt.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Kontakt</title>
|
||||
<link rel="stylesheet" type="text/css" href="src/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
11
HTML/html-kurs/Praxis/leistungen.html
Normal file
11
HTML/html-kurs/Praxis/leistungen.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Leistungen</title>
|
||||
<link rel="stylesheet" type="text/css" href="src/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
10
HTML/html-kurs/Praxis/src/css/styles.css
Normal file
10
HTML/html-kurs/Praxis/src/css/styles.css
Normal file
@@ -0,0 +1,10 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Raleway&display=swap');
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Raleway, Lato, "Helvetica Neue", Arial, sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
BIN
HTML/html-kurs/Praxis/src/img/hintergrund-klein.jpg
Normal file
BIN
HTML/html-kurs/Praxis/src/img/hintergrund-klein.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
BIN
HTML/html-kurs/Praxis/src/img/hintergrund.jpg
Normal file
BIN
HTML/html-kurs/Praxis/src/img/hintergrund.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 KiB |
BIN
HTML/html-kurs/Praxis/src/img/services-sprite.png
Normal file
BIN
HTML/html-kurs/Praxis/src/img/services-sprite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
HTML/html-kurs/Praxis/src/img/webdesign-logo-klein.png
Normal file
BIN
HTML/html-kurs/Praxis/src/img/webdesign-logo-klein.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
HTML/html-kurs/Praxis/src/img/webdesign-logo-vertical.png
Normal file
BIN
HTML/html-kurs/Praxis/src/img/webdesign-logo-vertical.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
HTML/html-kurs/Praxis/src/img/webdesign-logo.png
Normal file
BIN
HTML/html-kurs/Praxis/src/img/webdesign-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Reference in New Issue
Block a user