ソースを参照

Add link in projects to myvillage.market.

Lee Morgan 3 年 前
コミット
6792e7563f
3 ファイル変更7 行追加0 行削除
  1. 1 0
      routes.js
  2. BIN
      views/images/myvillage-market.webp
  3. 6 0
      views/main/index.html

+ 1 - 0
routes.js

@@ -36,6 +36,7 @@ module.exports = function(app){
     app.get("/images/covid", (req, res)=>{res.sendFile(`${views}/images/covid.jpeg`)});
     app.get("/images/currency", (req, res)=>res.sendFile(`${views}/images/currency.jpeg`));
     app.get("/images/favicon", (req, res)=>res.sendFile(`${views}/images/favicon.ico`));
+    app.get("/images/myvillage-market", (req, res)=>res.sendFile(`${views}/images/myvillage-market.webp`));
 
     //SUDOKU
     app.get("/sudoku", (req, res)=>{res.sendFile(`${views}/sudoku/index.html`)});

BIN
views/images/myvillage-market.webp


+ 6 - 0
views/main/index.html

@@ -127,6 +127,12 @@
                     <img src="/images/blacklist" alt="Blacklist.aero logo">
                     <p>A site to enable airports to blacklist and check on the status of those who use their services.</p>
                 </a>
+
+                <a class="card" href="https://myvillage.market">
+                    <h2>MyVillage.market</h2>
+                    <img src="/images/myvillage-market" alt="Market with various vegetables"/>
+                    <p>A place for local vendors to display their products and users to search for vendors in their region.</p>
+                </a>
             </div>
 
             <div id="blog" style="display:none;">