This commit is contained in:
parent
24a15da493
commit
7f71c75934
|
|
@ -9,6 +9,9 @@
|
||||||
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description" />
|
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description" />
|
||||||
@endsection
|
@endsection
|
||||||
@section('contentloggedout')
|
@section('contentloggedout')
|
||||||
|
<h1>SIGN UP HAS BEEN DISABLED TEMPORARILY></h1>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
<h1>Welcome to ARCHBLOX!</h1>
|
<h1>Welcome to ARCHBLOX!</h1>
|
||||||
<p>Have an account already? <a href="{{ route('login') }}">Click here</a> to log in.</p>
|
<p>Have an account already? <a href="{{ route('login') }}">Click here</a> to log in.</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -71,6 +74,10 @@
|
||||||
<p>An Invite Key is required to sign up. You can obtain one from a person that has an ARCHBLOX Account.</p>
|
<p>An Invite Key is required to sign up. You can obtain one from a person that has an ARCHBLOX Account.</p>
|
||||||
<p>Don't bother random people for keys, or beg for one.</p>
|
<p>Don't bother random people for keys, or beg for one.</p>
|
||||||
<br>
|
<br>
|
||||||
<button class="greenbutton" onClick="this.form.submit();this.disabled=true">Sign Up</button>
|
<!--SU BUTTON-->
|
||||||
|
@endsection
|
||||||
|
|
||||||
@endsection
|
@php
|
||||||
|
// signup button goes here for now
|
||||||
|
//<button class="greenbutton" onClick="this.form.submit();this.disabled=true">Sign Up</button>
|
||||||
|
@endphp
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<h1>INVITES HAVE BEEN DISABLED UNTIL FURTHER NOTICE</h1>
|
||||||
|
<br>
|
||||||
<h1 id="usernameframe">Create a Key</h1>
|
<h1 id="usernameframe">Create a Key</h1>
|
||||||
@if ($data['canCreate'])
|
@if ($data['canCreate'])
|
||||||
<p>You may create @if ($data['fetchKeys']->isEmpty()) your first key below!
|
<p>You may create @if ($data['fetchKeys']->isEmpty()) your first key below!
|
||||||
|
|
@ -16,9 +18,9 @@
|
||||||
@endif
|
@endif
|
||||||
<br>
|
<br>
|
||||||
@if ($data['canCreate'])
|
@if ($data['canCreate'])
|
||||||
<form method="POST" action="{{ route('key_create') }}">
|
<form method="POST" action="{{ route('home') }}">
|
||||||
@csrf
|
@csrf
|
||||||
<button class="bluebutton" type="submit">Create Invite Key</button>
|
<button disabled class="bluebutton" type="submit">Create Invite Key</button>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue