From 274a54bd77e7d560c7931af27c11048b47ba987f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=B3=BD=EB=8F=99=EC=A4=80?= <k3357943@ajou.ac.kr>
Date: Wed, 22 Mar 2023 18:32:29 +0900
Subject: [PATCH] plus the navbar that I removed

---
 public/index.html | 56 +++++++++++++++++++++++++++--------------------
 public/style.css  |  1 -
 2 files changed, 32 insertions(+), 25 deletions(-)

diff --git a/public/index.html b/public/index.html
index f96695c..e50fb6b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,32 +7,40 @@
     <link rel="stylesheet" href="style.css">
   </head>
   <body>
-    <img src = "image/thankyou_kong.jpg", alt="GamSaKong", width="360", height="360">
+    <div class="navbar">
+      <a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
+      <a href="https://gitlab.com/pages/plain-html/">Repository</a>
+      <a href="https://gitlab.com/pages/">Other Examples</a>
+    </div>
 
-    <h1>Kwak Dong Jun</h1>
-    <h2>Department : software</h2>
-    <h3>ID : 201920783</h3>
-    <h4>Birth : 2000/06/30</h4>
-    <h5>interests :</h5>
+    <div style="text-align: center;">
+      <img src = "image/thankyou_kong.jpg", alt="GamSaKong", width="360", height="360">
 
-    <ol type="1">
-      <li>game
-        <ul>
-          <li>Lost Ark</li>
-          <li>League of Legend</li>
-          <li>Valorant</li>
-        </ul>
-      </li>
-      <li>watching Twitch/Youtube</li>
-      <li>drink soju</li>
-    </ol>
-
-    <p>here's the my friend's link</p>
-    <a href="http://unidev.ajousw.kr/jiheon-choi/">Choi Ji Heon</a>
-    <a href="http://sunje105.ajousw.kr/sunje_homepage/">Lee Sun Je</a>
-    <a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</a>
-
-    <h6>The End</h6>
+      <h1>Kwak Dong Jun</h1>
+      <h2>Department : software</h2>
+      <h3>ID : 201920783</h3>
+      <h4>Birth : 2000/06/30</h4>
+      <h5>interests :</h5>
+  
+      <ol type="1">
+        <li>game
+          <ul>
+            <li>Lost Ark</li>
+            <li>League of Legend</li>
+            <li>Valorant</li>
+          </ul>
+        </li>
+        <li>watching Twitch/Youtube</li>
+        <li>drink soju</li>
+      </ol>
+  
+      <p>here's the my friend's link</p>
+      <a href="http://unidev.ajousw.kr/jiheon-choi/">Choi Ji Heon</a>
+      <a href="http://sunje105.ajousw.kr/sunje_homepage/">Lee Sun Je</a>
+      <a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</a>
+  
+      <h6>The End</h6>
+    </div>
   </body>
 </html>
 
diff --git a/public/style.css b/public/style.css
index 3000038..3eae408 100644
--- a/public/style.css
+++ b/public/style.css
@@ -2,7 +2,6 @@ body {
   font-family: sans-serif;
   margin: auto;
   max-width: 1280px;
-  text-align: center;
 }
 
 .navbar {
-- 
GitLab