diff options
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | post.html | 2 | ||||
-rw-r--r-- | post2.html | 60 |
3 files changed, 42 insertions, 26 deletions
@@ -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 --> @@ -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 @@ -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> |