-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
54 lines (50 loc) · 2.46 KB
/
portfolio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lainspace - Portfolio</title>
<link href="css/portfolio-style.css" rel="stylesheet">
<script src="script.js"></script>
</head>
<body>
<div class="header">
<h1><a href="index.html">Lainspace</a></h1>
</div>
<div class="blob">
<div class="block-content">
<h1 id="lf1"><a href="portfolio/lernfeld1.html">Lernfeld 1</a></h1>
<p>Unternehmensstruktur und die eigene Rolle im Betrieb</p>
<p>Ziel des Lernfelds ist es, das Lernen zu verbessern und gleichzeitig Handlungskompetenz zu erlangen.</p>
<h1 id="lf2"><a href="portfolio/lernfeld2.html">Lernfeld 2</a></h1>
<p>Arbeitsplätze nach Kundenwunsch ausstatten</p>
<p>Ziel des Lernfeld ist die Kompetenz zu erlangen, die Ausstattung eines Arbeitsplatzes nach Kundenwunsch zu dimensionieren, anzubieten, zu beschaffen und den Arbeitsplatz an die Kunden zu übergeben.</p>
<h1 id="lf3"><a href="portfolio/lernfeld3.html">Lernfeld 3</a></h1>
<p>Clients in Netzwerke einbinden</p>
<h1 id="lf4"><a href="portfolio/lernfeld4.html">Lernfeld 4</a></h1>
<p>Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.</p>
<h1 id="lf5"><a href="portfolio/lernfeld5.html">Lernfeld 5</a></h1>
<p>Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.</p>
<h1 id="en"><a href="portfolio/englisch.html">Englisch</a></h1>
<p>Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.</p>
<h1 id="et"><a href="portfolio/ethik.html">Ethik</a></h1>
<p>Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.</p>
</div>
<div class="block-menu">
<h1>Menu...</h1>
<ul>
<li><a href="#lf1">Lernfeld 1</a></li>
<li><a href="#lf2">Lernfeld 2</a></li>
<li><a href="#lf3">Lernfeld 3</a></li>
<li><a href="#lf4">Lernfeld 4</a></li>
<li><a href="#lf5">Lernfeld 5</a></li>
<li><a href="#en">Englisch</a></li>
<li><a href="#et">Ethik</a></li>
</ul>
</div>
</div>
<footer>
<center><p>Copyright (c) 2024 L4a1n. All Rights Reserved.</p></center>
</footer>
</body>
</html>