Skip to content

Commit

Permalink
Add comment to issue #20
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 10, 2024
1 parent 6e7326e commit c802305
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 39 deletions.
82 changes: 43 additions & 39 deletions posts/20.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style/styles.css">
<style>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="../style/styles.css" rel="stylesheet"/>
<style>
/* CSS for styling the profile picture and post details */
.post-form {
display: flex;
Expand All @@ -26,54 +27,57 @@
}

</style>
<title>Testing Markdown - GithubForum</title>
<title>Testing Markdown - GithubForum</title>
</head>
<body>
<header>
<h1>GithubForum</h1>
<nav>
<ul>
<li><a href="https://nimafanniasl.github.io/GithubForum/index.html">Home</a></li>
<li><a href="https://nimafanniasl.github.io/GithubForum/recent.html">Recent Posts</a></li>
<li><a href="https://nimafanniasl.github.io/GithubForum/categories.html">Categories</a></li>
<li><a href="https://nimafanniasl.github.io/GithubForum/posting.html">Post a new topic</a></li>
</ul>
</nav>
</header>
<main>
<section class="post-form">
<img src="https://avatars.githubusercontent.com/u/76901932?v=4" alt="Profile Picture" class="pfp">
<div class="post-details">
<h2>Testing Markdown</h2>
<p><a href="http://github.com/nimafanniasl">nimafanniasl</a> | Date: 2024-01-16 | Post #20</p>
<p dir="auto" style="font-size: large;"><h3>Header</h3>

<header>
<h1>GithubForum</h1>
<nav>
<ul>
<li><a href="https://nimafanniasl.github.io/GithubForum/index.html">Home</a></li>
<li><a href="https://nimafanniasl.github.io/GithubForum/recent.html">Recent Posts</a></li>
<li><a href="https://nimafanniasl.github.io/GithubForum/categories.html">Categories</a></li>
<li><a href="https://nimafanniasl.github.io/GithubForum/posting.html">Post a new topic</a></li>
</ul>
</nav>
</header>
<main>
<section class="post-form">
<img alt="Profile Picture" class="pfp" src="https://avatars.githubusercontent.com/u/76901932?v=4"/>
<div class="post-details">
<h2>Testing Markdown</h2>
<p><a href="http://github.com/nimafanniasl">nimafanniasl</a> | Date: 2024-01-16 | Post #20</p>
<p dir="auto" style="font-size: large;"><h3>Header</h3>
<p><strong>Bold</strong>
<em>Italic</em></p>

<blockquote>
<p>Quote?</p>
<p>Quote?</p>
</blockquote>

<p><a href="http://smartnima.com/">link</a></p>

<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</p>
</div>
</section>
<div id="button-row">
<button id="writeCommentBtn">Write Comment</button>
<!-- <button id="ShareBtn">Share</button> -->
</div>
</main>
<footer>
<p>&copy; 2024 GithubForum</p>
</footer>
<script>
</div>
</section>
<div id="button-row">
<button id="writeCommentBtn">Write Comment</button>
<!-- <button id="ShareBtn">Share</button> -->
</div>
<section class="post-form">
<img alt="Profile Picture" class="pfp" src="https://avatars.githubusercontent.com/u/76901932?v=4"/>
<div class="post-details">
<p><a href="http://github.com/nimafanniasl">nimafanniasl</a> | Date: 2024-02-10</p>
<p dir="auto" style="font-size: large;"><p>Reply?</p>
</p>
</div>
</section></main>
<footer>
<p>© 2024 GithubForum</p>
</footer>
<script>
// JavaScript function for the button click
document.getElementById("writeCommentBtn").addEventListener("click", function() {
// Display an alert with the desired message
Expand Down
Binary file modified scripts/__pycache__/includes.cpython-312.pyc
Binary file not shown.

0 comments on commit c802305

Please sign in to comment.