Commit Graph

71 Commits

Author SHA1 Message Date
e71014efcd Added the user who created the link into the database 2023-07-15 17:10:02 -05:00
17e8afac8a Created a separate file for the dashboard 2023-07-15 17:09:17 -05:00
e23845d012 Added modified images for step 1 2023-07-15 17:09:02 -05:00
789bd31853 Automatic update of JSON files 2023-07-15 17:08:51 -05:00
39082e7385 Updated CSS 2023-07-15 17:08:25 -05:00
6fd6026be2 Renamed home.html to index.html 2023-07-15 17:08:11 -05:00
0896c3e571 Added images for other steps 2023-07-15 17:07:05 -05:00
d885e6a0ce Added logo 2023-07-15 17:06:51 -05:00
92b3795e10 Updated node modules 2023-07-15 17:06:30 -05:00
7ef1139ef8 Updated tailwind CSS 2023-07-06 16:22:25 -05:00
6239c6e3b6 Reduced the margin on the top 2023-07-06 16:22:13 -05:00
2556d95692 Added files for tailwind configuration and generation 2023-07-05 20:35:33 -05:00
3107bd73fe Added margins using tailwind 2023-07-05 20:34:43 -05:00
d6650dd915 Added margin and removed 'invisible' tailwind class 2023-07-05 20:33:28 -05:00
ac1b6a9530 Changed margin CSS to use tailwind 2023-07-05 20:33:01 -05:00
b6d5eec718 Started working on text for home page 2023-07-04 11:08:34 -05:00
35e52899dc Added picture for step 1 on home page 2023-07-04 11:08:15 -05:00
1756d2e84a Added video clip for home page 2023-07-04 11:07:56 -05:00
bc0b4bc1f5 Updated CSS stylesheet 2023-07-04 11:07:33 -05:00
7ff6c3be75 Removed a comment 2023-07-04 11:07:17 -05:00
b3a4651ee2 Started working on code for drop-down menu 2023-07-04 11:06:40 -05:00
a7ba5aa8e1 Modified the Regex to accept additional (valid) characters 2023-06-28 01:39:35 -05:00
3b59de608a Created a text file to explain how the form works 2023-06-27 12:13:40 -05:00
606d58e197 Created a logout PHP file 2023-06-27 12:13:20 -05:00
63effd893e Got rid of unnecessary PHP code 2023-06-27 12:13:06 -05:00
69c8934a77 Included header file in index file 2023-06-27 12:12:46 -05:00
665ab0aeac Added header file 2023-06-27 12:12:33 -05:00
b0400e59a0 Updated password regex 2023-06-25 15:25:36 -05:00
e36a2cbd77 Changed the ID of the input element 2023-06-25 15:22:22 -05:00
1392c62d31 Fixed bugs in PHP database code 2023-06-25 15:21:43 -05:00
e37bf086dd Added code to regex for password 2023-06-25 15:21:10 -05:00
67228048e1 Fixed JS errors with validation 2023-06-25 15:20:39 -05:00
de1a7f0687 Modified CSS for inputs 2023-06-25 15:20:08 -05:00
1c74b82f6e Removed database initialization code and instead used the function defined in db.inc.php 2023-06-25 14:09:30 -05:00
df131d2fb5 Added code to include Tailwind CSS file with this file 2023-06-25 14:08:56 -05:00
4d10b191c7 Created directory for fonts 2023-06-25 14:08:32 -05:00
071113592b Added Tailwind CSS file 2023-06-25 14:08:15 -05:00
b5283110d2 Created PHP file for database-related functions 2023-06-25 14:08:03 -05:00
3914190175 Created PHP file to sign up the user 2023-06-25 14:07:19 -05:00
0022e0d7c2 Created HTML file for sign up 2023-06-25 14:06:58 -05:00
0f8b0154f8 Added code to process the user's login information 2023-06-25 14:06:40 -05:00
e3e3b45c65 Added HTML and Javascript files for a login page 2023-06-25 14:06:26 -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 2023-06-19 01:14:18 -05:00
96abdd9852 Added code to check if the user is within the radius for the GLink 2023-06-19 01:13:31 -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 2023-06-17 13:56:02 -05:00
4bba4f9410 NOT FINISHED: Created a file to process the user's location 2023-06-17 13:55:05 -05:00
d928ad2ce3 Created file to request the user's location to determine if they are allowed to acces the glink 2023-06-17 13:54:31 -05:00
63050a8065 Changed variable names to match HTML document 2023-06-17 13:54:09 -05:00
0b08c1ce9c Added code to hide radius drop-down menu if geo-restriction checkbox was not selected 2023-06-17 13:53:51 -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 2023-06-15 23:00:21 -05:00