my website banner

updated dir and added photo to index
authorDavid Polakovic <email@dpolakovic.space>
Mon, 17 Jul 2023 14:57:54 +0000 (16:57 +0200)
committerDavid Polakovic <email@dpolakovic.space>
Mon, 17 Jul 2023 14:57:54 +0000 (16:57 +0200)
Blogs/blog-list.html
Blogs/blog-template.html
Pictures/david.jpg [new file with mode: 0644]
Pictures/sky.jpg [new file with mode: 0644]
Styles/styles.css
ad.html [deleted file]
blog.html [deleted file]
blog.php
dir.html
index.html
test.html

index 327651e46f98ba642d1b2d1352f98033d82c3525..520aa7472724f26467d9b7c5f3d7c6aece0cd703 100644 (file)
@@ -1,3 +1 @@
-Does it work? Hope it does...
-and what about now?
-and this, this is Edited 
+There is nothing here. Yet.
index df0a7890645b291a5150b26c03bd8c1efa561c8d..317d2b12d14e72f82637d72349129c63d1ec8961 100644 (file)
@@ -68,8 +68,9 @@
 
     <!-- footer  -->
     <footer class="footer">      
-      no cookies, no javascript
-      - copyright 2023 David Polakovic
+      copyright 2023 David Polakovic
+      - content of this web is licensed under
+      <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/">CC BY-NC-ND 3.0</a>
       - <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
     </footer>
     
diff --git a/Pictures/david.jpg b/Pictures/david.jpg
new file mode 100644 (file)
index 0000000..f42c286
Binary files /dev/null and b/Pictures/david.jpg differ
diff --git a/Pictures/sky.jpg b/Pictures/sky.jpg
new file mode 100644 (file)
index 0000000..046ba6c
Binary files /dev/null and b/Pictures/sky.jpg differ
index a6dc7df250b69a089eb8f2291c7c8e230f7fe3ea..96aa4ffe45c786e641d53b984af7999c05269711 100644 (file)
@@ -94,8 +94,9 @@ body {
     max-width: 100%;
 }
 
-.center {
-    text-align: center;
+.hide-link {
+    color: inherit;
+    text-decoration: inherit;
 }
 
 /* Footer
@@ -204,3 +205,17 @@ body {
     display: block;
     word-wrap: break-word;
 }
+
+.what-is-this {
+    max-width: 975px;
+    height: auto;
+    width: 100%;
+    margin: 0 auto;
+    text-align: justify;
+    color: #e8cba9;
+}
+
+.what-is-this a {
+    color: inherit;
+    text-decoration: inherit;
+}
diff --git a/ad.html b/ad.html
deleted file mode 100644 (file)
index 64216a2..0000000
--- a/ad.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Classified ad @ dpolakovic.space</title>
-    <link rel="icon"         href="./Pictures/dot.png">
-    <link rel="stylesheet"   href="./Styles/styles.css">
-    <link rel="author"       href="mailto:email@dpolakovic.space">
-    <meta name="description" content="personal website and git server"> 
-  </head>
-  <body>
-    
-    <!-- show pictures (banner) on top of the page -->
-    <div class="banner">
-      <p>
-       <img src="./Pictures/dpolakovic.png" alt="simple">
-       <img src="./Pictures/dot.png" alt="website">
-       <img src="./Pictures/space.png" alt="banner">
-      </p>
-    </div>
-    
-    <!-- navigation bar -->
-    <nav class="nav-bar">
-      <ul>
-       <li><a href="https://dpolakovic.space">About</a></li>
-       <li><a href="https://dpolakovic.space/blog.php">Blog</a></li>
-       <li><a href="https://dpolakovic.space/ad.html">Classified ad</a></li>
-       <li><a class="gitserver" href="https://git.dpolakovic.space">Git server</a>
-       </li>
-      </ul>
-    </nav>
-
-    <!-- page content -->
-    <main class="content">
-      <p>
-       <h2> Classified ad </h2> 
-       <i>  My online noticeboard.   </i>
-       <br>
-       <ul>
-         <!-- What I need  -->
-         <li>
-           I will buy board game Le Havre in any of these languages: EN, DE, CZE.
-         </li><br>
-         <li>
-           I am looking for Motorola F3 also known as Motofone. I will buy both
-           GSM variants, US and EU, as well as batteries for them.
-         </li><br>
-
-         <!-- What I offer  -->
-         <li>
-           I offer for sale original Nintendo NES classic edition with two controllers,
-           signed by Masayuki Uemura - console only, without box.
-         </li><br>
-         
-       </ul>
-      </p>
-      <p>
-       For contact, please see "<a href="https://dpolakovic.space">About</a>" page.
-      </p>
-    </main>
-
-    <!-- footer  -->
-    <footer class="footer">      
-      no cookies, no javascript
-      - copyright 2023 David Polakovic
-      - <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
-    </footer>
-    
-  </body>
-  </html>
diff --git a/blog.html b/blog.html
deleted file mode 100644 (file)
index f111924..0000000
--- a/blog.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Blog @ dpolakovic.space</title>
-    <link rel="icon"         href="./Pictures/dot.png">
-    <link rel="stylesheet"   href="./Styles/styles.css">
-    <link rel="author"       href="mailto:email@dpolakovic.space">
-    <meta name="description" content="personal website and git server">
-    <meta name="author"      content="David Polakovic, 2023">
-  
-  </head>
-  <body>
-    
-    <!-- show pictures (banner) on top of the page -->
-    <div class="banner">
-      <p>
-       <img src="./Pictures/dpolakovic.png" alt="simple">
-       <img src="./Pictures/dot.png" alt="website">
-       <img src="./Pictures/space.png" alt="banner">
-      </p>
-    </div>
-    
-    <!-- navigation bar -->
-    <nav class="nav-bar">
-      <ul>
-       <li><a href="https://dpolakovic.space">About</a></li>
-       <li><a href="https://dpolakovic.space/blog.php">Blog</a></li>
-       <li><a href="https://dpolakovic.space/ad.html">Classified ad</a></li>
-       <li><a class="gitserver" href="https://git.dpolakovic.space">Git server</a>
-       </li>
-      </ul>
-    </nav>
-
-    <!-- page content -->
-    <main class="content">
-      <p>
-       <h2> Blog </h2> 
-       <i> Some obscure thoughts caught on the Web. </i>
-       <br>
-       <br>
-       After eating and breathing, expressing opinions on the internet is the
-       most important humand need. Here are some of mine that occupied my mind
-       for more than few seconds.<br><br>
-      </p>
-      <p>
-       WHOOOPS! Nothing's here. You better check
-       <a href="https://dpolakovic.space/blog.php">blog.PHP</a></li>
-      </p>
-      </main>
-
-    <!-- footer  -->
-    <footer class="footer">      
-      no cookies, no javascript
-      - copyright 2023 David Polakovic 
-      - <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
-    </footer>
-    
-  </body>
-  </html>
index f08cfc442974a5b318a10cd98fd4a677247ef986..71cf2ef2b098b5adaa0990f537cd50311780040e 100644 (file)
--- a/blog.php
+++ b/blog.php
          }         
         ?>
       </p>
+      <br>
       </main>
 
     <!-- footer  -->
     <footer class="footer">      
-      no ads, no cookies, no javascript
-      - copyright 2023 David Polakovic 
+      copyright 2023 David Polakovic
+      - content of this web is licensed under
+      <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/">CC BY-NC-ND 3.0</a>
       - <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
     </footer>
     
index 9a08a3a75c07bf25541d1b62c174181f1aec07dd..6437043f7f503166e31e1f01ae24cd152827e202 100644 (file)
--- a/dir.html
+++ b/dir.html
        surfers to share links between each other in web directories like this one.
        So here are links I thought you might find useful.
       </p>
-      <p>      
-       &nbsp;&nbsp; <a href="https://wiby.me/">Wiby.me</a>
-       - search engine for the personal web<br>
-       &nbsp;&nbsp; <a href="https://www.floppydisks.com">Floppydisks.com</a>
-       - the best place to still buy floppies<br>
+      <p>
+       &nbsp;&nbsp; <a href="https://directory.fsf.org/wiki/Main_Page">Free software directory</a>
+       - a collaborative catalog of free software<br>
+       &nbsp;&nbsp; <a href="https://cidr.xyz/">Cidr.xyz</a>
+       - when you are setting up network and you don't want to die over subnet
+       tables [3]<br>
+       &nbsp;&nbsp; <a href="https://tube.cadence.moe/">CloudTube</a>
+       - FOSS instance of youtube.com<br> 
+       &nbsp;&nbsp; <a href="https://www.floppydisk.com">Floppydisk.com</a>
+       - the best place to still buy floppies [3]<br>
        &nbsp;&nbsp; <a href="https://www.zophar.net/">Zorphar.net</a>
        - long-running emulation website<br>
        &nbsp;&nbsp; <a href="https://cyber.dabamos.de/88x31/index.html">Web buttons</a>
        - here is list of 4000+ web buttons from Cyber Vanguards website<br>
+       &nbsp;&nbsp; <a href="https://winworldpc.com/home">WinWorld</a>
+       - online museum/library of vintage software<br>
        &nbsp;&nbsp; <a href="https://en.uesp.net/wiki/Main_Page">UESP Wiki</a>
-       - everything I ever needed for TES III Morrowind I found here<br>
-       &nbsp;&nbsp; <a href="https://www.retronetwork.net/html4/retrositelist.php">Retronetwork.net</a>
-       - web directory of pages for older hardware and retro computing<br> 
-<!--   &nbsp;&nbsp; <a href="https://webring.theoldnet.com/">Theoldnet.com webring</a>
-       - old school web ring from the days of early internet<br> -->
+       - everything I ever needed for TES III Morrowind I found here [2]<br> 
+      </p>
+      <p>
+       Some of these websites contains "allergens"<br>
+       [1] - advertisements<br>
+       [2] - unnecessary cookies<br>
+       [3] - proprietary javascript
       </p>
       <br>
       </main>
 
     <!-- footer  -->
     <footer class="footer">      
-      no ads, no cookies, no javascript
-      - copyright 2023 David Polakovic 
+      copyright 2023 David Polakovic
+      - content of this web is licensed under
+      <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/">CC BY-NC-ND 3.0</a>
       - <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
     </footer>
     
index 0687e6d74a6378a4fda938fc26a7e79310c2a570..8e0a6538ae91e05a5f78bc54a108ed13a4e7259a 100644 (file)
        <i>  Thank you for stopping in!  </i>
        <br>
        <br>
-       My name is David Polakovic and I work as software tester. 
-       This is my personal Web <i>space</i> which I primarily use for my
-       self-hosted git server. Feel free to browse here and if you wish to
-       contact me, you can use:
+       My name is
+       <a href="./Pictures/david.jpg" class="hide-link">David</a>
+       and I work as software developer.
+       This is my personal Web <i>space</i> which serves me as substitution for all
+       (anti)social media. Feel free to browse here or check out my mostly
+       abandoned git server. My primary communication channel is email,
+       so if you wish to contact me, you can use:
       </p>
       <p>
          <center>
-         <a href="mailto:email@dpolakovic.space">email at dpolakovic dot space</a>
-         <a href="./Minor-pages/gpg.html">(my public GPG)</a>
+           <a href="mailto:email@dpolakovic.space">email at dpolakovic dot space</a>
+           &nbsp;
+           <a href="./Minor-pages/gpg.html">(my public GPG)</a>
          </center>
       </p>
       <!-- Put here something you want to say -->
 
     <!-- footer  -->
     <footer class="footer">      
-      no ads, no cookies, no javascript
-      - copyright 2023 David Polakovic
-      - <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
-    </footer>
-    
+      copyright 2023 David Polakovic
+      - content of this web as well as photo of me with box on the head is licensed
+      under
+      <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/">CC BY-NC-ND 3.0</a>
+      <br>
+      <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
+    </footer>   
   </body>
   </html>
index 1563735e4bb69053661f489aef5bd148fa9eb7a1..fe79ceb0c359df7adf4f11520f7c406c876fb0ba 100644 (file)
--- a/test.html
+++ b/test.html
@@ -48,8 +48,9 @@
 
     <!-- footer  -->
     <footer class="footer">      
-      no ads, no cookies, no javascript
-      - copyright 2023 David Polakovic 
+      copyright 2023 David Polakovic
+      - content of this web is licensed under
+      <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/">CC BY-NC-ND 3.0</a>
       - <a href="https://git.dpolakovic.space/?p=my-website;a=tree">this site is free software</a>
     </footer>