-
Notifications
You must be signed in to change notification settings - Fork 0
/
apfelstrudel.html
241 lines (159 loc) · 7.44 KB
/
apfelstrudel.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!-- Apfelstrudel Technologien Page. -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="icon" href="https://raw.githubusercontent.com/violent-studio/vmedia/main/apfelstrudel_icon_transparent.png">
<title>Apfelstrudel Technologien.</title>
</head>
<script>
console.log("Hello World!");
// https://stackoverflow.com/a/72502261/15277736
{var hasTouchScreen = false;
if ("maxTouchPoints" in navigator) { hasTouchScreen = navigator.maxTouchPoints > 0;
} else if ("msMaxTouchPoints" in navigator) { hasTouchScreen = navigator.msMaxTouchPoints > 0;
} else {
var mQ = window.matchMedia && matchMedia("(pointer:coarse)");
if (mQ && mQ.media === "(pointer:coarse)") { hasTouchScreen = !!mQ.matches;
} else if ('orientation' in window) { hasTouchScreen = true; // deprecated, but good fallback
} else {
// Only as a last resort, fall back to user agent sniffing
var UA = navigator.userAgent;
hasTouchScreen = (
/\b(BlackBerry|webOS|iPhone|IEMobile)\b/i.test(UA) ||
/\b(Android|Windows Phone|iPad|iPod)\b/i.test(UA)
);
}
}
if (hasTouchScreen) {
let elements = document.getElementsByTagName("*");
for(var index=0; index < elements.length; index++) { elements[index].remove(); }
alert("Mobiles aren't supported.");
}}
</script>
<style>
body {
background-color: black;
margin: 0;
}
body::-webkit-scrollbar {
display: none;
}
.gif_shader {
width: 100%;
height: 750px;
object-fit: cover;
position: relative;
}
.title {
font-family: "Montserrat", sans-serif;
font-size: 50px;
color: white;
}
.rotating_icon {
animation: rotation 5s infinite linear;
}
@keyframes rotation {
from { transform: rotate(0deg); }
to { transform: rotate(359deg); }
}
.title_img {
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 120px;
color: white;
left: 0;
position: absolute;
text-align: center;
top: 325px;
width: 100%;
}
.text_ {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 25px;
color: white;
}
.showcase_img {
border-radius: 5%;
transition: 1s;
}
.showcase_img:hover {
border-radius: 1%;
filter: drop-shadow(rgb(32, 32, 32) 0px 0px 16px);
transition: 0.5s;
}
.cbutton {
background-color: transparent;
color: white;
font-weight: 600;
font-family: "Montserrat", sans-serif;
font-size: 25px;
border: 0px;
border-radius: 5px;
transition: 0.2s;
}
.cbutton:hover {
background-color: rgba(186, 186, 186, 0.5);
font-weight: 100;
transition: 0.2s;
}
.cbutton:active {
background-color: rgba(255, 255, 255, 0.5);
transition: 0.01s;
}
.link {
color: white;
text-decoration: underline;
font-weight: 600;
transition: 0.3s;
}
.link:hover {
font-weight: 100;
text-decoration: none;
transition: 0.3s;
}
</style>
<body>
<img src="https://github.com/Apfelstrudel-Technologien/rlOSScanlines/assets/94743980/bbffc77e-633c-482c-9fe8-b808dc1708b9" class="gif_shader">
<span class="title_img"><img src="https://raw.githubusercontent.com/violent-studio/vmedia/main/apfelstrudel_icon_transparent.png" width="100" class="rotating_icon"> Apfelstrudel Technologien</span>
<div style="background-color: rgb(64, 64, 86); text-align: center;"><br>
<h2 class="title">About Us</h2>
<p class="text_">Apfelstrudel Technologien focuses on designing and implementing solutions for Violent Studio, and sharing them with world. Group was founded in June 2024 by Violent Studio and based in Ukraine & Norway. We need new members and if you would like to be one of them how to contact us you can find out below. We look forward to welcoming you to our free and pleasant team! We develop shaders, utilities, software, games, primarily in <i>C</i> or <i>Java</i>. Things we develop have MIT License and are free to use for everyone, unlike Violent Studio projects (See <a href="https://github.com/violent-studio/vlicense/blob/main/LICENSE" class="link">VLicense</a>).<br><br>Apfelstrudel Techonologien products published recently (list may be updated):</p>
<div style="display: block; text-align: center;">
<div style="display: inline-block; margin: 0 1%;">
<img src="vignette.gif" width="500" class="showcase_img">
<br><span class="text_">Raylib 2D shader: <a href="https://github.com/Apfelstrudel-Technologien/raylibVignette" class="link">Vignette</a></span>
</div>
<div style="display: inline-block; margin: 0 1%;">
<img src="https://github.com/Apfelstrudel-Technologien/rlPPGlitch/assets/94743980/39f3f349-ce38-49be-928c-b489285a8f24" class="showcase_img" width="600">
<br><span class="text_">Raylib post-processing shader: <a href="https://github.com/Apfelstrudel-Technologien/rlPPGlitch" class="link">Glitch</a></span>
</div>
<div style="display: inline-block; margin: 0 1%;">
<img src="https://github.com/Apfelstrudel-Technologien/rlOSScanlines/assets/94743980/97e31550-1d50-41a8-ab55-7c601bde2f05" width="675" class="showcase_img">
<br><span class="text_">Raylib object shader: <a href="https://github.com/Apfelstrudel-Technologien/rlOSScanlines" class="link">Scanlines</a></span>
</div>
</div>
<br></div>
<div style="background-color: rgb(64, 64, 128); text-align: center;"><br>
<h2 class="title">Connect With Us</h2>
<p class="text_">
<button class="cbutton" onclick="window.location.replace('https://violent-studio.github.io/')">Violent Studio Page</button>
/
<button class="cbutton" onclick="window.location.replace('https://github.com/Violent-Studio')">Violent Studio Github</button>
/
<button class="cbutton" onclick="window.location.replace('https://violent-studio.github.io/apfelstrudel.html')">Apfelstrudel Technologien Page</button>
/
<button class="cbutton" onclick="window.location.replace('https://github.com/Apfelstrudel-Technologien')">Apfelstrudel Technologien Github</button>
/
<button class="cbutton" onclick="window.location.replace('https://discord.com/users/vertexxo_')">Discord</button>
/
<button class="cbutton" onclick="window.location.replace('mailto:[email protected]')">Mail</button>
</p>
<br></div>
</body>
</html>