Skip to content

Commit

Permalink
new ouro.7. model
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor on Mac committed Mar 18, 2024
1 parent b722623 commit 88048ed
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 6 deletions.
110 changes: 110 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule \.litespeed_conf\.dat - [F,L]

### marker ASYNC start ###
RewriteCond %{REQUEST_URI} /wp-admin/admin-ajax\.php
RewriteCond %{QUERY_STRING} action=async_litespeed
RewriteRule .* - [E=noabort:1]
### marker ASYNC end ###

### marker MOBILE start ###
RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC]
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+ismobile]
### marker MOBILE end ###

### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###

### marker FAVICON start ###
RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
### marker FAVICON end ###

### marker DROPQS start ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS end ###

</IfModule>
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END NON_LSCACHE
#This Apache config file was created by Duplicator Installer on 2020-06-14 13:24:05.
#The original can be found in archived file with the name .htaccess__[HASH]

# BEGIN WordPress
# Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
# Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.geomazing.com/$1 [R,L]


# BEGIN WP-HUMMINGBIRD-CACHING
# Die Anweisungen (Zeilen) zwischen „BEGIN WP-HUMMINGBIRD-CACHING“ und „END WP-HUMMINGBIRD-CACHING“ sind
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
# Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0

<FilesMatch "\.(txt|xml|js)$">
ExpiresDefault A31536000
</FilesMatch>

<FilesMatch "\.(css)$">
ExpiresDefault A31536000
</FilesMatch>

<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$">
ExpiresDefault A31536000
</FilesMatch>

<FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$">
ExpiresDefault A31536000
</FilesMatch>
</IfModule>

<IfModule mod_headers.c>
<FilesMatch "\.(txt|xml|js)$">
Header set Cache-Control "max-age=31536000"
</FilesMatch>

<FilesMatch "\.(css)$">
Header set Cache-Control "max-age=31536000"
</FilesMatch>

<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$">
Header set Cache-Control "max-age=31536000"
</FilesMatch>

<FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$">
Header set Cache-Control "max-age=31536000"
</FilesMatch>
</IfModule>
# END WP-HUMMINGBIRD-CACHING

Redirect 301 /spklpz https://digitalwarenkombinat.github.io/ghosthunt/
Binary file modified dist/models/outro/outro.7.scanner.glb
Binary file not shown.
17 changes: 11 additions & 6 deletions index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -1970,6 +1970,10 @@ $(document).one(":passagedisplay", function() {

:: Inventar {"position":"700,100","size":"100,100"}

<<script>>
$('#story').attr('style', 'background-image:url(images/bg.jpg)');
<</script>>

<div class="wrapper">
<h1><<txt>></h1>
<<script>>
Expand Down Expand Up @@ -2028,8 +2032,8 @@ $(document).one(":passagedisplay", function() {

</div>

<div class="btn-group">
<<return>>
<div class="btn-group">
<<return>>
</div>

:: StoryScript [script]
Expand Down Expand Up @@ -2714,10 +2718,11 @@ border: 2px solid var(--secondary-color);
}

.macro-return {
background: var(--background-darken-color);
border-radius: 4px;
border: 2px solid var(--secondary-color);
box-shadow: 2px 2px rgba(0,0,0,0.2), 2px 2px rgba(0,0,0,0.19);
//background: var(--background-darken-color);
//border-radius: 4px;
//border: 2px solid var(--secondary-color);
//box-shadow: 2px 2px rgba(0,0,0,0.2), 2px 2px rgba(0,0,0,0.19);
text-shadow: 1px 1px 20px var(--secondary-color);
color: var(--secondary-color);
font-family: 'Averia Serif Libre', serif;
font-size: 4vh;
Expand Down

0 comments on commit 88048ed

Please sign in to comment.