Go to file
Aadhavan Srinivasan f56be852f9 Fixed bugs, made many changes
fonts Created directory for fonts
node_modules Updated node modules
GLink-Logo-alt.svg Added logo
cat.gif First commit
checkloc.php Removed database initialization code and instead used the function defined in db.inc.php
dashboard.html Fixed bugs, made many changes
db.inc.php Created PHP file for database-related functions
deletelink.php Added files for link creation, deletion and undo of deletion
form.html Moved the link creation form to a different page
header.php Updated header navbar
home2.html Created alternative home page
homepagevideo.mp4 Added video clip for home page
howItWorks.txt Created a text file to explain how the form works
htmx.min.js Added HTMX JS file
index.css Stylistic additions
index.html Stylistic changes, changed title, and added text to "Why Glink?"
index.js Modified the Regex to accept additional (valid) characters
input.css Added files for tailwind configuration and generation
login.html Added code to redirect user if they are signed in and go to the sign up page
login.js Updated password regex
login.php Fixed bugs in PHP database code
logout.php Created a logout PHP file
output.css Tailwind changes
package-lock.json Automatic update of JSON files
package.json Automatic update of JSON files
redirect.php Got rid of unnecessary PHP code
reqloc.html Added code to redirect the user if they are permitted to access the GLink, and show an error JS alert if they are not
result.php Added additional information for database storage
signup.html Added code to redirect user if they are signed in and go to the sign up page
signup.php Fixed bugs in PHP database code
step1.png Added modified images for step 1
step2.png Added images for other steps
step3.png Added images for other steps
tailwind.config.js Tailwind changes
undodeletelink.php Added files for link creation, deletion and undo of deletion
updatelink.php Updated the backend code; I don't know why I was modifying the user