-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
138 lines (120 loc) · 5.42 KB
/
tutorial.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TheBlokker Tutorial</title>
<link rel="stylesheet" href="css/tutorial.css">
<link rel="shortcut icon" href="img/My_Image.jpg">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<script src="scripts.js"></script>
</head>
<body>
<div id="top">
<div id="logoname">
<h1>TheBlokker Tutorial</h1>
</div>
<div id="nav_main" class="menu-bar">
<ul>
<li>Giants-Editor
<div class="sub-menu-1">
<ul>
<li><a href="Giants-Editor.html">Giants-Editor Startseite</a></li>
<li><a href="Installieren/index.html">Installieren und Einführung</a></li>
<li><a href="">#</a></li>
<li class="hover-me-1"><a href="">#</a>
<div class="sub-menu-2">
<ul>
<li><a href=""></a>...</a></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li><a href="impressum.html">Impressum</a></li>
<li><a href="https://www.youtube.com/channel/UCYF0tGDHZUG-jXxS6fmxCLA">Youtube Kanal<i class="uil uil-external-link-alt"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC40b0NW-GUy5AzYnQU5jLQA">2. Youtube Kanal<i class="uil uil-external-link-alt"></i></a></li>
<li><a href="https://developer.valvesoftware.com/wiki/User:TheBlokker">VDC Profil<i class="uil uil-external-link-alt"></i></a></li>
</ul>
<hr />
</div>
<div id="nav">
<div id="side_links">
<div id="img">
<button>
<a href="valves-source-engines/index.html">
<img src="img/SOURCE_IMAGE.png" alt="Logo Source">
<div id="text_source">
<h2>Source Tutorial</h2>
</div>
</a>
</button>
</div>
</div>
<div id="side_middle">
<div id="img_giants">
<button>
<a href="Giants-Editor.html">
<img src="img/GE_Logo.png" alt="Logo Giants-Editor">
<div id="text_giants">
<h2>Giants-Editor</h2>
</div>
</a>
</button>
</div>
</div>
<div id="side_right">
<div id="img_goldsrc">
<button>
<a href="goldsource/index.html">
<img src="img/Goldsrc_image.png" alt="Logo Goldsource">
<div id="text_goldsrc">
<h2>Goldsource Tutorial</h2>
</div>
</a>
</button>
</div>
</div>
<div id="side_vdc">
<div id="img_vdc">
<button>
<a href="https://developer.valvesoftware.com/wiki">
<img src="img/vdc.png" alt="Logo VDC">
<div id="text_VDC">
<h2>Valve Developer Community<i class="uil uil-external-link-alt"></i></h2>
</div>
</a>
</button>
</div>
</div>
</div>
</div>
<br>
<div id="main">
<div id="about_me">
<div id="bild_von_mir">
<img src="img/My_Image.jpg" alt="TheBlokker">
</div>
<div id="text_about_me">
<P id="text_me">Hallo hier ist TheBlokker, <br> <br> ich mache Source, Goldsource <br> und Giants-Editor Tutorial <br> <br> Alle meiner Tutorials sind meist von Video-Spielen <br> und sind meist bei <a href="https://store.steampowered.com/?l=german">Steam<i class="uil uil-external-link-alt"></i></a> kaufbar. <br> <br> "*" sind Link auf Produkte und "<i class="uil uil-external-link-alt"></i>" auf externe Websites <br> <br> <br> Habe Spaß beim dieser Webseite :) </P> <!--Docx Einfügen über mich-->
</div>
</div>
</div>
<br>
<div id="footer">
<footer>
<div id="contact">
<br>
<a href="impressum.html">
Impressum<br>
</a>
<br>
<br>
<br>
</div>
</footer>
</div>
</body>
</html>