diff --git a/app/assets/css/skills.css b/app/assets/css/skills.css
index f523d1f..f9a8249 100755
--- a/app/assets/css/skills.css
+++ b/app/assets/css/skills.css
@@ -17,22 +17,6 @@
& .bottom {
align-items: center;
}
-
- & .image-container {
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- & .skill-card {
- display: flex;
- flex-direction: row;
- align-items: center;
-
- &.reverse {
- flex-direction: row-reverse;
- }
- }
}
@media (width <= 1601px) {
diff --git a/app/assets/css/teaser.css b/app/assets/css/teaser.css
new file mode 100644
index 0000000..60a85e8
--- /dev/null
+++ b/app/assets/css/teaser.css
@@ -0,0 +1,43 @@
+.Teaser {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+
+ & .image-container {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+
+ &.right {
+ flex-direction: row-reverse;
+ }
+}
+
+
+@media (width <= 1601px) {
+ .Teaser {
+ flex: 1 0 300px;
+ flex-direction: column;
+ text-align: center;
+ justify-content: start;
+
+ &.right {
+ flex-direction: column;
+ }
+
+ & h3 {
+ text-align: center;
+ }
+
+ & .text-container,
+ & .text-container main {
+ height: 100%;
+ }
+
+ & .image-container img {
+ width: 100%;
+ height: auto;
+ }
+ }
+}
\ No newline at end of file
diff --git a/app/components/Card.vue b/app/components/Card.vue
new file mode 100644
index 0000000..2a077ad
--- /dev/null
+++ b/app/components/Card.vue
@@ -0,0 +1,15 @@
+
+
{{t}}
-Neben den klassischen Webentwicklungsstandards JavaScript, HTML und CSS biete ich außerdem folgende Technologien.
-