Aadhavan Srinivasan Rockingcool
  • Joined on 2022-10-09
Rockingcool pushed to php at aravind/glink-website 2023-09-02 16:40:34 -05:00
ae67739eed Created HTML and PHP files for 'forgot password' functionality
3ea851318c Grammatical changes
cae2c9bf01 Updated title
Compare 3 commits »
Rockingcool pushed to php at aravind/glink-website 2023-09-02 15:57:26 -05:00
8f5793e3eb Fixed a bug where POST data wasn't being recognized by the server-side code
fda14b4cfb Switched 'GET' to 'POST'
Compare 2 commits »
Rockingcool pushed to php at aravind/glink-website 2023-09-02 15:23:18 -05:00
3fbb6c99df Switched 'GET' to 'POST'
1c1e322bd8 Switched 'GET' to 'POST', added padding to text boxes
381e534e02 Fixed spelling mistake
Compare 3 commits »
Rockingcool pushed to php at aravind/glink-website 2023-09-01 15:16:00 -05:00
d8220b21b8 Tailwind CSS
d276c3694b Updated the style of the 'Why Glink?' section
Compare 2 commits »
Rockingcool pushed to php at aravind/glink-website 2023-09-01 15:04:53 -05:00
fbf7813f18 Made many changes (mostly stylistic)
32548af030 Made backend changes
e2c452e11f Changed title
d794ce8cae Made CSS changes
a3f70ef0ff Changed title, fixed grammatical mistakes
Compare 8 commits »
Rockingcool pushed to php at aravind/glink-website 2023-07-26 16:13:07 -05:00
2eab219228 Tailwind changes
31f3ab0d79 Updated the backend code; I don't know why I was modifying the user
47b5fe7b8b Merged UI changes
a20004a323 Updated header navbar
562d758d23 Merged UI changes and added PHP code
Compare 5 commits »
Rockingcool pushed to php at aravind/glink-website 2023-07-24 23:15:08 -05:00
b9a07e15fa Added additional information for database storage
a0f1d0f5ac Added code to redirect user if they are signed in and go to the sign up page
7b0e1986e2 Added functionality to update and delete links
f7b6fa83dd Updated tailwind CSS
4ae7bdfd43 Created alternative home page
Compare 7 commits »
Rockingcool pushed to php at aravind/glink-website 2023-07-15 17:51:00 -05:00
85931d7138 Added links to the 'log out' and 'my links' buttons
f76250e00d Moved the link creation form to a different page
5aa4645517 Updated output.css
affc5dfdfd Added code to include header with PHP
a07fa89979 Added Daisy UI as a dependency
Compare 14 commits »
Rockingcool pushed to php at aravind/glink-website 2023-07-06 16:22:58 -05:00
7ef1139ef8 Updated tailwind CSS
6239c6e3b6 Reduced the margin on the top
Compare 2 commits »
Rockingcool pushed to php at aravind/glink-website 2023-07-05 20:36:35 -05:00
2556d95692 Added files for tailwind configuration and generation
3107bd73fe Added margins using tailwind
d6650dd915 Added margin and removed 'invisible' tailwind class
ac1b6a9530 Changed margin CSS to use tailwind
Compare 4 commits »
Rockingcool pushed to php at aravind/glink-website 2023-07-04 11:09:06 -05:00
b6d5eec718 Started working on text for home page
35e52899dc Added picture for step 1 on home page
1756d2e84a Added video clip for home page
bc0b4bc1f5 Updated CSS stylesheet
7ff6c3be75 Removed a comment
Compare 6 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-28 01:39:56 -05:00
a7ba5aa8e1 Modified the Regex to accept additional (valid) characters
Rockingcool pushed to php at aravind/glink-website 2023-06-27 12:13:58 -05:00
3b59de608a Created a text file to explain how the form works
606d58e197 Created a logout PHP file
63effd893e Got rid of unnecessary PHP code
69c8934a77 Included header file in index file
665ab0aeac Added header file
Compare 6 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-25 15:22:35 -05:00
e36a2cbd77 Changed the ID of the input element
1392c62d31 Fixed bugs in PHP database code
e37bf086dd Added code to regex for password
67228048e1 Fixed JS errors with validation
de1a7f0687 Modified CSS for inputs
Compare 5 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-25 14:09:45 -05:00
1c74b82f6e Removed database initialization code and instead used the function defined in db.inc.php
df131d2fb5 Added code to include Tailwind CSS file with this file
4d10b191c7 Created directory for fonts
071113592b Added Tailwind CSS file
b5283110d2 Created PHP file for database-related functions
Compare 9 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-19 01:14:48 -05:00
cd1261418a Added code to redirect the user if they are permitted to access the GLink, and show an error JS alert if they are not
96abdd9852 Added code to check if the user is within the radius for the GLink
Compare 2 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-17 13:56:23 -05:00
22c85234da Sent the requested glink to reqloc.html as a GET variable, so that the Glink can be sent to the PHP file
4bba4f9410 NOT FINISHED: Created a file to process the user's location
d928ad2ce3 Created file to request the user's location to determine if they are allowed to acces the glink
63050a8065 Changed variable names to match HTML document
0b08c1ce9c Added code to hide radius drop-down menu if geo-restriction checkbox was not selected
Compare 5 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-15 23:00:41 -05:00
b7a8602e34 Added code to wait for location to be retrieved before allowing user to submit, and hid the radius drop-down if geo-location wasn't checked
42eff5e0fa Added code to redirect the user to a different page if the GLink they requested is geo-restricted
3d36c2704a Added code to retrieve the user's location and store it in the database
Compare 3 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-12 15:29:44 -05:00
ae036686b8 Added code to fetch the user's location, and send it as a GET/POST variable
70f91c7586 Fixed bug where I accessed the database without opening a session
913d53b757 Added form field to allow user to georestrict the link
Compare 3 commits »
Rockingcool pushed to php at aravind/glink-website 2023-06-09 20:20:02 -05:00
8b68547644 Added code to generate a random GLink if the user doesn't submit one
0f85fcf021 Made the Glink field optional
Compare 2 commits »