master
Hynek Zatloukal 2 weeks ago
parent bba8b8a756
commit 2bce5b52e5

@ -1,13 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="cs" class=""> <html lang="cs" class="">
<head> <head>
<title>N.E.B.E.</title> <title>Imagelance</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="stylesheet" href="style.scss" type="text/css" media="screen"/> <link rel="stylesheet" href="style.scss" type="text/css" media="screen"/>
</head> </head>
<body> <body>
<a href="https://www.nebe.app/app/" target="_blank"> <a href="https://www.example.com" target="_blank">
<main class="wrapper"> <main class="wrapper">
<div class="background"></div> <div class="background"></div>
@ -40,7 +40,7 @@
</div> </div>
<div class="logo"> <div class="logo">
<img src="logo.png" alt="N.E.B.E." width="30"> <img src="logo.png" alt="" width="30">
</div> </div>
</main> </main>
</a> </a>

@ -1 +1 @@
# Ukázková šablona pro image kreativy # Ukázková šablona pro image

@ -4,17 +4,17 @@ $color-red: #ff0000 ;
@font-face { @font-face {
font-family: DINProRegular; font-family: DINProRegular;
src: url(https://cdn.nebe.app/demo/fonts/DINPro-Regular.ttf) format("truetype"); src: url(https://client-common.cdn.imagelance.com/6e4c0cccc10bf152/uploads/demo/fonts/dinpro-regular.ttf) format("truetype");
} }
@font-face { @font-face {
font-family: DINProBold; font-family: DINProBold;
src: url(https://cdn.nebe.app/demo/fonts/DINPro-Bold.ttf) format("truetype"); src: url(https://client-common.cdn.imagelance.com/6e4c0cccc10bf152/uploads/demo/fonts/dinpro-bold.ttf) format("truetype");
} }
@font-face { @font-face {
font-family: CallingCodeBold; font-family: CallingCodeBold;
src: url(https://cdn.nebe.app/demo/fonts/callingcode-bold.otf) format("opentype"); src: url(https://client-common.cdn.imagelance.com/6e4c0cccc10bf152/uploads/demo/fonts/callingcode-bold.otf) format("opentype");
} }
* { * {

@ -28,7 +28,7 @@
"image_link": { "image_link": {
"label": "URL obrázku", "label": "URL obrázku",
"type": "url", "type": "url",
"value": "https://cdn.nebe.app/demo/print/product.svg" "value": "https://client-common.cdn.imagelance.com/6e4c0cccc10bf152/uploads/demo/print/product.svg"
}, },
"price": { "price": {
"label": "Cena", "label": "Cena",
@ -51,7 +51,7 @@
}, },
"link": { "link": {
"label": "Odkaz", "label": "Odkaz",
"value": "https://www.nebe.app/app", "value": "https://www.example.com",
"prefill": true "prefill": true
} }
} }

Loading…
Cancel
Save