From 3ed4528fa81a9738f9a16a73e6c98ab85b33dce4 Mon Sep 17 00:00:00 2001 From: eryl <113781836+ErylLadrido@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:12:08 +0800 Subject: [PATCH] newnewnew final files submitted asdas --- CreatePostLogged.html | 85 ++++++ ExpandedPost.html | 70 +++++ ExpandedPostLogged.html | 84 ++++++ HomeLogged.html | 198 +++++++++++++ HomeUnlogged.html | 200 +++++++++++++ Login.html | 25 ++ Profile.html | 266 ++++++++++++++++++ Register.html | 25 ++ SearchResults.html | 151 ++++++++++ expanded_post.js | 44 +++ expanded_post_logged.js | 139 +++++++++ expandedposts/exp_script.js | 122 ++++++++ expandedposts/expanded_post.js | 44 +++ expandedposts/expanded_post_logged.js | 139 +++++++++ expandedposts/logged/Post1.html | 85 ++++++ expandedposts/logged/Post2.html | 85 ++++++ expandedposts/logged/Post3.html | 85 ++++++ expandedposts/logged/Post4.html | 85 ++++++ expandedposts/logged/Post5.html | 85 ++++++ .../Post1.html.2023-06-23_084037.bak | 85 ++++++ .../Post1.html.2023-06-23_084129.bak | 85 ++++++ .../Post1.html.2023-06-23_084230.bak | 85 ++++++ .../Post1.html.2023-06-23_084242.bak | 85 ++++++ .../Post1.html.2023-06-23_084441.bak | 85 ++++++ .../Post2.html.2023-06-23_084043.bak | 85 ++++++ .../Post2.html.2023-06-23_084146.bak | 85 ++++++ .../Post2.html.2023-06-23_084321.bak | 85 ++++++ .../Post2.html.2023-06-23_084400.bak | 85 ++++++ .../Post2.html.2023-06-23_084408.bak | 85 ++++++ .../Post3.html.2023-06-23_084047.bak | 85 ++++++ .../Post3.html.2023-06-23_084149.bak | 85 ++++++ .../Post3.html.2023-06-23_084321.bak | 85 ++++++ .../Post3.html.2023-06-23_084433.bak | 85 ++++++ .../Post4.html.2023-06-23_084050.bak | 85 ++++++ .../Post4.html.2023-06-23_084151.bak | 85 ++++++ .../Post4.html.2023-06-23_084320.bak | 85 ++++++ .../Post4.html.2023-06-23_084447.bak | 85 ++++++ .../Post5.html.2023-06-23_084054.bak | 85 ++++++ .../Post5.html.2023-06-23_084155.bak | 85 ++++++ .../Post5.html.2023-06-23_084312.bak | 85 ++++++ .../Post5.html.2023-06-23_084452.bak | 85 ++++++ expandedposts/unlogged/Post1.html | 74 +++++ expandedposts/unlogged/Post2.html | 75 +++++ expandedposts/unlogged/Post3.html | 75 +++++ expandedposts/unlogged/Post4.html | 75 +++++ expandedposts/unlogged/Post5.html | 75 +++++ .../Post1.html.2023-06-23_084759.bak | 74 +++++ .../Post1.html.2023-06-23_084824.bak | 74 +++++ .../Post2.html.2023-06-23_084753.bak | 75 +++++ .../Post2.html.2023-06-23_084858.bak | 75 +++++ .../Post3.html.2023-06-23_084744.bak | 75 +++++ .../Post3.html.2023-06-23_084903.bak | 75 +++++ .../Post4.html.2023-06-23_084739.bak | 75 +++++ .../Post4.html.2023-06-23_084908.bak | 75 +++++ .../Post5.html.2023-06-23_084732.bak | 75 +++++ .../Post5.html.2023-06-23_084914.bak | 75 +++++ home.js | 100 +++++++ home_unlogged.js | 35 +++ postcreation.js | 16 ++ readme.txt | 1 + script.js | 122 ++++++++ stylesheets/noire.css | 1 - stylesheets/styles.css | 20 +- 63 files changed, 5284 insertions(+), 20 deletions(-) create mode 100644 CreatePostLogged.html create mode 100644 ExpandedPost.html create mode 100644 ExpandedPostLogged.html create mode 100644 HomeLogged.html create mode 100644 HomeUnlogged.html create mode 100644 Login.html create mode 100644 Profile.html create mode 100644 Register.html create mode 100644 SearchResults.html create mode 100644 expanded_post.js create mode 100644 expanded_post_logged.js create mode 100644 expandedposts/exp_script.js create mode 100644 expandedposts/expanded_post.js create mode 100644 expandedposts/expanded_post_logged.js create mode 100644 expandedposts/logged/Post1.html create mode 100644 expandedposts/logged/Post2.html create mode 100644 expandedposts/logged/Post3.html create mode 100644 expandedposts/logged/Post4.html create mode 100644 expandedposts/logged/Post5.html create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084037.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084129.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084230.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084242.bak create mode 100644 expandedposts/logged/nppBackup/Post1.html.2023-06-23_084441.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084043.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084146.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084321.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084400.bak create mode 100644 expandedposts/logged/nppBackup/Post2.html.2023-06-23_084408.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084047.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084149.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084321.bak create mode 100644 expandedposts/logged/nppBackup/Post3.html.2023-06-23_084433.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084050.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084151.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084320.bak create mode 100644 expandedposts/logged/nppBackup/Post4.html.2023-06-23_084447.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084054.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084155.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084312.bak create mode 100644 expandedposts/logged/nppBackup/Post5.html.2023-06-23_084452.bak create mode 100644 expandedposts/unlogged/Post1.html create mode 100644 expandedposts/unlogged/Post2.html create mode 100644 expandedposts/unlogged/Post3.html create mode 100644 expandedposts/unlogged/Post4.html create mode 100644 expandedposts/unlogged/Post5.html create mode 100644 expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084759.bak create mode 100644 expandedposts/unlogged/nppBackup/Post1.html.2023-06-23_084824.bak create mode 100644 expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084753.bak create mode 100644 expandedposts/unlogged/nppBackup/Post2.html.2023-06-23_084858.bak create mode 100644 expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084744.bak create mode 100644 expandedposts/unlogged/nppBackup/Post3.html.2023-06-23_084903.bak create mode 100644 expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084739.bak create mode 100644 expandedposts/unlogged/nppBackup/Post4.html.2023-06-23_084908.bak create mode 100644 expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084732.bak create mode 100644 expandedposts/unlogged/nppBackup/Post5.html.2023-06-23_084914.bak create mode 100644 home.js create mode 100644 home_unlogged.js create mode 100644 postcreation.js create mode 100644 readme.txt create mode 100644 script.js diff --git a/CreatePostLogged.html b/CreatePostLogged.html new file mode 100644 index 0000000..9dd8589 --- /dev/null +++ b/CreatePostLogged.html @@ -0,0 +1,85 @@ + + +
+ + + + + + +CREATE A POST
Welcome to "Kahit Ano," the online forum that celebrates the spirit of open conversation and diverse opinions. As a platform rooted in the Philippines, we invite users from all walks of life to engage in discussions about anything under the sun. By Intervalo, Ladrido, Tan, Rosario
+Current date is: 06/09/2420
++ When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. + It doesn't change the fact that “Violence = 3 bolt”... + But, what about that time she saved Ken? She saved a literally life. + Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) + Punching Damian for no justified reason would have cost her 3 bolts. + But, saving the life of a drowning boy was only worth 1 Stella?
+ Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022. +
+ need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now + but its because my adc is always shit. i will meow for you everytime you get a kill. uWu +
+ Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… + Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. + There are many types of physical activity, including swimming, running, jogging, walking, and da… + Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer +
+Welcome to "Kahit Ano," the online forum that celebrates the spirit of open conversation and diverse opinions. As a platform rooted in the Philippines, we invite users from all walks of life to engage in discussions about anything under the sun. By Intervalo, Ladrido, Tan, Rosario
+Current date is: 06/09/2420
++ When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. + It doesn't change the fact that “Violence = 3 bolt”... + But, what about that time she saved Ken? She saved a literally life. + Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) + Punching Damian for no justified reason would have cost her 3 bolts. + But, saving the life of a drowning boy was only worth 1 Stella?
+ Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022. +
+ need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now + but its because my adc is always shit. i will meow for you everytime you get a kill. uWu +
+ Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… + Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. + There are many types of physical activity, including swimming, running, jogging, walking, and da… + Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer +
+Welcome to "Kahit Ano," the online forum that celebrates the spirit of open conversation and diverse opinions. As a platform rooted in the Philippines, we invite users from all walks of life to engage in discussions about anything under the sun. By Intervalo, Ladrido, Tan, Rosario
+Current date is: 06/09/2420
++ When Anya received her first bolt, Henderson had stated that violence automatically gets 3 bolts. But, because of him, it was only 1. + It doesn't change the fact that “Violence = 3 bolt”... + But, what about that time she saved Ken? She saved a literally life. + Loosing a life is more major, than a swollen cheek. (No hate. I love Damian.) + Punching Damian for no justified reason would have cost her 3 bolts. + But, saving the life of a drowning boy was only worth 1 Stella?
+ Dreamybull's real name is Perrell Laquarius Brown and he lives in North Carolina where he has a wife and two kids. He was born in 1992, making him 30 years old as of 2022. +
+ need an adc player (atleast Challenger) to boost me to diamond in league of legends please. i am bronze IV right now + but its because my adc is always shit. i will meow for you everytime you get a kill. uWu +
+ Regular exercise has been shown to help boost energy levels and enhance your mood. It may als… + Exercise is defined as any movement that makes your muscles work and requires your body to burn calories. + There are many types of physical activity, including swimming, running, jogging, walking, and da… + Being active has been shown to have many health benefits, both physically and mentally. It may even help you live longer +
+LiveJesusInOurHeartsAmen
++ Casual FreedomWall Poster +
+MFW when I see Hotdogs
+ Hot dog! (Hot dog) + Hot dog! + + Hot dog, hot dog, hot diggety dog + Now we got ears, it's time for cheers + + Hot dog, hot dog, the problem's solved + Hot dog, hot dog, hot diggety dog + + Grab my boots and a sandwich + Let's start a parade + Get the coconut drum kit + For Daisy to play + + Hot dog, hot dog, hot diggety dog + We're taking off, we're dancing now + Hot dog, leapfrog, and holy cow + Hot dog, hot dog, hot diggety dog + + Hot dog, hot dog, hot diggety dog + It's a brand new day + Whatcha waiting for? + Get up, stretch out, stomp on the floor + + Hot dog, hot dog, hot diggety dog + Hot dog, hot dog, hot diggety dog + We're splitting the scene + We're full of beans + + So long for now from Mickey Mouse (That's me!) + And the Mickey Mouse Clubhouse +