Chore: improved background styling
This commit is contained in:
parent
5b5bb68f50
commit
36ba53eb2e
@ -9,6 +9,7 @@ body {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
@ -19,7 +20,7 @@ body {
|
||||
.card{
|
||||
padding: 10px;
|
||||
border: 1px solid darkblue;
|
||||
background-color: #ffffffcc;
|
||||
background-color: #ddddddcc;
|
||||
border-radius: 0.5em;
|
||||
box-shadow: 3px 3px 3px #30303090;
|
||||
margin: 1em 0.5em;
|
||||
@ -34,16 +35,57 @@ html {
|
||||
background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F);
|
||||
}
|
||||
|
||||
main {
|
||||
.flex{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.content {
|
||||
/* display: inline-block; */
|
||||
margin: auto;
|
||||
/* margin-top: 1em; */
|
||||
min-width: 80%;
|
||||
min-height: 40%;
|
||||
overflow: auto;
|
||||
/* min-height: 40%; */
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
main>div {
|
||||
.block-photo {
|
||||
padding: 10px;
|
||||
border-top: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
/* border: 1px solid darkblue; */
|
||||
background-image: url('../img/sunnyclouds.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: 100% 100%;
|
||||
box-shadow: inset 0px 0px 6px #30303090;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.block-darker {
|
||||
padding: 10px;
|
||||
/* border: 1px solid darkblue; */
|
||||
/* background-color: #80808040; */
|
||||
background-image: linear-gradient(#00000000, #d0e08030, #d0e08030, #00000000 );
|
||||
/* box-shadow: 3px 3px 3px #30303090; */
|
||||
/* border-radius: 4px; */
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.block-alert {
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border: 1px solid darkblue;
|
||||
background-color: #ffaaaadd;
|
||||
box-shadow: 3px 3px 3px #30303090;
|
||||
border-radius: 4px;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.block-white {
|
||||
padding: 10px;
|
||||
border: 1px solid darkblue;
|
||||
background-color: #ffffffcc;
|
||||
@ -52,7 +94,7 @@ main>div {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
main>div>h1 {
|
||||
.content>h1 {
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-size: 3em;
|
||||
margin-top: 0px;
|
||||
@ -61,23 +103,21 @@ main>div>h1 {
|
||||
text-shadow: 0px 0px 4px white, 2px 2px 6px;
|
||||
}
|
||||
|
||||
main>p,
|
||||
main>div>p {
|
||||
.content>p{
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
main>h2,
|
||||
main>div>h2 {
|
||||
.content>h2 {
|
||||
margin-left: 0.2em;
|
||||
}
|
||||
|
||||
main>h2{
|
||||
.content>h2{
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
main>div>h2 {
|
||||
.content>h2 {
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
main>h3{
|
||||
.content>h3{
|
||||
margin-left: 0.8em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
@ -104,14 +144,13 @@ html.theme-dark {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.theme-dark>body>main>div {
|
||||
.theme-dark>body>main>.block-white {
|
||||
border: 1px solid darkgray;
|
||||
background-color: black;
|
||||
box-shadow: 3px 3px 5px #101010C0;
|
||||
}
|
||||
|
||||
.theme-dark>body>main>h1,
|
||||
.theme-dark>body>main>div>h1 {
|
||||
.theme-dark>body>main>.content>h1 {
|
||||
text-shadow: 0px 0px 3px blue, 2px 2px 6px;
|
||||
}
|
||||
|
||||
|
BIN
src/img/sunnyclouds.jpg
Normal file
BIN
src/img/sunnyclouds.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
@ -9,8 +9,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<div>
|
||||
<main class="flex">
|
||||
<div class="block-white content">
|
||||
<button class="theme-button" title="Dark theme on/off" onclick="toggleTheme();">☀</button>
|
||||
<h1>Ward Truyen</h1>
|
||||
<h2>Wie ben ik:</h2>
|
||||
@ -33,10 +33,17 @@
|
||||
</p>
|
||||
<p>Voor meer informatie <a href="docs/CV_WardTruyen_2024.pdf">bekijk mijn cv</a>.</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="block-alert">
|
||||
<p>Ik heb projecten waar ik aan werk, hieronder een overzicht.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>Zelf gemaakt 2024:</h2>
|
||||
<h3>Deze website</h3>
|
||||
<p>Deze <a href="https://nl.wikipedia.org/wiki/Server"
|
||||
title="Een server is een computer dat diensten verleent aan clients" target="_blank">server</a> heb ik kunnen
|
||||
title="Een server is een computer dat diensten verleent aan clients" target="_blank">server</a> heb ik
|
||||
kunnen
|
||||
opzetten met
|
||||
<a href="https://archlinux.org/" title="Besturingssysteem Arch Linux" target="_blank">Arch Linux</a> als <a
|
||||
href="https://nl.wikipedia.org/wiki/Besturingssysteem" title"Besturingssysteem" target="_blank">OS</a>.
|
||||
@ -49,8 +56,12 @@
|
||||
m.b.v. <a href="https://www.docker.com/" title="Container applicatie" target="_blank">Docker</a> beheerd.
|
||||
</p>
|
||||
<h3>Familie website</h3>
|
||||
<p>Op <a href="https://tds.truyen.network" target="_blank">tds.truyen.network</a> staat mijn gezin data beheer site.
|
||||
<p>Op <a href="https://tds.truyen.network" target="_blank">tds.truyen.network</a> staat mijn gezin data beheer
|
||||
site.
|
||||
Deze is gemaakt met als backend Java, Spring en REST, als frontend is er Angular.</p>
|
||||
</div>
|
||||
<div class="block-darker flex">
|
||||
<div class="content">
|
||||
<section id="image-carousel" class="splide" aria-label="Beautiful Images">
|
||||
<div class="splide__track">
|
||||
<ul class="splide__list">
|
||||
@ -80,12 +91,19 @@
|
||||
<!-- <img src="img/tds2.png" alt="tds.truyen.network"> -->
|
||||
<!-- <img src="img/tds3.png" alt="tds.truyen.network"> -->
|
||||
<!-- <img src="img/tds4.png" alt="tds.truyen.network"> -->
|
||||
<p>Op <a href="https://sf.truyen.network" target="_blank">sf.truyen.network</a> staat een kopie van diezelfde site,
|
||||
waar u op kan inloggen en inspecteren (login gegevens staan in mijn CV).<br> Mocht er hier iets fout lopen, stuur
|
||||
me a.u.b. een e-mail of bel me, en ik los het ASAP op.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>Op <a href="https://sf.truyen.network" target="_blank">sf.truyen.network</a> staat een kopie van diezelfde
|
||||
site, waar u op kan inloggen en inspecteren (login gegevens staan in mijn CV).<br> Mocht er hier iets fout
|
||||
lopen,
|
||||
stuur me a.u.b. een e-mail of bel me, en ik los het ASAP op.</p>
|
||||
<h3>WTerminal</h3>
|
||||
<p>Op <a href="https://wterminal.truyen.network" target="_blank">wterminal.truyen.network</a> kan u mijn
|
||||
browser-addon of website-tooltje WTerminal vinden.</p>
|
||||
</div>
|
||||
<div class="block-photo flex">
|
||||
<div class="content">
|
||||
<h2>Zelf gemaakt vroeger:</h2>
|
||||
<div class="card">
|
||||
<h1>Ronny</h1>
|
||||
@ -99,7 +117,9 @@
|
||||
<iframe src="https://www.youtube.com/embed/Rejp6cVRxfc">
|
||||
</iframe>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block-white content">
|
||||
<h2>Links naar de verschillende domeinen op deze server:</h2>
|
||||
<ul class="dashed">
|
||||
<li>website <a href="https://truyen.network" target="_blank">truyen.network</a> centrale website</li>
|
||||
@ -107,7 +127,8 @@
|
||||
repositories te beheren</li>
|
||||
<li>website <a href="https://tds.truyen.network" target="_blank">tds.truyen.network</a> voor gezin data beheer
|
||||
</li>
|
||||
<li>voorbeeld-website <a href="https://sf.truyen.network" target="_blank">sf.truyen.network</a> voor gezin data
|
||||
<li>voorbeeld-website <a href="https://sf.truyen.network" target="_blank">sf.truyen.network</a> voor gezin
|
||||
data
|
||||
beheer</li>
|
||||
<li>website <a href="https://willem.truyen.network" target="_blank">willem.truyen.network</a> bevat spelletjes
|
||||
voor Willem</li>
|
||||
|
Loading…
Reference in New Issue
Block a user