104 lines
No EOL
2.8 KiB
HTML
104 lines
No EOL
2.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Projekt - EIS</title>
|
||
<link rel="icon" href="img/favicon.png" type="image/png">
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<main>
|
||
|
||
<section class="page-header">
|
||
<h1>EIS Projekt</h1>
|
||
<p>Entwicklung interaktiver Softwareanwendungen</p>
|
||
</section>
|
||
|
||
<section class="content-section">
|
||
<h2>Projektübersicht</h2>
|
||
<p>Das EIS-Projekt ist ein umfassendes Lernprojekt zur Entwicklung interaktiver Web-Anwendungen. Ziel dieses Projekts ist es, Studierenden praktische Erfahrungen mit modernen Web-Technologien zu vermitteln.</p>
|
||
</section>
|
||
|
||
<section class="content-section">
|
||
<h2>Projektmerkmale</h2>
|
||
<ul class="feature-list">
|
||
<li>Responsive Design für alle Geräte</li>
|
||
<li>Interaktive Benutzeroberfläche</li>
|
||
<li>Formularvalidierung mit JavaScript</li>
|
||
<li>Moderne CSS3-Styling</li>
|
||
<li>Suchmaschinenoptimierung (SEO)</li>
|
||
<li>Barrierefreier Zugang (Accessibility)</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="content-section">
|
||
<h2>Technologie Stack</h2>
|
||
<div class="tech-grid">
|
||
<div class="tech-card">
|
||
<h3>Frontend</h3>
|
||
<ul>
|
||
<li>HTML5</li>
|
||
<li>CSS3</li>
|
||
<li>JavaScript (ES6+)</li>
|
||
</ul>
|
||
</div>
|
||
<div class="tech-card">
|
||
<h3>Design</h3>
|
||
<ul>
|
||
<li>Responsive Layout</li>
|
||
<li>Mobile-First Approach</li>
|
||
<li>Moderne UI/UX</li>
|
||
</ul>
|
||
</div>
|
||
<div class="tech-card">
|
||
<h3>Tools</h3>
|
||
<ul>
|
||
<li>Git für Versionskontrolle</li>
|
||
<li>VS Code als Editor</li>
|
||
<li>Browser Developer Tools</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="content-section">
|
||
<h2>Lernziele</h2>
|
||
<ol class="learning-goals">
|
||
<li>Verständnis der Web-Standards und Best Practices</li>
|
||
<li>Fähigkeit zur Erstellung responsiver Websites</li>
|
||
<li>JavaScript für interaktive Funktionalität</li>
|
||
<li>Zusammenarbeit im Team und Versionskontrolle</li>
|
||
<li>Deployment und Hosting von Web-Anwendungen</li>
|
||
</ol>
|
||
</section>
|
||
|
||
</main>
|
||
|
||
<footer>
|
||
<div class="footer-content">
|
||
<div class="footer-section">
|
||
<h3>Kontakt</h3>
|
||
<p>E-Mail: <a href="mailto:info@beispiel.de">info@beispiel.de</a></p>
|
||
</div>
|
||
<div class="footer-section">
|
||
<h3>Links</h3>
|
||
<ul>
|
||
<li><a href="impressum.html">Impressum</a></li>
|
||
<li><a href="ueber_uns.html">Über uns</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="footer-section">
|
||
<p>© 2025 – EIS Lernprojekt an der PH Weingarten</p>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
<script src="js/navbar.js"></script>
|
||
<script src="js/script.js"></script>
|
||
|
||
</body>
|
||
</html> |