This repository was archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathberichtsheft.html
More file actions
53 lines (52 loc) · 1.46 KB
/
berichtsheft.html
File metadata and controls
53 lines (52 loc) · 1.46 KB
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
<!doctype html>
<html>
<head>
<title>Berichtsheft 2018-02-02</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>
body { font-family: 'Ubuntu', sans-serif; margin-left: 1em; }
</style>
</head>
<body class="table table-striped table-dark">
<h1 align="center">Berichtsheft Nr.x</h1>
<br />
<div align="left">
Name Nachname Fachinformatiker für Systemintegration<p>
Unternehmen</p>
</div>
<br />
<div align="left">
<p><h3>Betriebliche Tätigkeiten</h3></p>
<h4>2018-02-02:</h4>
<p> - </p>
</div>
<div align="left">
<p><h3>Schulische Tätigkeiten</h3></p>
<h4>2018-02-02:</h4>
<p>ITS: Ipv6 Adressierung an Cisco Geräten</p>
<p>SAE: HTML Seite erstellt</p>
<p>WI/BWL: Warenwirtschaftssystem Projektarbeit</p>
</div>
<br /><br />
<div align="center">
<table>
<thead>
<tr>
<th>Unterschrift Ausbilder</th>
<th></th>
<th>Unterschrift Azubi</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"></td>
<td> </td>
<td align="center"></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>