Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Documents and Graphics
online-lenz.de
Commits
9d60c3fe
Commit
9d60c3fe
authored
Aug 23, 2020
by
Nicolas Lenz
❄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix referrer policies, background alignment html issue
parent
392d8069
Pipeline
#768
passed with stage
in 8 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
10 deletions
+13
-10
public/index.html
public/index.html
+3
-3
public/katze/index.html
public/katze/index.html
+1
-1
public/mann/index.html
public/mann/index.html
+1
-1
public/pony/index.html
public/pony/index.html
+1
-1
public/style/stylesheet.css
public/style/stylesheet.css
+7
-4
No files found.
public/index.html
View file @
9d60c3fe
<
!DOCTYPE html
>
<
?xml version="1.0" encoding="UTF-8"?
>
<html
lang=
"en"
>
<head>
...
...
@@ -12,12 +12,12 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src 'self';"
/>
<meta
http-equiv
=
"
R
eferrer
-Policy
"
content=
"no-referrer"
/>
<meta
name
=
"
r
eferrer"
content=
"no-referrer"
/>
</head>
<body>
<main>
<h1>
Nicolas Lenz
</h1>
<img
src=
"res/nicolas.jpg"
>
<img
src=
"res/nicolas.jpg"
alt=
"Portrait of me"
/
>
<p><b>
Welcome!
</b><br/>
Visit my blog or the about page there to find out more about me.
</p>
<p>
<a
href=
"https://www.eisfunke.com"
class=
"button"
>
Blog
</a>
...
...
public/katze/index.html
View file @
9d60c3fe
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src 'self';"
/>
<meta
http-equiv
=
"
R
eferrer
-Policy
"
content=
"no-referrer"
/>
<meta
name
=
"
r
eferrer"
content=
"no-referrer"
/>
<title>
Pony
</title>
</head>
<body>
...
...
public/mann/index.html
View file @
9d60c3fe
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src 'self';"
/>
<meta
http-equiv
=
"
R
eferrer
-Policy
"
content=
"no-referrer"
/>
<meta
name
=
"
r
eferrer"
content=
"no-referrer"
/>
<title>
Pony
</title>
</head>
<body>
...
...
public/pony/index.html
View file @
9d60c3fe
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src 'self';"
/>
<meta
http-equiv
=
"
R
eferrer
-Policy
"
content=
"no-referrer"
/>
<meta
name
=
"
r
eferrer"
content=
"no-referrer"
/>
<title>
Pony
</title>
</head>
<body>
...
...
public/style/stylesheet.css
View file @
9d60c3fe
...
...
@@ -11,13 +11,16 @@
body
{
margin
:
0
;
padding
:
15px
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
background-image
:
url(/res/background.jpg)
;
background-repeat
:
no-repeat
;
background-position
:
center
;
background-size
:
cover
;
background-position
:
center
;
background-attachment
:
fixed
;
width
:
100%
;
height
:
100%
;
position
:
absolute
;
display
:
flex
;
justify-content
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment