GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
From: Muhammad Rizki <[email protected]>
To: Ammar Faizi <[email protected]>
Cc: Muhammad Rizki <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>,
	Arthur Lapz <[email protected]>, Memet Zx <[email protected]>,
	GNU/Weeb Mailing List <[email protected]>
Subject: [PATCH v1 05/11] chore(page): add newlines to enhance Developer Experience
Date: Sat, 23 Sep 2023 03:58:11 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

This commit adds newlines to improve code readability.

Signed-off-by: Muhammad Rizki <[email protected]>
---
 index.html | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index e9da0a7..af65fcc 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -12,11 +13,13 @@
     <meta property="og:site_name" content="GNU/Weeb" />
     <meta name="twitter:card" content="summary_large_image" />
     <meta name="description" content="We are working to build community through open source technology.">
+
     <title>GNU/Weeb Landing</title>
+
     <link rel="stylesheet" href="dist/style.css" />
     <link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
     <link rel="canonical" href="https://www.gnuweeb.org/" />
-    <link
+     <link
       rel="apple-touch-icon"
       sizes="180x180"
       href="./static/apple-touch-icon.png"
@@ -35,9 +38,14 @@
     />
     <link rel="manifest" href="./static/site.webmanifest" />
   </head>
+
   <body class="w-full px-20 bg-neutral-950 text-neutral-200">
     <main class="flex justify-center w-full min-h-screen space-x-3">
+
+      <!-- CONTENT PROFILE | CENTER -->
       <section class="flex flex-col space-y-3">
+
+        <!-- PROFILE SECTION -->
         <section class="border border-neutral-800 rounded-b-xl overflow-hidden max-w-3xl">
           <img
             src="./static/img/profile-cover.jpg"
@@ -102,6 +110,8 @@
             </div>
           </div>
         </section>
+
+        <!-- MAILING LIST SECTION -->
         <section class="border border-neutral-800 rounded-xl overflow-hidden max-w-3xl">
           <div
             class="flex px-5 py-2 border-b border-neutral-800 justify-between items-center"
@@ -131,6 +141,8 @@
             </div>
           </div>
         </section>
+
+        <!-- USEFUL LINKS SECTION -->
         <section class="border border-neutral-800 rounded-xl overflow-hidden max-w-3xl">
           <div
             class="flex px-5 py-2 border-b border-neutral-800 justify-between items-center"
@@ -239,13 +251,16 @@
             </a>
           </div>
         </section>
+
       </section>
     </main>
+
     <footer class="pt-10 p-5">
       <p class="text-xs opacity-70 mx-auto text-center">
         &copy; 2023 GNU/Weeb.<br />Licensed under BSD 3-Clause License.
       </p>
     </footer>
+
     <script lang="text/javascript">
       function copyText() {
         var copyText = document.getElementById("copy-button");
@@ -259,5 +274,7 @@
         }, 3000);
       }
     </script>
+
   </body>
+
 </html>
-- 
Muhammad Rizki


  parent reply	other threads:[~2023-09-22 20:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22 20:58 [PATCH v1 00/11] Refactoring and Add New Features Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 01/11] style: remove extra newline at end of file Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 02/11] feat(static/img): add `profile-cover.jpg` Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 03/11] refactor(page): improve page design and add profile image cover Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 04/11] feat(page): improve UX for copying text Muhammad Rizki
2023-09-22 20:58 ` Muhammad Rizki [this message]
2023-09-22 20:58 ` [PATCH v1 06/11] feat(page): add GNUWeeb member list UI Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 07/11] feat(page): add `getOrgMembers()` function Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 08/11] feat(page): add `renderMemberList()` function Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 09/11] feat(page): add initial UI for displaying recent group messages Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 10/11] feat(css): add initial CSS class styles for chat bubbles Muhammad Rizki
2023-09-22 20:58 ` [PATCH v1 11/11] feat(page): implement chat bubble message rendering Muhammad Rizki
2023-09-23  3:15   ` Ammar Faizi
2023-09-23  8:43     ` Muhammad Rizki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox