aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html6
-rw-r--r--post.html2
-rw-r--r--post2.html60
3 files changed, 42 insertions, 26 deletions
diff --git a/index.html b/index.html
index 9abe098..97025ae 100644
--- a/index.html
+++ b/index.html
@@ -96,7 +96,7 @@
<!-- post header -->
<div class="card-content-header">
- <h4 class="title is-4"><a href="post.html">Header for Post</a></h4>
+ <h2 class="title is-4"><a href="post.html">Header for Post</a></h2>
</div>
<!-- end of post header -->
@@ -164,7 +164,7 @@
<!-- post header -->
<div class="card-content-header">
- <h4 class="title is-4"><a href="post2.html">Header for Post</a></h4>
+ <h2 class="title is-4"><a href="post2.html">Header for Post</a></h2>
</div>
<!-- end of post header -->
@@ -232,7 +232,7 @@
<!-- post header -->
<div class="card-content-header">
- <h4 class="title is-4"><a href="post.html">Header for Post</a></h4>
+ <h2 class="title is-4"><a href="post.html">Header for Post</a></h2>
</div>
<!-- end of post header -->
diff --git a/post.html b/post.html
index 16dd6d8..0654a09 100644
--- a/post.html
+++ b/post.html
@@ -103,6 +103,8 @@
<p>Lo siento, tu navegador no soporta vídeo en HTML5. Por favor, cambia o actualiza tu navegador web</p>
</video>
+ <div class="highlight"><pre><span></span><span class="o">#</span> <span class="n">rc</span><span class="o">-</span><span class="n">service</span> <span class="n">libvirtd</span> <span class="k">start</span></pre></div>
+
<aside class="menu">
<p>
Curso de Instalación de Hyperbola
diff --git a/post2.html b/post2.html
index e8f6aa1..ed72505 100644
--- a/post2.html
+++ b/post2.html
@@ -186,6 +186,43 @@
<div class="comments-content">
<!-- comment header -->
<div class="comments-header has-text-centered">
+ <h4 class="title is-4">Public Comments</h4>
+ </div>
+ <!-- end of comment header -->
+
+ <div class="comments-wrapper">
+ <!-- comments content -->
+ <div class="comments-content">
+ <!-- form begin -->
+ <div class="media">
+ <figure class="media-left">
+ <p class="image is-64x64">
+ <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
+ </p>
+ </figure>
+ <div class="media-content">
+ <div class="field">
+ <p class="control">
+ <textarea class="textarea" placeholder="Add a comment..."></textarea>
+ </p>
+ </div>
+ <div class="field">
+ <p class="control">
+ <button class="button is-button-grey">Post comment</button>
+ </p>
+ </div>
+ </div>
+ </div>
+ <!-- form end -->
+ </div>
+ </div>
+ </div>
+ <!-- end of comments -->
+
+ <!-- post comments -->
+ <div class="comments-content">
+ <!-- comment header -->
+ <div class="comments-header has-text-centered">
<h4 class="title is-4">Comments</h4>
</div>
<!-- end of comment header -->
@@ -275,29 +312,6 @@
<!-- end of comment content -->
</div>
<!-- end of comments -->
-
- <!-- form begin -->
- <div class="media">
- <figure class="media-left">
- <p class="image is-64x64">
- <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
- </p>
- </figure>
- <div class="media-content">
- <div class="field">
- <p class="control">
- <textarea class="textarea" placeholder="Add a comment..."></textarea>
- </p>
- </div>
- <div class="field">
- <p class="control">
- <button class="button is-button-grey">Post comment</button>
- </p>
- </div>
- </div>
- </div>
- <!-- form end -->
-
</div>
</div>
</div>