-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (35 loc) · 1.71 KB
/
index.html
File metadata and controls
42 lines (35 loc) · 1.71 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
<!doctype html>
<html>
<head>
<title>Test Webseite 1</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p id="Main">Hallo, das ist meine Webseite!</p>
<div id="div1">
<p>Über mich</p>
</div>
<div id="divA">
<p><a href="https://ibb.co/MCvKKg8"><img src="file:///C:/Users/rafae/Downloads/Screenshot%20(6).png"/></a></p>
</div>
<div id="div2">
<p>Ich bin Rafael, ein Hobby Web und Bot Entwickler. Ich arbeite ungefähr seit einem Jahr mit den verschiedensten Tools.</p>
<p>Hier werde ich ein paar auflisten:</p>
<p align="center"> <img src="https://skillicons.dev/icons?i=html,css,md,python,js,vscode,visualstudio,github,discord,bots"/>
</div>
<div id="div3">
<p>Social</p>
<a href="https://"><img src="https://img.shields.io/badge/ragr%230001-blue?style=for-the-badge&logo=discord&logoColor=darkblue" alt="ragr#0001"></a> <a href="https://github.com/ragr07"><img src="https://img.shields.io/badge/GitHub-black?style=for-the-badge&logo=github&logoColor=white" alt="GitHub"></a> <a href="https://twitch.com/ragr07"><img src="https://img.shields.io/badge/LiveStream-blueviolet?style=for-the-badge&logo=twitch&logoColor=purple" alt="LiveStream"></a>
</div>
<div id="div4">
<p>Meine Projekte</p>
<p><a href="https://ibb.co/hFyDD47"><img src="file:///C:/Users/rafae/Downloads/Screenshot%20(1).png"/></a></p>
</div>
<div id="div5">
<p>Alle meine Projekte finden Sie auf meinem GitHub Profil:</p>
</div>
<div id="div6">
<p><img src="file:///C:/Users/rafae/Downloads/ezgif-3-badbeb5baf.gif"/></p>
</div>
</body>