Compare commits

..

31 Commits

Author SHA1 Message Date
3b6f78c981 Merge pull request 'feature-geri' (#26) from feature-geri into main
Reviewed-on: #26
2026-03-12 12:09:33 +01:00
3c14d65b2c Merge pull request 'new website crepes' (#25) from feature-yssa into main
Reviewed-on: #25
Wunderbar! :)
2026-03-12 11:38:32 +01:00
0a22fa7a20 Merge branch 'main' into feature-yssa 2026-03-12 11:37:53 +01:00
Ysabelle Moser
fe7763b2f9 neue anpassungen 2026-03-12 11:36:07 +01:00
Ysabelle Moser
4a1e42baf8 new website crepes 2026-03-12 11:32:09 +01:00
8f6d4bf984 Add marlo html file 2026-03-12 11:13:58 +01:00
9504a5e03a Add marlo html file 2026-03-12 11:04:42 +01:00
c9c3138440 Merge pull request 'add file' (#16) from feature-alisa-olsson into main
Reviewed-on: #16
2026-03-12 10:53:42 +01:00
Alisa Cantillo-Olsson
d5ecd9dd82 add html file 2026-03-12 10:52:23 +01:00
d4c9e87060 add marlo file 2026-03-12 10:51:58 +01:00
55f86ee4b6 Merge pull request 'add file' (#18) from feature-lara into main
Passt :) Reviewed-on: #18
2026-03-12 10:51:42 +01:00
Lara
17f7908c4a add file 2026-03-12 10:48:45 +01:00
a570e50794 Merge pull request 'add file' (#17) from edina into main
Reviewed-on: #17
Alles top!
2026-03-12 10:45:41 +01:00
dnjle
04a4e3c881 add file 2026-03-12 10:42:16 +01:00
23b3140e5e Weitere Änderung von Geri 2026-03-12 10:39:26 +01:00
0cccc45026 Merge pull request 'add file' (#4) from feature-lara into main
Reviewed-on: #4
Ok
2026-03-12 10:37:35 +01:00
8d02a7910f Merge pull request 'anthony's branch inkl. html-Datei erstellen' (#5) from feature-anthony into main
Reviewed-on: #5
2026-03-12 10:34:48 +01:00
dnjle
fe60e9220a add file 2026-03-12 10:32:01 +01:00
7c5d3d638c Merge pull request 'add steffikottmann.txt' (#13) from feature-steffi-kottmann into main
Reviewed-on: #13
2026-03-12 10:30:43 +01:00
5636032017 Teständerung von Geri 2026-03-12 10:26:50 +01:00
0c85490feb Merge pull request 'add new datei' (#11) from feature-yssa into main
Reviewed-on: #11
2026-03-12 10:26:16 +01:00
SteffiKottmann
d9be5c3a39 add steffikottmann.txt 2026-03-12 10:24:33 +01:00
70d50a5e3b Merge pull request 'first commit' (#9) from feature-valerie-bachmann into main
Reviewed-on: #9
2026-03-12 10:24:25 +01:00
Ysabelle Moser
52d92ec2b5 add new datei 2026-03-12 10:22:22 +01:00
311323774a Merge pull request 'erster commit' (#6) from feature-estelle-köhler into main
Reviewed-on: #6
2026-03-12 10:19:40 +01:00
fc4d68a29d hi 2026-03-12 10:16:06 +01:00
Valerie
16ef6c5241 first commit 2026-03-12 10:13:24 +01:00
Estelle Köhler
29969be84f erster commit 2026-03-12 10:06:01 +01:00
AnthonyxHD
46f2d4d1b0 anthony's branch inkl. html-Datei erstellen 2026-03-12 10:02:22 +01:00
Alisa Cantillo-Olsson
d70f4c7c03 add file 2026-03-12 09:59:24 +01:00
Lara
3bde78cb8e add file 2026-03-12 09:59:22 +01:00
23 changed files with 255 additions and 283 deletions

BIN
Nutella-Crepes-500x500.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,3 +1,4 @@
# msc-uxd-fs26-test
Test-Repository für Unterrichtszwecke
Test-Repository für Unterrichtszwecke
Test Marlo

11
alisa-olsson.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Das ist meine erste Website</h1>
</body>
</html>

1
alisa-olsson.txt Normal file
View File

@ -0,0 +1 @@
Das ist meine persönliche Datei.

View File

@ -1,58 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Graubündner Steinböcke</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Graubündner Steinböcke</h1>
<section id="intro">
<h2>Willkommen</h2>
<p>Der Graubündner Steinbock ist ein Symbol der Alpen und hat sich perfekt an das raue Gebirgsklima angepasst. Mit seinem beeindruckenden Geweih und der robusten Statur klettert er elegant über steile Felsen.</p>
</section>
<section id="gallery">
<h2>Bildergalerie</h2>
<div class="gallery">
<img src="steinbock1.jpg" alt="Steinbock im Fels" class="gallery-img active">
<img src="steinbock2.jpg" alt="Steinbock in den Alpen" class="gallery-img">
</div>
<button id="nextImage">Nächstes Bild</button>
</section>
<section id="facts">
<h2>Interessante Fakten</h2>
<button id="toggleFacts">Fakten anzeigen</button>
<div id="factBox" class="fact-box">
<ul>
<li>Steinböcke können bis zu 3.50 Meter hoch springen.</li>
<li>Sie erreichen ein Alter von etwa 1520 Jahren in freier Wildbahn.</li>
<li>Ihre Hufe sind speziell geformt, um auf Eis und Fels Halt zu finden.</li>
<li>Jedes Jahr im Herbst schiebt der Bock sein Geweih ab und bildet es neu.</li>
</ul>
</div>
</section>
<script>
// Bildwechsler
const imgs = document.querySelectorAll('.gallery-img');
let idx = 0;
document.getElementById('nextImage').addEventListener('click', () => {
imgs[idx].classList.remove('active');
idx = (idx + 1) % imgs.length;
imgs[idx].classList.add('active');
});
// Fakten ein-/ausblenden
const toggleBtn = document.getElementById('toggleFacts');
const factBox = document.getElementById('factBox');
toggleBtn.addEventListener('click', () => {
factBox.classList.toggle('show');
toggleBtn.textContent = factBox.classList.contains('show') ? 'Fakten verbergen' : 'Fakten anzeigen';
});
</script>
</body>
</html>

11
anthony.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feature - Anthony</title>
</head>
<body>
</body>
</html>

1
edina.txt Normal file
View File

@ -0,0 +1 @@
Hello

0
estelle-köhler.txt Normal file
View File

2
geri.txt Normal file
View File

@ -0,0 +1,2 @@
Teständerung von Geri
Eine weitere Änderung

View File

@ -1 +0,0 @@
Hello World

2
lara-hofer.txt Normal file
View File

@ -0,0 +1,2 @@
Dies ist Laras persönliches File.
Ich schreibe mal eine zweite Zeile.

0
marlo.html Normal file
View File

View File

@ -1,65 +0,0 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(135deg, #74ebd5, #9face6);
padding: 20px;
}
.card {
background: rgba(255, 255, 255, 0.15);
padding: 40px 30px;
border-radius: 20px;
text-align: center;
color: white;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
max-width: 700px;
width: 100%;
}
h1 {
font-size: 2.5rem;
margin-bottom: 20px;
}
h2 {
font-size: 1.5rem;
margin-bottom: 15px;
font-weight: 400;
}
h3 {
font-size: 1.1rem;
font-weight: 300;
opacity: 0.9;
}
.buttons {
margin-top: 25px;
display: flex;
flex-direction: column;
gap: 12px;
}
button {
padding: 12px;
border: none;
border-radius: 10px;
font-size: 1rem;
cursor: pointer;
background: white;
color: #333;
transition: 0.3s;
}
button:hover {
transform: scale(1.03);
}

View File

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meine Webseite</title>
<link rel="stylesheet" href="salih-hasicic-app.css">
</head>
<body>
<div class="card">
<h1 id="main-title">Das ist meine hunderste Webseite</h1>
<h2 id="greeting">Schön, dass du da bist!</h2>
<h3 id="fun-text">Have fun on here</h3>
<div class="buttons">
<button onclick="changeGreeting()">Begrüssung ändern</button>
<button onclick="changeBackground()">Hintergrund ändern</button>
<button onclick="toggleText()">Text verstecken / zeigen</button>
</div>
</div>
<script src="script.js"></script>
</body>
</html>

View File

@ -1 +0,0 @@
Das ist Salihs Datei!

View File

@ -1,34 +0,0 @@
function changeGreeting() {
const greeting = document.getElementById("greeting");
const hour = new Date().getHours();
if (hour < 12) {
greeting.textContent = "Guten Morgen und willkommen!";
} else if (hour < 18) {
greeting.textContent = "Guten Tag und schön, dass du da bist!";
} else {
greeting.textContent = "Guten Abend und viel Spass hier!";
}
}
function changeBackground() {
const colors = [
"linear-gradient(135deg, #74ebd5, #9face6)",
"linear-gradient(135deg, #ff9a9e, #fad0c4)",
"linear-gradient(135deg, #a18cd1, #fbc2eb)",
"linear-gradient(135deg, #f6d365, #fda085)"
];
const randomColor = colors[Math.floor(Math.random() * colors.length)];
document.body.style.background = randomColor;
}
function toggleText() {
const text = document.getElementById("fun-text");
if (text.style.display === "none") {
text.style.display = "block";
} else {
text.style.display = "none";
}
}

1
steffikottmann.txt Normal file
View File

@ -0,0 +1 @@
Das ist meine persönliche Datei.

View File

@ -1,99 +0,0 @@
/* Basic reset */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f5f5f5;
color: #333;
}
h1, h2 {
color: #2c3e50;
text-align: center;
}
section {
max-width: 800px;
margin: 2rem auto;
background: #fff;
padding: 1.5rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
border-radius: 8px;
}
figure {
margin: 1.5rem 0;
text-align: center;
}
img {
max-width: 100%;
height: auto;
border-radius: 4px;
}
figcaption {
font-size: 0.9rem;
color: #555;
margin-top: 0.5rem;
}
button {
display: block;
margin: 1rem auto;
padding: 0.75rem 1.5rem;
font-size: 1rem;
color: #fff;
background-color: #3498db;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #2980b9;
}
/* gallery slider */
.gallery {
display: flex;
justify-content: center;
align-items: center;
position: relative;
height: 300px;
overflow: hidden;
}
.gallery-img {
max-width: 100%;
max-height: 100%;
opacity: 0;
position: absolute;
transition: opacity 0.6s ease;
}
.gallery-img.active {
opacity: 1;
}
/* facts box */
.fact-box {
max-width: 800px;
margin: 1rem auto;
padding: 1rem;
background: #ecf0f1;
border-radius: 6px;
display: none;
animation: fadeIn 0.5s ease-in;
}
.fact-box.show {
display: block;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

0
test.txt Normal file
View File

1
valerie-bachmann.txt Normal file
View File

@ -0,0 +1 @@
Hallo

71
yssa-item.html Normal file
View File

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Die Leidenschaft für Crêpes</title>
<link rel="stylesheet" href="yssa-style.css">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<nav class="main-nav">
<ul>
<li><a href="#leidenschaft">Leidenschaft</a></li>
<li><a href="#handwerk">Handwerk</a></li>
<li><a href="#franzosisch">Paris</a></li>
<li><a href="#rezept">Rezept</a></li>
</ul>
</nav>
<header>
<h1>Crêpes: Leidenschaft, Handwerk und Tradition</h1>
<p>Eine Hommage an die französische Küche im Frühling</p>
</header>
<section class="hero-image">
<img src="Nutella-Crepes-500x500.jpg" alt="Frisch gebackene französische Crêpes">
</section>
<section id="leidenschaft">
<h2>Die Leidenschaft für Crêpes</h2>
<p>Crêpes sind mehr als nur ein Dessert sie sind ein Ausdruck von Leidenschaft. In Paris, wo die Straßen nach frisch gebackenen Crêpes duften, wird diese Leidenschaft von Generation zu Generation weitergegeben. Der Moment, wenn der Teig in der Pfanne zischt und der Duft von Butter und Zucker die Luft erfüllt, ist pure Magie.</p>
</section>
<section id="handwerk">
<h2>Handwerk und Tradition</h2>
<p>Das Handwerk der Crêpes-Herstellung ist eine Kunst, die Präzision und Geduld erfordert. Traditionell werden Crêpes in Frankreich mit einfachen Zutaten zubereitet: Mehl, Eier, Milch und Butter. Die Technik des Schwungs, um den Teig dünn zu verteilen, erfordert Übung und Liebe zum Detail. Diese Tradition verbindet uns mit der französischen Kultur und dem Geist von Paris.</p>
</section>
<section id="franzosisch">
<h2>Paris und die französische Seele</h2>
<p>Paris im Frühling ist der perfekte Rahmen für Crêpes. Die Stadt erwacht mit blühenden Blumen und milden Temperaturen. Crêpes-Verkäufer säumen die Seine, und der Eiffelturm im Hintergrund symbolisiert die Eleganz Frankreichs. Crêpes sind ein Stück dieser modern-traditionellen Kultur zeitlos und doch immer frisch.</p>
</section>
<section id="rezept">
<h2>Ein einfaches Crêpes-Rezept zum Nachkochen</h2>
<h3>Zutaten (für ca. 8 Crêpes):</h3>
<ul>
<li>200g Mehl</li>
<li>2 Eier</li>
<li>500ml Milch</li>
<li>50g Butter (geschmolzen)</li>
<li>1 Prise Salz</li>
<li>1 EL Zucker</li>
</ul>
<h3>Zubereitung:</h3>
<ol>
<li>Mehl, Salz und Zucker in einer Schüssel vermischen.</li>
<li>Eier hinzufügen und verrühren.</li>
<li>Langsam die Milch zugießen und rühren, bis ein glatter Teig entsteht.</li>
<li>Geschmolzene Butter unterrühren.</li>
<li>Teig 30 Minuten ruhen lassen.</li>
<li>Eine Pfanne erhitzen, etwas Butter darin schmelzen.</li>
<li>Eine Schöpfkelle Teig in die Pfanne geben und schwenken, um einen dünnen Teigfilm zu bilden.</li>
<li>1-2 Minuten backen, wenden und weitere Minute backen.</li>
<li>Mit Lieblingsbelägen servieren z.B. Nutella, Obst oder Ahornsirup.</li>
</ol>
<p>Bon appétit! Genießen Sie Ihre Crêpes im Frühlingssonnenschein.</p>
</section>
<footer>
<p>&copy; 2026 Crêpes Leidenschaft. Inspiriert von Paris.</p>
</footer>
</body>
</html>

150
yssa-style.css Normal file
View File

@ -0,0 +1,150 @@
/* Grundlayout */
body {
margin: 0;
font-family: 'Roboto', sans-serif;
background-color: #fff7f9;
color: #4a3f3f;
line-height: 1.6;
}
/* Header */
header {
background: linear-gradient(135deg, #ffd6e0, #ffeef3);
text-align: center;
padding: 60px 20px;
}
header h1 {
font-family: 'Playfair Display', serif;
font-size: 2.8rem;
margin-bottom: 10px;
color: #c94f7c;
}
header p {
font-size: 1.2rem;
color: #7a5a65;
}
/* Sections */
section {
max-width: 800px;
margin: 40px auto;
padding: 30px;
background: white;
border-radius: 12px;
box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}
/* Section Titel */
section h2 {
font-family: 'Playfair Display', serif;
color: #d45c8c;
margin-bottom: 15px;
}
section h3 {
margin-top: 25px;
color: #b94b76;
}
/* Listen */
ul, ol {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
/* Rezeptbereich */
#rezept {
background: #fff0f5;
border-left: 6px solid #f6a5c0;
}
/* Footer */
footer {
text-align: center;
padding: 20px;
margin-top: 40px;
background-color: #ffd6e0;
color: #6b4a53;
font-size: 0.9rem;
}
/* Hover Effekt für moderne Note */
section:hover {
transform: translateY(-3px);
transition: 0.3s ease;
box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
/* Responsive Design */
@media (max-width: 768px) {
header h1 {
font-size: 2rem;
}
section {
margin: 20px;
padding: 20px;
}
}
.hero-image {
display: flex;
justify-content: center;
margin: 60px auto;
}
.hero-image img {
width: 100%;
max-width: 650px;
height: auto;
border-radius: 18px;
box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.hero-image img:hover {
transform: scale(1.02);
transition: 0.3s ease;
}
/* Navigation */
.main-nav {
background: white;
padding: 15px 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.main-nav ul {
list-style: none;
display: flex;
justify-content: center;
gap: 40px;
margin: 0;
padding: 0;
}
.main-nav a {
text-decoration: none;
font-family: 'Playfair Display', serif;
color: #c94f7c;
font-size: 1.1rem;
transition: 0.3s;
}
.main-nav a:hover {
color: #ff7aa8;
}

2
yssa.txt Normal file
View File

@ -0,0 +1,2 @@
neue Textdatei yssa