From 4119c3b8e68562e256370c53a7e2df26ff97e880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 17 Mar 2019 17:25:56 -0500 Subject: fix semantic HTML5, refactoring article tag --- about.html | 4 +-- contact.html | 4 +-- dist/main.js | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 12 +++---- post.html | 36 ++++++++++----------- src/index.js | 1 + 6 files changed, 129 insertions(+), 28 deletions(-) create mode 100644 dist/main.js create mode 100644 src/index.js diff --git a/about.html b/about.html index d621718..02f56f4 100644 --- a/about.html +++ b/about.html @@ -66,7 +66,7 @@
-
+
@@ -117,7 +117,7 @@
-
+ diff --git a/contact.html b/contact.html index e7149ad..c36ad86 100644 --- a/contact.html +++ b/contact.html @@ -66,7 +66,7 @@
-
+
@@ -149,7 +149,7 @@
-
+ diff --git a/dist/main.js b/dist/main.js new file mode 100644 index 0000000..b172ab2 --- /dev/null +++ b/dist/main.js @@ -0,0 +1,100 @@ +/******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) { +/******/ return installedModules[moduleId].exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ i: moduleId, +/******/ l: false, +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.l = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // define getter function for harmony exports +/******/ __webpack_require__.d = function(exports, name, getter) { +/******/ if(!__webpack_require__.o(exports, name)) { +/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); +/******/ } +/******/ }; +/******/ +/******/ // define __esModule on exports +/******/ __webpack_require__.r = function(exports) { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ +/******/ // create a fake namespace object +/******/ // mode & 1: value is a module id, require it +/******/ // mode & 2: merge all properties of value into the ns +/******/ // mode & 4: return value when already ns object +/******/ // mode & 8|1: behave like require +/******/ __webpack_require__.t = function(value, mode) { +/******/ if(mode & 1) value = __webpack_require__(value); +/******/ if(mode & 8) return value; +/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; +/******/ var ns = Object.create(null); +/******/ __webpack_require__.r(ns); +/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); +/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); +/******/ return ns; +/******/ }; +/******/ +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = function(module) { +/******/ var getter = module && module.__esModule ? +/******/ function getDefault() { return module['default']; } : +/******/ function getModuleExports() { return module; }; +/******/ __webpack_require__.d(getter, 'a', getter); +/******/ return getter; +/******/ }; +/******/ +/******/ // Object.prototype.hasOwnProperty.call +/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(__webpack_require__.s = "./src/index.js"); +/******/ }) +/************************************************************************/ +/******/ ({ + +/***/ "./src/index.js": +/*!**********************!*\ + !*** ./src/index.js ***! + \**********************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +eval("console.log('El Nuevo Heckyel está Aquí');\n\n\n//# sourceURL=webpack:///./src/index.js?"); + +/***/ }) + +/******/ }); \ No newline at end of file diff --git a/index.html b/index.html index 1ffffe3..8309c2b 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@
-
+
@@ -148,11 +148,11 @@
-
+ -
+
@@ -216,11 +216,11 @@
-
+ -
+
@@ -286,7 +286,7 @@
-
+
diff --git a/post.html b/post.html index 92c1ef1..e777fb3 100644 --- a/post.html +++ b/post.html @@ -69,7 +69,7 @@
-
+
@@ -157,11 +157,11 @@
-
+

- + placeholder

@@ -176,11 +176,11 @@
-
+

- + placeholder

@@ -195,28 +195,28 @@
-
+

Vivamus quis semper metus, non tincidunt dolor. Vivamus in mi eu lorem cursus ullamcorper sit amet nec massa.

-
+
-
+

Morbi vitae diam et purus tincidunt porttitor vel vitae augue. Praesent malesuada metus sed pharetra euismod. Cras tellus odio, tincidunt iaculis diam non, porta aliquet tortor.

-
+
-
+
-
+

- + placeholder

@@ -231,19 +231,19 @@
- + - + -
+

- + placeholder

@@ -258,7 +258,7 @@

-
+ @@ -266,7 +266,7 @@ - + diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..60ba698 --- /dev/null +++ b/src/index.js @@ -0,0 +1 @@ +console.log('El Nuevo Heckyel está Aquí'); -- cgit v1.2.3