From 48b4ebee8d2f8ef50bf52bcae374cdf9d30d95b1 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 20:29:53 +0100 Subject: [PATCH] changed the startpage up for a bit. --- index.html | 137 +++++++++++++++++++++++++++++++++------ ressources/css/start.css | 25 +++++++ 2 files changed, 143 insertions(+), 19 deletions(-) create mode 100644 ressources/css/start.css diff --git a/index.html b/index.html index 1671ffc..1f85d39 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,119 @@ - - - Login POC - - - - - - + + + + + + + -

Hi. Welcome to this login POC in PHP.

-

It's really crappy.

- Click HERE to register.
- Click HERE to login.
- Click HERE if you already have a valid session.
- Bye now. - - \ No newline at end of file + + Login POC + + + + + + + + +
+
Crappy Login POC
+ + Sign In +
+ +
+

loginpagefoo POC (PHP & MySQL)

+

Just a crappy POC written in PHP using PHP, HTML & MySQL.

+
+ +
+
+
+
+

Register

+
+
+
    +
  • If you don't have a user already.
  • +
+ +
+
+
+
+

Login

+
+
+
    +
  • If you want to access your profile
  • +
+ +
+
+
+
+

Reset Password

+
+
+
    +
  • When your login details went missing
  • +
+ Forgot Password +
+
+
+ + +
+ + + + + + + + + + + + diff --git a/ressources/css/start.css b/ressources/css/start.css new file mode 100644 index 0000000..1b52205 --- /dev/null +++ b/ressources/css/start.css @@ -0,0 +1,25 @@ +html { + font-size: 14px; +} +@media (min-width: 768px) { + html { + font-size: 16px; + } +} + +.container { + max-width: 960px; +} + +.pricing-header { + max-width: 700px; +} + +.card-deck .card { + min-width: 220px; +} + +.border-top { border-top: 1px solid #e5e5e5; } +.border-bottom { border-bottom: 1px solid #e5e5e5; } + +.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }