diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..16b31cc --- /dev/null +++ b/TODO.md @@ -0,0 +1,6 @@ +- ~~Register backend~~ +- Edit Profile: + - Change Password + - Delete Account +- ~~Search Result mobile friendly~~ +- ~~fix number input~~ diff --git a/dashboard.php b/dashboard.php index e5cbbad..fe4ad4c 100644 --- a/dashboard.php +++ b/dashboard.php @@ -27,13 +27,14 @@ $table = $conn->query("SELECT * FROM user" . $user_id . " ORDER BY name;"); Dashboard - CineTrack +

Welcome, !

- Logout + Logout

Search Movies, Shows and more...

@@ -46,31 +47,33 @@ $table = $conn->query("SELECT * FROM user" . $user_id . " ORDER BY name;"); // Output the HTML table if ($table->num_rows > 0) { $i = 0; - while($row = $table->fetch_assoc()) { - echo "
" . $row["name"] . "
"; + while($row = $table->fetch_assoc()): + ?> +
<?php echo $row["name"];?>
- echo "
"; + + diff --git a/favico.ico b/favico.ico new file mode 100644 index 0000000..9e9c800 Binary files /dev/null and b/favico.ico differ diff --git a/fonts/FiraSans-Regular.woff2 b/fonts/FiraSans-Regular.woff2 deleted file mode 100644 index e766e06..0000000 Binary files a/fonts/FiraSans-Regular.woff2 and /dev/null differ diff --git a/fonts/SourceSansPro-Regular.ttf.woff2 b/fonts/SourceSansPro-Regular.ttf.woff2 new file mode 100644 index 0000000..0dd3464 Binary files /dev/null and b/fonts/SourceSansPro-Regular.ttf.woff2 differ diff --git a/index.php b/index.php index 5c0d070..be2c880 100755 --- a/index.php +++ b/index.php @@ -8,6 +8,7 @@ Login - Cinetrack +
@@ -31,5 +32,7 @@ ?>

+

or

+ Register diff --git a/register.php b/register.php new file mode 100755 index 0000000..0a0ddc1 --- /dev/null +++ b/register.php @@ -0,0 +1,40 @@ + + + + + Register - Cinetrack + + + + + +
+ +
+

Make an account

+
+ +

+ + +
+

+ Your password should be atleast 5 characters long. +
+ Do not reuse passwords! +

+ +
+ +
+ +

+ +

+ + diff --git a/search.old.php b/search.old.php new file mode 100644 index 0000000..8d5f7fd --- /dev/null +++ b/search.old.php @@ -0,0 +1,43 @@ +