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 - - + + + < + + + > + + + + Sun + Mon + Tue + Wed + Thu + Fri + Sat + + + + + + + + + @@ -91,158 +133,148 @@ My Page Copyright © Team HelloWorld 2024 - - - - + + - \ No newline at end of file +
Copyright © Team HelloWorld 2024