Skip to content

Commit

Permalink
Merge pull request #9 from watermark-hollywood/ryan's-branch
Browse files Browse the repository at this point in the history
Ryan's branch
  • Loading branch information
watermark-hollywood authored Mar 4, 2017
2 parents 15ecc96 + b6027af commit 74dec0d
Show file tree
Hide file tree
Showing 96 changed files with 9,556 additions and 258 deletions.
36 changes: 0 additions & 36 deletions assets/css/home.css

This file was deleted.

27 changes: 0 additions & 27 deletions includes/navigation.php

This file was deleted.

23 changes: 0 additions & 23 deletions includes/topbar.php

This file was deleted.

4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$allowed_hosts = array('local.project-oslo.com','project-oslo.com','www.project-oslo.com','osloideas.com','portal.osloideas.com','local.osloideas.com','www.osloideas.com','www.watermarkdigital.com');
$allowed_hosts = array('local.project-oslo.com','project-oslo.com','www.project-oslo.com','www.watermarkdigital.com');
if (!isset($_SERVER['HTTP_HOST']) || !in_array($_SERVER['HTTP_HOST'], $allowed_hosts)) {
header( "Location: portal/login.php" );
}
Expand Down Expand Up @@ -234,7 +234,7 @@

$.ajax({
type: 'post',
url: 'user/register.php',
url: 'portal/user/register.php',
data: $('#admin_register_form').serialize(),
success: function (data) {
if(data == "exists"){
Expand Down
6 changes: 3 additions & 3 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@

$.ajax({
type: 'post',
url: 'user/register.php',
url: 'portal/user/register.php',
data: $('#admin_register_form').serialize(),
success: function (data) {
if(data == "exists"){
Expand Down Expand Up @@ -307,7 +307,7 @@
e.preventDefault();
$.ajax({
type: 'post',
url: 'user/login.php',
url: 'portal/user/login.php',
data: $('#login_form').serialize(),
success: function (data) {
if(data == "error"){
Expand Down Expand Up @@ -342,7 +342,7 @@

$.ajax({
type: 'post',
url: 'user/recover.php',
url: 'portal/user/recover.php',
data: $('#recover_form').serialize(),
success: function (data) {
if(data == "error"){
Expand Down
17 changes: 17 additions & 0 deletions portal/assets/css/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:root {
font-size: 14px;
}

body {
position: relative;
min-height: 100%;
background: none;
}

.top-nav-bar {
padding: 0 .0825rem;
}

.navbar-inverse .navbar-toggler {
border-color: #ffffff;
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</table>
<p style="mso-table-lspace:0;mso-table-rspace:0; margin:0; text-align: left;" >
<span style="font-family: 'Roboto', Helvetica, Arial, sans-serif !important;">
<a href="http://%%domain%%/portal/verify.php?guid=%%guid%%">Click here to verify your email address</a>
<a href="http://%%domain%%/verify.php?guid=%%guid%%">Click here to verify your email address</a>
</span>
<br/>
<br/>
Expand Down
Binary file added portal/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions portal/assets/plugins/font-awesome-4.7.0/HELP-US-OUT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
Loading

0 comments on commit 74dec0d

Please sign in to comment.