add content

This commit is contained in:
LordMZTE 2021-06-23 13:44:09 +02:00
parent 1baab95b1b
commit 74cb52e4af
8 changed files with 359 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
public

6
content/_index.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "LordMZTE"
+++
# Hey!
Welcome to my website!

14
sass/index.scss Normal file
View file

@ -0,0 +1,14 @@
body {
background-color: #282a36;
color: #f8f8f2;
font-family: monospace;
}
#header {
display: flex;
float: left;
}
#links {
float: right;
}

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

1
static/img/gitea.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="32" height="32"><path d="M395.9 484.2l-126.9-61c-12.5-6-17.9-21.2-11.8-33.8l61-126.9c6-12.5 21.2-17.9 33.8-11.8 17.2 8.3 27.1 13 27.1 13l-.1-109.2 16.7-.1.1 117.1s57.4 24.2 83.1 40.1c3.7 2.3 10.2 6.8 12.9 14.4 2.1 6.1 2 13.1-1 19.3l-61 126.9c-6.2 12.7-21.4 18.1-33.9 12z" fill="#fff"/><g fill="#609926"><path d="M622.7 149.8c-4.1-4.1-9.6-4-9.6-4s-117.2 6.6-177.9 8c-13.3.3-26.5.6-39.6.7v117.2c-5.5-2.6-11.1-5.3-16.6-7.9 0-36.4-.1-109.2-.1-109.2-29 .4-89.2-2.2-89.2-2.2s-141.4-7.1-156.8-8.5c-9.8-.6-22.5-2.1-39 1.5-8.7 1.8-33.5 7.4-53.8 26.9C-4.9 212.4 6.6 276.2 8 285.8c1.7 11.7 6.9 44.2 31.7 72.5 45.8 56.1 144.4 54.8 144.4 54.8s12.1 28.9 30.6 55.5c25 33.1 50.7 58.9 75.7 62 63 0 188.9-.1 188.9-.1s12 .1 28.3-10.3c14-8.5 26.5-23.4 26.5-23.4S547 483 565 451.5c5.5-9.7 10.1-19.1 14.1-28 0 0 55.2-117.1 55.2-231.1-1.1-34.5-9.6-40.6-11.6-42.6zM125.6 353.9c-25.9-8.5-36.9-18.7-36.9-18.7S69.6 321.8 60 295.4c-16.5-44.2-1.4-71.2-1.4-71.2s8.4-22.5 38.5-30c13.8-3.7 31-3.1 31-3.1s7.1 59.4 15.7 94.2c7.2 29.2 24.8 77.7 24.8 77.7s-26.1-3.1-43-9.1zm300.3 107.6s-6.1 14.5-19.6 15.4c-5.8.4-10.3-1.2-10.3-1.2s-.3-.1-5.3-2.1l-112.9-55s-10.9-5.7-12.8-15.6c-2.2-8.1 2.7-18.1 2.7-18.1L322 273s4.8-9.7 12.2-13c.6-.3 2.3-1 4.5-1.5 8.1-2.1 18 2.8 18 2.8L467.4 315s12.6 5.7 15.3 16.2c1.9 7.4-.5 14-1.8 17.2-6.3 15.4-55 113.1-55 113.1z"/><path d="M326.8 380.1c-8.2.1-15.4 5.8-17.3 13.8-1.9 8 2 16.3 9.1 20 7.7 4 17.5 1.8 22.7-5.4 5.1-7.1 4.3-16.9-1.8-23.1l24-49.1c1.5.1 3.7.2 6.2-.5 4.1-.9 7.1-3.6 7.1-3.6 4.2 1.8 8.6 3.8 13.2 6.1 4.8 2.4 9.3 4.9 13.4 7.3.9.5 1.8 1.1 2.8 1.9 1.6 1.3 3.4 3.1 4.7 5.5 1.9 5.5-1.9 14.9-1.9 14.9-2.3 7.6-18.4 40.6-18.4 40.6-8.1-.2-15.3 5-17.7 12.5-2.6 8.1 1.1 17.3 8.9 21.3 7.8 4 17.4 1.7 22.5-5.3 5-6.8 4.6-16.3-1.1-22.6 1.9-3.7 3.7-7.4 5.6-11.3 5-10.4 13.5-30.4 13.5-30.4.9-1.7 5.7-10.3 2.7-21.3-2.5-11.4-12.6-16.7-12.6-16.7-12.2-7.9-29.2-15.2-29.2-15.2s0-4.1-1.1-7.1c-1.1-3.1-2.8-5.1-3.9-6.3 4.7-9.7 9.4-19.3 14.1-29-4.1-2-8.1-4-12.2-6.1-4.8 9.8-9.7 19.7-14.5 29.5-6.7-.1-12.9 3.5-16.1 9.4-3.4 6.3-2.7 14.1 1.9 19.8l-24.6 50.4z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

87
static/img/github.svg Normal file
View file

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg2"
xml:space="preserve"
width="161.03467"
height="157.05798"
viewBox="0 0 161.03467 157.05798"
sodipodi:docname="github.svg"
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs6"><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath18"><path
d="M 0,551.986 H 530.973 V 0 H 0 Z"
id="path16" /></clipPath></defs><sodipodi:namedview
id="namedview4"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="4"
inkscape:cx="86"
inkscape:cy="102.625"
inkscape:window-width="1876"
inkscape:window-height="996"
inkscape:window-x="1940"
inkscape:window-y="40"
inkscape:window-maximized="1"
inkscape:current-layer="g8" /><g
id="g8"
inkscape:groupmode="layer"
inkscape:label="GitHub-Mark"
transform="matrix(1.3333333,0,0,-1.3333333,-222.14061,480.08711)"><path
style="fill:#ffffff;stroke:none;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m 195.1785,341.60294 67.0483,-2.40683 12.96075,-52.72647 -29.06909,-44.0863 -38.216,-0.007 -32.2098,34.94426 z"
id="path2916" /><g
id="g1708"
transform="translate(-125.33478,-139.13072)"><g
id="g24"
transform="translate(352.32824,499.19606)"><path
d="m 0,0 c -33.347,0 -60.388,-27.035 -60.388,-60.388 0,-26.68 17.303,-49.316 41.297,-57.301 3.018,-0.559 4.126,1.31 4.126,2.905 0,1.439 -0.056,6.197 -0.082,11.243 -16.8,-3.653 -20.345,7.125 -20.345,7.125 -2.747,6.979 -6.705,8.836 -6.705,8.836 -5.479,3.748 0.413,3.671 0.413,3.671 6.064,-0.426 9.257,-6.224 9.257,-6.224 5.386,-9.231 14.127,-6.562 17.573,-5.019 0.543,3.902 2.107,6.567 3.834,8.075 -13.413,1.526 -27.513,6.705 -27.513,29.844 0,6.592 2.359,11.98 6.222,16.209 -0.627,1.521 -2.694,7.663 0.586,15.981 0,0 5.071,1.622 16.61,-6.191 4.817,1.338 9.983,2.009 15.115,2.033 5.132,-0.024 10.302,-0.695 15.128,-2.033 11.526,7.813 16.59,6.191 16.59,6.191 3.287,-8.318 1.22,-14.46 0.593,-15.981 3.872,-4.229 6.214,-9.617 6.214,-16.209 0,-23.195 -14.127,-28.301 -27.574,-29.796 2.166,-1.874 4.096,-5.549 4.096,-11.183 0,-8.08 -0.069,-14.583 -0.069,-16.572 0,-1.608 1.086,-3.49 4.147,-2.898 23.982,7.994 41.263,30.622 41.263,57.294 C 60.388,-27.035 33.351,0 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path26" /></g><g
id="g28"
transform="translate(314.81264,412.49286)"><path
d="m 0,0 c -0.133,-0.301 -0.605,-0.391 -1.035,-0.185 -0.439,0.198 -0.684,0.607 -0.542,0.908 0.13,0.308 0.602,0.394 1.04,0.188 C -0.099,0.714 0.151,0.301 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path30" /></g><g
id="g32"
transform="translate(317.25894,409.76436)"><path
d="M 0,0 C -0.288,-0.267 -0.852,-0.143 -1.233,0.279 -1.629,0.7 -1.702,1.264 -1.41,1.534 -1.113,1.801 -0.567,1.676 -0.172,1.255 0.224,0.829 0.301,0.271 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path34" /></g><g
id="g36"
transform="translate(319.63984,406.28686)"><path
d="M 0,0 C -0.37,-0.258 -0.976,-0.017 -1.35,0.52 -1.72,1.058 -1.72,1.702 -1.341,1.96 -0.967,2.218 -0.37,1.985 0.009,1.453 0.378,0.907 0.378,0.263 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path38" /></g><g
id="g40"
transform="translate(322.90154,402.92646)"><path
d="M 0,0 C -0.331,-0.365 -1.036,-0.267 -1.552,0.232 -2.08,0.718 -2.227,1.409 -1.896,1.774 -1.56,2.14 -0.851,2.037 -0.331,1.543 0.193,1.057 0.352,0.361 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path42" /></g><g
id="g44"
transform="translate(327.40154,400.97536)"><path
d="m 0,0 c -0.147,-0.473 -0.825,-0.687 -1.509,-0.486 -0.683,0.207 -1.13,0.76 -0.992,1.238 0.142,0.476 0.824,0.7 1.513,0.485 C -0.306,1.031 0.142,0.481 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path46" /></g><g
id="g48"
transform="translate(332.34394,400.61396)"><path
d="m 0,0 c 0.017,-0.498 -0.563,-0.911 -1.281,-0.92 -0.722,-0.016 -1.307,0.387 -1.315,0.877 0,0.503 0.568,0.911 1.289,0.924 C -0.589,0.895 0,0.494 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path50" /></g><g
id="g52"
transform="translate(336.94254,401.39626)"><path
d="m 0,0 c 0.086,-0.485 -0.413,-0.984 -1.126,-1.117 -0.701,-0.129 -1.35,0.172 -1.439,0.653 -0.087,0.498 0.42,0.997 1.121,1.126 C -0.73,0.786 -0.091,0.494 0,0"
style="fill:#1b1817;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path54" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

218
static/img/mzte.svg Normal file
View file

@ -0,0 +1,218 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="500"
height="500"
viewBox="0 0 132.29166 132.29167"
version="1.1"
id="svg8"
enable-background="new"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="logo2.svg"
inkscape:export-filename="/home/lordmzte/mnt/data/logos/logo2.png"
inkscape:export-xdpi="191.99998"
inkscape:export-ydpi="191.99998">
<script
id="script837">alert(&quot;hallo&quot;)</script>
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient3012">
<stop
style="stop-color:#2b2b2c;stop-opacity:1"
offset="0"
id="stop3008" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3010" />
</linearGradient>
<inkscape:path-effect
effect="mirror_symmetry"
start_point="66.145833,160.29217"
end_point="66.145833,294.97934"
center_point="66.145833,227.63576"
id="path-effect3006"
is_visible="true"
mode="vertical"
discard_orig_path="false"
fuse_paths="true"
oposite_fuse="false" />
<inkscape:path-effect
effect="mirror_symmetry"
start_point="66.145833,164.7083"
end_point="66.145833,296.99997"
center_point="66.145833,230.85413"
id="path-effect1951"
is_visible="true"
mode="vertical"
discard_orig_path="false"
fuse_paths="true"
oposite_fuse="false" />
<inkscape:path-effect
effect="mirror_symmetry"
start_point="66.145833,164.80279"
end_point="66.145833,297.09446"
center_point="66.145833,230.94863"
id="path-effect1939"
is_visible="true"
mode="vertical"
discard_orig_path="false"
fuse_paths="true"
oposite_fuse="false" />
<linearGradient
inkscape:collect="always"
id="linearGradient1931">
<stop
style="stop-color:#bb0000;stop-opacity:1"
offset="0"
id="stop1927" />
<stop
style="stop-color:#ff9f9e;stop-opacity:0.99215686"
offset="1"
id="stop1929" />
</linearGradient>
<inkscape:path-effect
effect="mirror_symmetry"
start_point="66.145833,147.69937"
end_point="66.145833,279.99104"
center_point="66.145833,213.8452"
id="path-effect1925"
is_visible="true"
mode="vertical"
discard_orig_path="false"
fuse_paths="true"
oposite_fuse="false" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1931"
id="linearGradient1935"
x1="57.052219"
y1="222.40388"
x2="139.49574"
y2="264.94986"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3012"
id="linearGradient3014"
x1="59.629818"
y1="200.98578"
x2="78.533409"
y2="225.58939"
gradientUnits="userSpaceOnUse" />
<filter
y="-0.64000000000000035"
height="1.9900000000000004"
inkscape:menu-tooltip="Darkens the edge with an inner blur and adds a flexible glow"
inkscape:menu="Shadows and Glows"
inkscape:label="Dark and Glow"
style="color-interpolation-filters:sRGB;"
id="filter879"
x="-0.17000000000000004"
width="1.3">
<feGaussianBlur
stdDeviation="2.48"
result="result6"
id="feGaussianBlur869" />
<feComposite
result="result8"
in="SourceGraphic"
operator="atop"
in2="result6"
id="feComposite871" />
<feComposite
result="result9"
operator="over"
in2="SourceAlpha"
in="result8"
id="feComposite873" />
<feColorMatrix
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "
result="result10"
id="feColorMatrix875" />
<feBlend
in="result10"
mode="normal"
in2="result6"
id="feBlend877" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="209.30342"
inkscape:cy="264.48988"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1021"
inkscape:window-x="0"
inkscape:window-y="36"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-164.7083)">
<path
style="fill:#0f0d0e;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 66.145833,247.78231 18.518988,222.21874 29.676,205.57527 l -4.079767,15.2678 40.5496,20.29349 40.549597,-20.29349 -4.07976,-15.2678 11.15701,16.64347 z"
id="path1949"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
inkscape:path-effect="#path-effect1951"
inkscape:original-d="M 66.343415,247.88836 18.518988,222.21874 29.676,205.57527 l -4.079767,15.2678 40.60426,20.32085" />
<path
style="fill:url(#linearGradient1935);fill-opacity:1;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 66.145833,228.05324 -45.987866,-23.01905 9.15305,-16.08914 -25.3896721,15.48778 18.4399421,10.82771 -10.947102,3.00411 21.412207,3.14087 -13.435472,4.90064 23.959189,1.27875 -9.516836,7.00818 20.372285,-0.63399 11.940275,7.01118 11.940276,-7.01118 20.372285,0.63399 -9.516836,-7.00818 23.959192,-1.27875 -13.435475,-4.90064 21.412205,-3.14087 -10.9471,-3.00411 18.43994,-10.82771 -25.38967,-15.48778 9.15305,16.08914 z"
id="path1923"
inkscape:connector-curvature="0"
inkscape:path-effect="#path-effect1925"
inkscape:original-d="m 66.444536,228.20275 -46.286569,-23.16856 9.15305,-16.08914 -25.3896721,15.48778 18.4399421,10.82771 -10.947102,3.00411 21.412207,3.14087 -13.435472,4.90064 23.959189,1.27875 -9.516836,7.00818 20.372285,-0.63399 12.14454,7.13112"
sodipodi:nodetypes="cccccccccccc"
transform="translate(0,17.008929)" />
<path
style="fill:url(#linearGradient3014);fill-opacity:1;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter879)"
d="M 66.145833,206.06151 H 47.239888 l 18.905945,14.68717 18.905946,-14.68717 z"
id="path3004"
inkscape:connector-curvature="0"
inkscape:path-effect="#path-effect3006"
inkscape:original-d="M 66.35846,206.06151 H 47.239888 l 19.076075,14.81934"
sodipodi:nodetypes="ccc"
transform="matrix(1,0,0,0.98221431,0,7.2670365)"
inkscape:export-xdpi="191"
inkscape:export-ydpi="191"
onclick=""
onload="" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

32
templates/index.html Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css" type="text/css" media="all">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>LordMZTE</title>
</head>
<body>
<div style="height: 100px;">
<div id="header" height="100">
<img src="/img/mzte.svg" alt="logo" width="100" height="100">
<h1>LordMZTE</h1>
</div>
<div id="links">
<a href="/git" target="_blank"><img src="/img/gitea.svg" alt="gitea" width="50" height="50"></a>
<br>
<a href="https://github.com/lordmzte" target="_blank"><img src="/img/github.svg" alt="github" width="50"
height="50"></a>
</div>
</div>
<div id="content" width="100%">
{{ section.content | safe }}
</div>
</body>
</html>