Compare commits
20 Commits
b6231bd678
...
main
Author | SHA1 | Date | |
---|---|---|---|
cbfd20c073 | |||
23fe2254ed | |||
0e151edaa6 | |||
30a5b2b5ff | |||
2a18468997 | |||
cd764fb63c | |||
d33297e28d | |||
73bbca9901 | |||
|
3419db9634 | ||
|
46049ff647 | ||
|
e8f381c782 | ||
|
2c782275b7 | ||
|
f797b5cad4 | ||
|
67a1da0570 | ||
|
79eb147b60 | ||
|
c6a6a314c3 | ||
|
1668049c52 | ||
|
228fe39bf3 | ||
|
340511e008 | ||
|
7f31f03254 |
57
index.html
57
index.html
@@ -1,26 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=500, initial-scale=1" />
|
||||
|
||||
<title>👀</title>
|
||||
<html lang="eng">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.google.com/specimen/Nata+Sans" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<title>Peter the Baker</title>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img src="img/pp.jpg" width="200" />
|
||||
<h3>Peter Baker</h3>
|
||||
</header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>Social</li>
|
||||
<li>Projects</li>
|
||||
<li>Contact</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/resources/css/index.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<!--<img id="avatar" src="/resources/img/pp.jpg" width="200" />-->
|
||||
|
||||
<div id="title" class="tstyle">
|
||||
Petrus Pistor
|
||||
</div>
|
||||
|
||||
<div id="links">
|
||||
<nav>
|
||||
<ul>
|
||||
<li .id="social">
|
||||
<strong>Social</strong>
|
||||
</li>
|
||||
|
||||
<li .id="pistorium">
|
||||
<strong>Pistorium</strong>
|
||||
</li>
|
||||
|
||||
<li .id="contact">
|
||||
<strong>Contact</strong>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
41
resources/css/index.css
Normal file
41
resources/css/index.css
Normal file
@@ -0,0 +1,41 @@
|
||||
@import 'https://fonts.googleapis.com/css?family=Iceland|Cairo&display=swap';
|
||||
body {
|
||||
background-image: url("/resources/img/pb_16_9_under512kb.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
background-size: 100% auto;
|
||||
background-color:#2c2c2c;
|
||||
color:#efefef;
|
||||
}
|
||||
/*.tstyle{background:-webkit-linear-gradient(-45deg, #A3FF00 30%, #49FF00 35%, #00FF45 45%, #04FF54 60%, #00FFD2 65%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:damion;max-width:fit-content;margin:auto}*/
|
||||
.tstyle {
|
||||
color: #FFD700; /* Gold */
|
||||
font-family: Iceland;
|
||||
max-width: fit-content;
|
||||
margin: auto;
|
||||
text-shadow: 0 0 8px rgba(255, 215, 0, 0.7);
|
||||
}
|
||||
|
||||
#container {
|
||||
text-align:center;
|
||||
font-family:Iceland;
|
||||
position:absolute;
|
||||
top:45%;
|
||||
left:50%;
|
||||
transform:translate(-50%,-45%);
|
||||
width:auto;
|
||||
|
||||
/* transparent box padding */
|
||||
background: rgba(0, 0, 0, 0.9); /* black box at 90% opacity */
|
||||
padding: 20px 40px; /* space inside the box */
|
||||
border-radius: 12px; /* rounded corners */
|
||||
}
|
||||
|
||||
#container #avatar{border-radius:50%;margin-bottom:-.75em}
|
||||
#container #title{font-size:4em}
|
||||
#container #text{line-height:1.375}
|
||||
#container #links{margin-top:1.25em;white-space:nowrap;letter-spacing:.5em;line-height:2}
|
||||
@media all and (max-width:1000px){#brave-shill{margin-top:.35em;max-width:100%;border-radius:.5em}}
|
||||
@media all and (min-width:1001px){#brave-shill{margin-top:.35em;width:50%;border-radius:.5em}}a{color:#1ee9ff;text-decoration:none}
|
||||
#container #links a{user-select:none;text-decoration:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}
|
||||
.icon{width:24px}
|
BIN
resources/img/pb.png
Normal file
BIN
resources/img/pb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
BIN
resources/img/pb.webp
Normal file
BIN
resources/img/pb.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 311 KiB |
BIN
resources/img/pb_16_9_under512kb.webp
Normal file
BIN
resources/img/pb_16_9_under512kb.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 312 KiB |
Reference in New Issue
Block a user