Link to sources, moved
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 22s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 22s
This commit is contained in:
parent
01cd45c1ae
commit
5500b22a03
4 changed files with 51 additions and 51 deletions
|
@ -1,6 +1,9 @@
|
||||||
<script>
|
<script>
|
||||||
import RepeatedSkills from "./RepeatedSkills.svelte";
|
import RepeatedSkills from "./RepeatedSkills.svelte";
|
||||||
|
|
||||||
|
// Cedit
|
||||||
|
import LinkToSource from "../CompsRev3/LinkToSource.svelte";
|
||||||
|
|
||||||
export let Style = "";
|
export let Style = "";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -9,12 +12,17 @@
|
||||||
<RepeatedSkills textOverride={["Hello", "你好", "Hej"]} targetTextHeight={4} targetTextWidth={50} applyRotation={false}/>
|
<RepeatedSkills textOverride={["Hello", "你好", "Hej"]} targetTextHeight={4} targetTextWidth={50} applyRotation={false}/>
|
||||||
</div>
|
</div>
|
||||||
<div/>
|
<div/>
|
||||||
|
<div class="flex justify-center">
|
||||||
|
<div class="w-[6cm]">
|
||||||
|
<LinkToSource/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.container {
|
.container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translate(-25mm, 0mm) rotate(-45deg);
|
transform: translate(-30mm, 7.5mm) rotate(-45deg);
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-self: start;
|
justify-self: start;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
|
@ -3,21 +3,58 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div>
|
<div class="flex justify-center">
|
||||||
This CV was made using html, css and <a class="grid place-content-center" href="https://kit.svelte.dev/"><img src={svelteLogo} alt="SvelteKit logo"/></a>
|
<div class="corner-border-container p-1 m-1">
|
||||||
|
<div class="flex">
|
||||||
|
This CV was made using html, css and <a class="grid place-content-center" href="https://kit.svelte.dev/"><img src={svelteLogo} class="w-2 h-2" alt="SvelteKit logo"/></a>
|
||||||
|
</div>
|
||||||
Sources:
|
Sources:
|
||||||
<a href="https://gitea.deprived.dev/Sveskejuice/deprived-main-website/src/branch/dev/src/routes/zhen/cv/rev2/+page.svelte">CV source code</a>
|
<a href="https://gitea.deprived.dev/Sveskejuice/deprived-main-website/src/branch/dev/src/routes/zhen/cv/rev2/+page.svelte">CV source code</a>
|
||||||
and
|
and
|
||||||
<a href="/zhen/cv/rev2?hideOnPrint=1">My Website</a>
|
<a href="/zhen/cv/rev2?hideOnPrint=1">My Website</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.corner-border-container {
|
||||||
|
--length: 5px;
|
||||||
|
--width: 1px;
|
||||||
|
background-color: var(--left-grid-bg-color);
|
||||||
|
background-image:
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
||||||
|
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color));
|
||||||
|
background-size:
|
||||||
|
var(--length) var(--width),
|
||||||
|
var(--width) var(--length),
|
||||||
|
var(--length) var(--width),
|
||||||
|
var(--width) var(--length),
|
||||||
|
var(--length) var(--width),
|
||||||
|
var(--width) var(--length),
|
||||||
|
var(--length) var(--width),
|
||||||
|
var(--width) var(--length);
|
||||||
|
background-position:
|
||||||
|
top left,
|
||||||
|
top left,
|
||||||
|
top right,
|
||||||
|
top right,
|
||||||
|
bottom right,
|
||||||
|
bottom right,
|
||||||
|
bottom left,
|
||||||
|
bottom left;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding-left: 2mm;
|
|
||||||
|
|
||||||
font-size: 0.75rem;
|
font-size: 0.5rem;
|
||||||
|
|
||||||
//white-space: nowrap;
|
//white-space: nowrap;
|
||||||
|
|
||||||
|
@ -31,21 +68,9 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div:first-child {
|
|
||||||
display: flex;
|
|
||||||
place-content: center;
|
|
||||||
justify-content: start;
|
|
||||||
|
|
||||||
a:nth-child(1) > img {
|
|
||||||
width: 5mm;
|
|
||||||
|
|
||||||
padding-left: 1mm;
|
|
||||||
padding-right: 1mm;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
div:nth-child(2){
|
div:nth-child(2){
|
||||||
padding-bottom: 2mm;
|
padding-bottom: 2mm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
// Shared CSS
|
|
||||||
import "./shared.css";
|
|
||||||
|
|
||||||
// Left side
|
// Left side
|
||||||
import NameAndImage from "../CompsRev3/NameAndImage.svelte";
|
import NameAndImage from "../CompsRev3/NameAndImage.svelte";
|
||||||
|
@ -21,8 +19,6 @@
|
||||||
import AlexWatermark from "../CompsRev3/AlexWatermark.svelte";
|
import AlexWatermark from "../CompsRev3/AlexWatermark.svelte";
|
||||||
import RepeatedSkills from "../CompsRev3/RepeatedSkills.svelte";
|
import RepeatedSkills from "../CompsRev3/RepeatedSkills.svelte";
|
||||||
|
|
||||||
// Cedit
|
|
||||||
import LinkToSource from "../CompsRev3/LinkToSource.svelte";
|
|
||||||
|
|
||||||
// Discord embed
|
// Discord embed
|
||||||
import preveiwImage from "$lib/zhen/cv-comps/EposCvPreveiw.png";
|
import preveiwImage from "$lib/zhen/cv-comps/EposCvPreveiw.png";
|
||||||
|
@ -103,9 +99,6 @@
|
||||||
targetTextWidth={75}
|
targetTextWidth={75}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="Credit">
|
|
||||||
<LinkToSource />
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<Profile />
|
<Profile />
|
||||||
<BiggestFlex />
|
<BiggestFlex />
|
||||||
|
@ -303,13 +296,6 @@
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Credit {
|
|
||||||
position: absolute;
|
|
||||||
z-index: 0;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
align-self: flex-end;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
.corner-border-container {
|
|
||||||
background-color: var(--left-grid-bg-color);
|
|
||||||
background-image:
|
|
||||||
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
|
||||||
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
|
||||||
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color)),
|
|
||||||
linear-gradient(var(--left-decor-line-color), var(--left-decor-line-color));
|
|
||||||
background-size:
|
|
||||||
30px 4px,
|
|
||||||
4px 30px,
|
|
||||||
30px 4px,
|
|
||||||
4px 30px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position:
|
|
||||||
top left,
|
|
||||||
top left,
|
|
||||||
bottom right,
|
|
||||||
bottom right;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue