Просмотр исходного кода

Commented out the options to sign up or sign in with clover/square until needed.

Lee Morgan 5 лет назад
Родитель
Сommit
7a13070206
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      views/landingPage/landing.ejs

+ 4 - 4
views/landingPage/landing.ejs

@@ -79,11 +79,11 @@
 
 
                 <input id="regButton" class="buttonDisabled" type="submit" value="Sign Up with Email">
                 <input id="regButton" class="buttonDisabled" type="submit" value="Sign Up with Email">
 
 
-                <h1>OR</h1>
+                <!-- <h1>OR</h1>
 
 
                 <a class="button buttonWithBorder" href="/cloverlogin">Sign Up with Clover</a>
                 <a class="button buttonWithBorder" href="/cloverlogin">Sign Up with Clover</a>
 
 
-                <a class="button buttonWithBorder" href="/squarelogin">Sign Up with Square</a>
+                <a class="button buttonWithBorder" href="/squarelogin">Sign Up with Square</a> -->
 
 
                 <h3 class="link" style="margin-top: 30px;" onclick="loginObj.display()"> Already have an account? Please Sign In </h3>
                 <h3 class="link" style="margin-top: 30px;" onclick="loginObj.display()"> Already have an account? Please Sign In </h3>
             </form>
             </form>
@@ -103,11 +103,11 @@
         
         
                 <input id="signIn" type="submit" value="Sign In with Email">
                 <input id="signIn" type="submit" value="Sign In with Email">
 
 
-                <h1>OR</h1>
+                <!-- <h1>OR</h1>
 
 
                 <a class="button buttonWithBorder" href="/cloverlogin">Sign In with Clover</a>
                 <a class="button buttonWithBorder" href="/cloverlogin">Sign In with Clover</a>
 
 
-                <a class="button buttonWithBorder" href="/squarelogin">Sign In with Square</a>
+                <a class="button buttonWithBorder" href="/squarelogin">Sign In with Square</a> -->
 
 
                 <h3 class="link" style="margin-top: 30px;" onclick="registerObj.display()"> New Here? Please Sign Up </h3>
                 <h3 class="link" style="margin-top: 30px;" onclick="registerObj.display()"> New Here? Please Sign Up </h3>
             </form>
             </form>