refactor project structure
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b775686777
commit
2588a4c6fb
@ -1,7 +1,6 @@
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY ./css /var/www/html/css
|
COPY ./src /var/www/html
|
||||||
COPY ./screens /var/www/html/screens
|
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
@ -31,9 +31,5 @@ http {
|
|||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location =/ {
|
|
||||||
return 302 https://webdesign-befmp.deploy.cat/screens/home.html;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Animationen</title>
|
<title>Animationen</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/animations.css">
|
<link rel="stylesheet" href="../css/animations.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Keyframes</title>
|
<title>Keyframes</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/animations.css">
|
<link rel="stylesheet" href="../css/animations.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Flexbox-Allgemein</title>
|
<title>Flexbox-Allgemein</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/flexbox.css">
|
<link rel="stylesheet" href="../css/flexbox.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Flexbox-Eigenschaften</title>
|
<title>Flexbox-Eigenschaften</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/flexbox.css">
|
<link rel="stylesheet" href="../css/flexbox.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Flexbox-Unterelemente</title>
|
<title>Flexbox-Unterelemente</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/flexbox.css">
|
<link rel="stylesheet" href="../css/flexbox.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Grid-Allgemein</title>
|
<title>Grid-Allgemein</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/grid.css">
|
<link rel="stylesheet" href="../css/grid.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Grid-Container</title>
|
<title>Grid-Container</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/grid.css">
|
<link rel="stylesheet" href="../css/grid.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Grid-Items</title>
|
<title>Grid-Items</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/grid.css">
|
<link rel="stylesheet" href="../css/grid.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Home</title>
|
<title>Home</title>
|
||||||
<link rel="stylesheet" href="../css/layout.css">
|
<link rel="stylesheet" href="css/layout.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
<a href="flexbox/allgemeines.html">Flexbox-Layout</a>
|
<a href="flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||||
<a href="grid/allgemeines.html">Grid-Layout</a>
|
<a href="grid/allgemeines.html">Grid-Layout</a>
|
||||||
<a href="text_styling/allgemeines.html">Text-Styling</a>
|
<a href="text_styling/allgemeines.html">Text-Styling</a>
|
||||||
<a href="../position/allgemeines.html">Position-Eigenschaft</a>
|
<a href="position/allgemeines.html">Position-Eigenschaft</a>
|
||||||
<a href="animation/animations.html">Animationen</a>
|
<a href="animation/animations.html">Animationen</a>
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Animationen</title>
|
<title>Animationen</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/position.css">
|
<link rel="stylesheet" href="../css/position.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -19,11 +19,11 @@
|
|||||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||||
<a href="../position/allgemeines.html">Position-Eigenschaft</a>
|
<a href="/allgemeines.html">Position-Eigenschaft</a>
|
||||||
<a href="../animation/animations.html">Animationen</a>
|
<a href="../animation/animations.html">Animationen</a>
|
||||||
</nav>
|
</nav>
|
||||||
<nav class="navigationbar">
|
<nav class="navigationbar">
|
||||||
<a href="./">Positionen</a>
|
<a href="">Positionen</a>
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Styling-Allgemein</title>
|
<title>Styling-Allgemein</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/text_styling.css">
|
<link rel="stylesheet" href="../css/text_styling.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
@ -6,8 +6,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Styling-Beispiele</title>
|
<title>Styling-Beispiele</title>
|
||||||
<link rel="stylesheet" href="../../css/layout.css">
|
<link rel="stylesheet" href="../css/layout.css">
|
||||||
<link rel="stylesheet" href="../../css/text_styling.css">
|
<link rel="stylesheet" href="../css/text_styling.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
Loading…
Reference in New Issue
Block a user