Aadhavan Srinivasan
|
0896c3e571
|
Added images for other steps
|
1 year ago |
Aadhavan Srinivasan
|
d885e6a0ce
|
Added logo
|
1 year ago |
Aadhavan Srinivasan
|
92b3795e10
|
Updated node modules
|
1 year ago |
Aadhavan Srinivasan
|
7ef1139ef8
|
Updated tailwind CSS
|
1 year ago |
Aadhavan Srinivasan
|
6239c6e3b6
|
Reduced the margin on the top
|
1 year ago |
Aadhavan Srinivasan
|
2556d95692
|
Added files for tailwind configuration and generation
|
1 year ago |
Aadhavan Srinivasan
|
3107bd73fe
|
Added margins using tailwind
|
1 year ago |
Aadhavan Srinivasan
|
d6650dd915
|
Added margin and removed 'invisible' tailwind class
|
1 year ago |
Aadhavan Srinivasan
|
ac1b6a9530
|
Changed margin CSS to use tailwind
|
1 year ago |
Aadhavan Srinivasan
|
b6d5eec718
|
Started working on text for home page
|
1 year ago |
Aadhavan Srinivasan
|
35e52899dc
|
Added picture for step 1 on home page
|
1 year ago |
Aadhavan Srinivasan
|
1756d2e84a
|
Added video clip for home page
|
1 year ago |
Aadhavan Srinivasan
|
bc0b4bc1f5
|
Updated CSS stylesheet
|
1 year ago |
Aadhavan Srinivasan
|
7ff6c3be75
|
Removed a comment
|
1 year ago |
Aadhavan Srinivasan
|
b3a4651ee2
|
Started working on code for drop-down menu
|
1 year ago |
Aadhavan Srinivasan
|
a7ba5aa8e1
|
Modified the Regex to accept additional (valid) characters
|
2 years ago |
Aadhavan Srinivasan
|
3b59de608a
|
Created a text file to explain how the form works
|
2 years ago |
Aadhavan Srinivasan
|
606d58e197
|
Created a logout PHP file
|
2 years ago |
Aadhavan Srinivasan
|
63effd893e
|
Got rid of unnecessary PHP code
|
2 years ago |
Aadhavan Srinivasan
|
69c8934a77
|
Included header file in index file
|
2 years ago |
Aadhavan Srinivasan
|
665ab0aeac
|
Added header file
|
2 years ago |
Aadhavan Srinivasan
|
b0400e59a0
|
Updated password regex
|
2 years ago |
Aadhavan Srinivasan
|
e36a2cbd77
|
Changed the ID of the input element
|
2 years ago |
Aadhavan Srinivasan
|
1392c62d31
|
Fixed bugs in PHP database code
|
2 years ago |
Aadhavan Srinivasan
|
e37bf086dd
|
Added code to regex for password
|
2 years ago |
Aadhavan Srinivasan
|
67228048e1
|
Fixed JS errors with validation
|
2 years ago |
Aadhavan Srinivasan
|
de1a7f0687
|
Modified CSS for inputs
|
2 years ago |
Aadhavan Srinivasan
|
1c74b82f6e
|
Removed database initialization code and instead used the function defined in db.inc.php
|
2 years ago |
Aadhavan Srinivasan
|
df131d2fb5
|
Added code to include Tailwind CSS file with this file
|
2 years ago |
Aadhavan Srinivasan
|
4d10b191c7
|
Created directory for fonts
|
2 years ago |
Aadhavan Srinivasan
|
071113592b
|
Added Tailwind CSS file
|
2 years ago |
Aadhavan Srinivasan
|
b5283110d2
|
Created PHP file for database-related functions
|
2 years ago |
Aadhavan Srinivasan
|
3914190175
|
Created PHP file to sign up the user
|
2 years ago |
Aadhavan Srinivasan
|
0022e0d7c2
|
Created HTML file for sign up
|
2 years ago |
Aadhavan Srinivasan
|
0f8b0154f8
|
Added code to process the user's login information
|
2 years ago |
Aadhavan Srinivasan
|
e3e3b45c65
|
Added HTML and Javascript files for a login page
|
2 years ago |
Aadhavan Srinivasan
|
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
|
2 years ago |
Aadhavan Srinivasan
|
96abdd9852
|
Added code to check if the user is within the radius for the GLink
|
2 years ago |
Aadhavan Srinivasan
|
22c85234da
|
Sent the requested glink to reqloc.html as a GET variable, so that the Glink can be sent to the PHP file
|
2 years ago |
Aadhavan Srinivasan
|
4bba4f9410
|
NOT FINISHED: Created a file to process the user's location
|
2 years ago |
Aadhavan Srinivasan
|
d928ad2ce3
|
Created file to request the user's location to determine if they are allowed to acces the glink
|
2 years ago |
Aadhavan Srinivasan
|
63050a8065
|
Changed variable names to match HTML document
|
2 years ago |
Aadhavan Srinivasan
|
0b08c1ce9c
|
Added code to hide radius drop-down menu if geo-restriction checkbox was not selected
|
2 years ago |
Aadhavan Srinivasan
|
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
|
2 years ago |
Aadhavan Srinivasan
|
42eff5e0fa
|
Added code to redirect the user to a different page if the GLink they requested is geo-restricted
|
2 years ago |
Aadhavan Srinivasan
|
3d36c2704a
|
Added code to retrieve the user's location and store it in the database
|
2 years ago |
Aadhavan Srinivasan
|
ae036686b8
|
Added code to fetch the user's location, and send it as a GET/POST variable
|
2 years ago |
Aadhavan Srinivasan
|
70f91c7586
|
Fixed bug where I accessed the database without opening a session
|
2 years ago |
Aadhavan Srinivasan
|
913d53b757
|
Added form field to allow user to georestrict the link
|
2 years ago |
Aadhavan Srinivasan
|
8b68547644
|
Added code to generate a random GLink if the user doesn't submit one
|
2 years ago |