Thomas B пре 1 недеља
родитељ
комит
32a406bb98
5 измењених фајлова са 43 додато и 3 уклоњено
  1. 2
    0
      input/index.md
  2. 1
    0
      input/projects/duality.md
  3. 8
    3
      page.html
  4. 32
    0
      static/css/style.css
  5. BIN
      static/img/NoGenAI_Seal.png

+ 2
- 0
input/index.md Прегледај датотеку

@@ -16,6 +16,8 @@ Have fun!
16 16
 
17 17
 To receive my latest updates, you can subscribe to the <a href="rss.xml"><img src="img/rss.png">RSS Feed</a>.
18 18
 
19
+All my projects and all content of this website are proudly made without _any_ generative artificial intelligence.
20
+
19 21
 ### Recent Posts and Updates
20 22
 
21 23
 <!--%

+ 1
- 0
input/projects/duality.md Прегледај датотеку

@@ -8,6 +8,7 @@ update: 2025-09-01
8 8
 comments: true
9 9
 favicon: https://xythobuz.github.io/Duality/favicon.png
10 10
 auto_toc: true
11
+no_gen_ai: true
11 12
 ---
12 13
 
13 14
 ## Introduction

+ 8
- 3
page.html Прегледај датотеку

@@ -24,19 +24,24 @@ else:
24 24
 </head>
25 25
 <body onload="loadPage()">
26 26
     <!--%
27
+        # GitHub Fork-Me Ribbon
27 28
         link = ""
28
-
29 29
         if page.get("github", "") != "":
30 30
             link = page.github
31 31
         if page.get("git", "") != "":
32 32
             link = page.git
33
-
34 33
         if link != "":
35
-            # GitHub Fork-Me Ribbon
36 34
             print('<div class="github-fork-ribbon-wrapper right-bottom">')
37 35
             print('<div class="github-fork-ribbon"><a href="')
38 36
             print(link)
39 37
             print('">Fork this with Git</a></div></div>')
38
+
39
+        # No Gen-AI seal
40
+        if page.get("no_gen_ai", "false") == "true":
41
+            print('<div class="seal_bottom_left">')
42
+            print('<a href="https://www.polygon-treehouse.com/no-gen-ai-seal">')
43
+            print('<img class="seal_img" src="img/NoGenAI_Seal.png" alt="This developer assures that No Gen AI was used in this indie game" />')
44
+            print('</a></div>')
40 45
     %-->
41 46
     <div id="wrap"><div id="nav">
42 47
         <ul id="navbar">

+ 32
- 0
static/css/style.css Прегледај датотеку

@@ -99,6 +99,22 @@ a.anchor.al4:link:after {
99 99
     display: none;
100 100
 }
101 101
 
102
+.seal_bottom_left {
103
+    position: fixed;
104
+    max-width: 15%;
105
+    bottom: 0;
106
+    left: 0;
107
+}
108
+
109
+.seal_bottom_left:hover {
110
+    border-radius: 10px;
111
+    z-index: 1;
112
+}
113
+
114
+.seal_img {
115
+    width: 100%;
116
+}
117
+
102 118
 @media (min-height: 750px) {
103 119
     #nav {
104 120
         position: fixed;
@@ -142,6 +158,10 @@ a.anchor.al4:link:after {
142 158
     .access_link {
143 159
         display: block;
144 160
     }
161
+
162
+    .seal_bottom_left {
163
+        max-width: 4.5%;
164
+    }
145 165
 }
146 166
 
147 167
 @media (min-width: 1500px) {
@@ -158,6 +178,10 @@ a.anchor.al4:link:after {
158 178
         left: 12.5%;
159 179
         width: 75%;
160 180
     }
181
+
182
+    .seal_bottom_left {
183
+        max-width: 12%;
184
+    }
161 185
 }
162 186
 
163 187
 .sh_link_upstream {
@@ -469,6 +493,10 @@ a.anchor:link:after {
469 493
     background: #DEDEDE;
470 494
 }
471 495
 
496
+.seal_bottom_left:hover {
497
+    background-color: #DEDEDE;
498
+}
499
+
472 500
 body, #nav, .collapsecontent {
473 501
     background-color: #FFFFFF;
474 502
 }
@@ -653,6 +681,10 @@ blockquote:before, blockquote:after {
653 681
         background: #252525;
654 682
     }
655 683
 
684
+    .seal_bottom_left:hover {
685
+        background-color: #252525;
686
+    }
687
+
656 688
     blockquote {
657 689
         background: #252525;
658 690
         border-left-color: #888888;

BIN
static/img/NoGenAI_Seal.png Прегледај датотеку


Loading…
Откажи
Сачувај