aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--about.html4
-rw-r--r--contact.html4
-rw-r--r--dist/main.js100
-rw-r--r--index.html12
-rw-r--r--post.html36
-rw-r--r--src/index.js1
6 files changed, 129 insertions, 28 deletions
diff --git a/about.html b/about.html
index d621718..02f56f4 100644
--- a/about.html
+++ b/about.html
@@ -66,7 +66,7 @@
<!-- start of about -->
<div class="columns is-multiline is-centered">
<!-- start of about -->
- <div class="column is-7">
+ <article class="column is-7">
<div class="card">
<!-- about header-->
<div class="card-content-header has-text-centered">
@@ -117,7 +117,7 @@
</div>
</div>
</div>
- </div>
+ </article>
<!-- end of about column -->
</div>
<!-- end of about columns -->
diff --git a/contact.html b/contact.html
index e7149ad..c36ad86 100644
--- a/contact.html
+++ b/contact.html
@@ -66,7 +66,7 @@
<!-- start of contact -->
<div class="columns is-multiline is-centered">
<!-- start of contact -->
- <div class="column is-7">
+ <article class="column is-7">
<div class="card">
<!-- contact header -->
<div class="card-content-header has-text-centered">
@@ -149,7 +149,7 @@
</div>
</div>
</div>
- </div>
+ </article>
<!-- end of contact column -->
</div>
<!-- end of contact columns -->
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 @@
<!-- start of posts -->
<div class="columns is-multiline is-centered has-text-centered">
<!-- start of post -->
- <div class="column is-4">
+ <article class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -148,11 +148,11 @@
<!-- end of post footer -->
</div>
</div>
- </div>
+ </article>
<!-- end of post -->
<!-- start of post -->
- <div class="column is-4">
+ <article class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -216,11 +216,11 @@
<!-- end of post footer -->
</div>
</div>
- </div>
+ </article>
<!-- end of post -->
<!-- start of post -->
- <div class="column is-4">
+ <article class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -286,7 +286,7 @@
<!-- end of post footer -->
</div>
</div>
- </div>
+ </article>
<!-- end of post -->
</div>
<!-- end of posts -->
diff --git a/post.html b/post.html
index 92c1ef1..e777fb3 100644
--- a/post.html
+++ b/post.html
@@ -69,7 +69,7 @@
<!-- start of posts -->
<div class="columns is-multiline is-centered">
<!-- start of post -->
- <div class="column is-7">
+ <article class="column is-7">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -157,11 +157,11 @@
<!-- comments content -->
<div class="comments-content">
<!-- start of comment -->
- <article class="media">
+ <div class="media">
<!-- comment user image -->
<figure class="media-left">
<p class="image is-64x64">
- <img src="https://bulma.io/images/placeholders/128x128.png">
+ <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
</p>
</figure>
<!-- end of comment user image -->
@@ -176,11 +176,11 @@
</div>
<!-- start of sub-comment -->
- <article class="media">
+ <div class="media">
<!-- sub-comment user image -->
<figure class="media-left">
<p class="image is-48x48">
- <img src="https://bulma.io/images/placeholders/96x96.png">
+ <img src="https://bulma.io/images/placeholders/96x96.png" alt="placeholder">
</p>
</figure>
<!-- end of sub-comment user-image -->
@@ -195,28 +195,28 @@
</div>
<!-- start of sub-sub-comment -->
- <article class="media">
+ <div class="media">
<p>Vivamus quis semper metus, non tincidunt dolor. Vivamus in mi eu lorem cursus ullamcorper sit amet nec massa.</p>
- </article>
+ </div>
<!-- end of sub-sub-comment -->
<!-- start of sub-sub-comment -->
- <article class="media">
+ <div class="media">
<p>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.</p>
- </article>
+ </div>
<!-- end of sub-sub-comment -->
</div>
<!-- end of sub-comment content -->
- </article>
+ </div>
<!-- end of sub-comment -->
<!-- start of sub-comment -->
- <article class="media">
+ <div class="media">
<!-- start of sub-comment user image -->
<figure class="media-left">
<p class="image is-48x48">
- <img src="https://bulma.io/images/placeholders/96x96.png">
+ <img src="https://bulma.io/images/placeholders/96x96.png" alt="placeholder">
</p>
</figure>
<!-- end of sub-comment user image -->
@@ -231,19 +231,19 @@
</div>
</div>
<!-- end of sub-comment content -->
- </article>
+ </div>
<!-- end of sub-comment -->
</div>
<!-- end of comment content -->
- </article>
+ </div>
<!-- end of comments -->
<!-- form begin -->
- <article class="media">
+ <div class="media">
<figure class="media-left">
<p class="image is-64x64">
- <img src="https://bulma.io/images/placeholders/128x128.png">
+ <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
</p>
</figure>
<div class="media-content">
@@ -258,7 +258,7 @@
</p>
</div>
</div>
- </article>
+ </div>
<!-- form end -->
</div>
@@ -266,7 +266,7 @@
</div>
<!-- end of comments -->
- </div>
+ </article>
<!-- end of post -->
</div>
<!-- end of post column -->
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í');