Explorar o código

Update gitignore for vim.
Update project cards.

Lee Morgan %!s(int64=2) %!d(string=hai) anos
pai
achega
af91fd20b5
Modificáronse 5 ficheiros con 10 adicións e 9 borrados
  1. 2 1
      .gitignore
  2. 2 2
      routes.js
  3. BIN=BIN
      views/images/myvillage-market.webp
  4. BIN=BIN
      views/images/plagiarism.jpeg
  5. 6 6
      views/main/index.html

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@
 /thumbNails/*
 /documents/*
 /galleryImages/*
-/currencyimages/*
+/currencyimages/*
+*.swp

+ 2 - 2
routes.js

@@ -36,7 +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`));
+    app.get("/images/plagiarism", (req, res)=>res.sendFile(`${views}/images/plagiarism.jpeg`));
 
     //SUDOKU
     app.get("/sudoku", (req, res)=>{res.sendFile(`${views}/sudoku/index.html`)});
@@ -78,4 +78,4 @@ module.exports = function(app){
     //2u RUBRICS
     app.get("/2u/rubrics/:num", (req, res)=>res.sendFile(`${__dirname}/rubrics/mod${req.params.num}.html`));
     app.get("/2u/style", (req, res)=>res.sendFile(`${__dirname}/rubrics/style.css`));
-}
+}

BIN=BIN
views/images/myvillage-market.webp


BIN=BIN
views/images/plagiarism.jpeg


+ 6 - 6
views/main/index.html

@@ -184,7 +184,7 @@
             </div>
 
             <div id="projects" class="cardContainer" style="display:none">
-                <a class="card" href="https://thesubline.com">
+                <a class="card" href="https://subline.leemorgan.dev">
                     <h2>The Subline</h2>
                     <img src="/images/subline" alt="The Subline">
                     <p>A web application to assist restaurant owners in managing their inventories. Providing insights into usage, waste and other details through the use of data.</p>
@@ -214,10 +214,10 @@
                     <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 class="card" href="https://plag.leemorgan.dev">
+                    <h2>Black Plag</h2>
+                    <img src="/images/plagiarism" alt="Person plagiarising on a laptop"/>
+                    <p>Tool for searching for assignment plagiarism using TF-IDF</p>
                 </a>
             </div>
 
@@ -530,4 +530,4 @@
                 .catch((err)=>{});
         </script>
     </body>
-</html>
+</html>