]> git.openfl.eu Git - yampl.git/commitdiff
add link to container
authorFl_GUI <flor.guilini@hotmail.com>
Sun, 26 Jan 2025 16:53:46 +0000 (17:53 +0100)
committerFl_GUI <flor.guilini@hotmail.com>
Sun, 26 Jan 2025 16:53:46 +0000 (17:53 +0100)
examples/templates/yampl/main.html
examples/toml/yampl.toml
static/style.css

index 83bc12991380f7cc224d3192dc5ee4fc1e425e57..848af3e7606215fbbeb9a4688d69795814f57765 100644 (file)
@@ -9,7 +9,7 @@
       {{ with .Project }}
       <h1> {{ .name }} </h1>
       <p> {{ .description }} </p>
-      <a href="{{ .source }}" > git </a>
+      <p> <a href="{{ .source }}" >git</a><span> </span><a href="{{ .container }}" >container image</a> <p>
       {{ end }}
       <h2 class="centered"> backlog </h2>
       <hr/>
index da27d244a7ebd27647c604e66386e835670cbaff..fdf76e2a5e415d3f22bf170c797fcbcd680c5768 100644 (file)
@@ -6,6 +6,7 @@ You are looking at it right now!
 The name was originally chosen as a combination of yaml and templates, but I switched to toml files.
 '''
 source="https://git.openfl.eu/?p=yampl.git"
+container="https://containers.openfl.eu/browser/repo/local/yampl/tag/deploy"
 
 [[items]]
 name = "hello world"
index 220232d9494c0304152cdd48f9242d942cfc34b3..c6acc9f1bba240807ebfc622bc83f0fa504e74ab 100644 (file)
@@ -6,6 +6,11 @@ body {
   font-size: xxx-large;
 }
 
+@font-face {
+  font-family: 'Noto Color Emoji';
+  src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
+}
+
 .column {
   max-width: 50%;
 }