diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/Adventure.html b/Adventure.html index ec4de8e3..624825dc 100644 --- a/Adventure.html +++ b/Adventure.html @@ -88,6 +88,67 @@ } } + @@ -132,29 +193,50 @@ --> -
@@ -666,15 +748,15 @@

Contact Us

- - @@ -788,6 +870,30 @@

Contact Us

} } + \ No newline at end of file diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index ab61f2d9..4888e898 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -102,7 +102,7 @@ body { } .btn { - bottom: -80px; + top : -40px; background-color: slateblue; color: white; border: none; diff --git a/Licensing.html b/Licensing.html index 81800170..e7e8a360 100644 --- a/Licensing.html +++ b/Licensing.html @@ -74,14 +74,53 @@ color: rgb(185, 185, 185); } + + +
+
+
+

Licensing Page

+

MIT License

Copyright (c) 2023 Arpan Chowdhury

diff --git a/README.md b/README.md index c4d515c4..7194362a 100644 --- a/README.md +++ b/README.md @@ -202,30 +202,18 @@ Show some ❤️  by giving

Krishnendu Dasgupta

- - - - + - - - - -

Ekta Chaudhary

-
+ - - - +

Ghanshyam Prajapati

-
-
# Project Admin⚡ @@ -247,6 +235,11 @@ Show some ❤️  by giving

+ +## Acknowledgements + +Thank you to all the amazing contributors who have made this project possible! 💝 +

@@ -255,10 +248,15 @@ Show some ❤️  by giving

-Thank you to all the amazing contributors who have made this project possible!!💝 -## License - +## License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details. + +

+ License: MIT +

+

Back To Top

diff --git a/back5.mp4 b/back5.mp4 new file mode 100644 index 00000000..ec64a0e2 Binary files /dev/null and b/back5.mp4 differ diff --git a/blog.css b/blog.css index 9bdba1a7..45321d77 100644 --- a/blog.css +++ b/blog.css @@ -11,7 +11,7 @@ body, html { margin: 0; padding: 0; - font-family: 'Outfit', sans-serif; + font-family: 'Outfit', sans-serif !important; line-height: 1.6; color: var(--text-color); height: 100%; @@ -101,6 +101,37 @@ body, html { padding: 2rem; margin-top: 10vh; } +.tag { + cursor: pointer; + transition: background-color 0.3s ease; +} + +.tag:hover { + background-color: #007bff; + color: white; +} + +.filter-controls { + margin-bottom: 20px; + text-align: left; +} + +.reset-filters-btn { + font-family: "Outfit"; + padding: 5px 10px; + font-size: 1.0rem; + font-weight: 500; + background-color: #f39c12; + border: 3px solid #011c34; + color: #ffffff; + border-radius: 4px; + cursor: pointer; + transition: background-color 0.3s ease; +} + +.reset-filters-btn:hover { + background-color: #e2e6ea; +} main { display: flex; @@ -111,6 +142,7 @@ main { #blog-posts { flex: 2; + margin-top: 20px; display: flex; flex-direction: column; gap: 2rem; @@ -179,6 +211,8 @@ main { .tag:hover { background-color: var(--primary-color); + color: #f39c12; + transition: background-color 0.3s ease; } .read-more { @@ -294,6 +328,8 @@ aside { .newsletter-form button:hover { background-color: var(--primary-color); + color: #f39c12; + transition: background-color 0.3s ease; } @media (max-width: 768px) { diff --git a/blog.html b/blog.html index 4934b2c8..d7f6fee3 100644 --- a/blog.html +++ b/blog.html @@ -1,5 +1,6 @@ + @@ -7,7 +8,9 @@ + + TourGuide @@ -32,31 +35,27 @@

+
+ +