From eb90ef18b556527b441c37ac326a0ce8410c1d4f Mon Sep 17 00:00:00 2001 From: zmo112 Date: Sat, 5 Oct 2024 23:09:09 +0900 Subject: [PATCH] sang myPage.html calender --- .gitignore | 1 + .idea/compiler.xml | 4 +- .idea/modules.xml | 9 - .../src/main/resources/templates/myPage.html | 344 ++++++++++-------- 4 files changed, 191 insertions(+), 167 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/modules.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bed397 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +application.yml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 206efa8..14fd50b 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -8,10 +8,10 @@ - + - + diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 0167d22..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Daily/src/main/resources/templates/myPage.html b/Daily/src/main/resources/templates/myPage.html index c468198..6456a26 100644 --- a/Daily/src/main/resources/templates/myPage.html +++ b/Daily/src/main/resources/templates/myPage.html @@ -1,5 +1,5 @@ - + @@ -10,36 +10,55 @@ - + - - + /* Calendar CSS */ + #calendar { + width: 100%; + margin: 20px auto; + } + td { + width: 50px; + height: 50px; + text-align: center; + cursor: pointer; + } + .active { + color: red; + } + .heart { + display: none; + color: red; + } + td.active .heart { + display: inline; + } + .control-buttons { + display: flex; + justify-content: space-between; + margin-bottom: 10px; + } + + @@ -50,10 +69,10 @@ @@ -76,9 +95,32 @@

My Page

- -
+ +
+ + + +
+ + + + + + + + + + + + + +
SunMonTueWedThuFriSat
+
+ + +
+
@@ -91,158 +133,148 @@

My Page

Copyright © Team HelloWorld 2024

- - - - + + - \ No newline at end of file + +