-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 936 Bytes
/
index.html
File metadata and controls
30 lines (25 loc) · 936 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<link rel="stylesheet" type="text/css" href="css_style.css">
</head>
<body>
<div class="sp-container">
<div class="sp-content">
<div class="sp-globe"></div>
<h2 class="frame-1">Sehr geehrte Damen und Herren</h2>
<h2 class="frame-2">Ich bin <strong id="my_name">Zohir Alhammoud</strong></h2>
<h2 class="frame-3">von Orienterungskurs</h2>
<h2 class="frame-4">bei DCI</h2>
<h2 class="frame-5">
<span>Danke,</span>
<span>dass Sie mir die Gelegenheit gegeben haben,</span>
<span>den ersten Schritt in meiner Karriere zu beginnen.</span>
</h2>
<a class="sp-circle-link" href="zohir_profile.html">By Zohir</a>
</div>
</div>
</body>
</html>