diff --git a/canvas-10-feb/package.json b/canvas-10-feb/package.json index dcd0b0bf330698d362f5a3e04ff42f1576a33ac7..eaf706528e736d7aa85da76867ec49af77df74cf 100644 --- a/canvas-10-feb/package.json +++ b/canvas-10-feb/package.json @@ -1,6 +1,6 @@ { - "name": "canvas-10-feb", - "version": "0.1.0", + "name": "nodenogg.in", + "version": "0.0.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/canvas-10-feb/public/favicon.ico b/canvas-10-feb/public/favicon.ico index df36fcfb72584e00488330b560ebcf34a41c64c2..c93e47241c4a33a8f9f30eceacbc3a7df19285f4 100644 Binary files a/canvas-10-feb/public/favicon.ico and b/canvas-10-feb/public/favicon.ico differ diff --git a/canvas-10-feb/public/index.html b/canvas-10-feb/public/index.html index 41235286563508e0feb4c451a34b598ef822ec21..00ccfa9c7e87f0155fbb01e9b632b0fe4dfb2a0a 100644 --- a/canvas-10-feb/public/index.html +++ b/canvas-10-feb/public/index.html @@ -1,15 +1,60 @@ <!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"> - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + + <meta + name="viewport" + content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" + /> + + <!-- OPEN GRAPH --> + <meta + property="og:image" + content="https://alpha.nodenogg.in/files/logo_nt.png" + /> + <meta property="og:image:width" content="216" /> + <meta property="og:image:height" content="226" /> + <meta property="og:image:type" content="image/png" /> + <meta property="og:title" content="nodenogg.in - ALPHA build" /> + <meta + property="og:description" + content="nodenoggin is a Free Open Source Software (FOSS) project that empowers communities of practice to build and create knowledge by bridging the physical and digital studio spaces. designers and makers gather and spatially arrange materials, links and thoughts within the shared digital platform." + /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://alpha.nodenogg.in" /> + + <!-- TWITTER --> + <meta name="twitter:card" content="summary" /> + <meta + property="twitter:image" + content="https://alpha.nodenogg.in/files/logo_nt.jpg" + /> + <meta property="twitter:image:width" content="216" /> + <meta property="twitter:image:height" content="226" /> + <meta property="twitter:image:type" content="image/png" /> + <meta property="twitter:title" content="nodenogg.in - ALPHA build" /> + <meta + property="twitter:description" + content="nodenoggin is a Free Open Source Software (FOSS) project that empowers communities of practice to build and create knowledge by bridging the physical and digital studio spaces. designers and makers gather and spatially arrange materials, links and thoughts within the shared digital platform." + /> + + <meta property="twitter:url" content="https://alpha.nodenogg.in" /> + <meta property="twitter:site" content="@nodenoggin" /> + <meta property="twitter:creator" content="@nodenoggin" /> + + <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> + <title><%= htmlWebpackPlugin.options.title %></title> </head> <body> <noscript> - <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> + <strong + >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work + properly without JavaScript enabled. Please enable it to + continue.</strong + > </noscript> <div id="app"></div> <!-- built files will be auto injected -->