-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b25114
commit 8f80881
Showing
1 changed file
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,14 @@ | |
|
||
<!-- Left block --------------------------------------------------------------- --> | ||
<div id="app-left" class="col-md-3 p-4"> | ||
<h3 class="font-weight-bold" style="display: inline;">Title Left (needs set in backend)</h3> | ||
<p>Content Left (needs set in backend) </p> | ||
<h3 class="font-weight-bold" style="display: inline;">It's Beta time</h3> | ||
<p>Welcome to our new version of CosmoQuest's Citizen Science Builder. We will be releasing new science projects regularly.</p> | ||
<p><strong>FAQs:</strong></p> | ||
<ul> | ||
<li><strong>Do I need a new login?</strong><br>Yes (although we hope to merge accounts in the future)</li> | ||
<li><strong>What happened to my old projects?</strong><br>They are still there, but they are being updated. Stay tuned.</li> | ||
<li><strong>What's new?</strong><br>Everything! We have a new interface, new tools, and new projects ... and new bugs.</li> | ||
</ul> | ||
|
||
</div> | ||
|
||
|
@@ -47,7 +53,11 @@ | |
?> | ||
|
||
<div class="text-blk"> | ||
<p>Content Welcome (needs set in Backend)</p> | ||
<p>Want to do science? We got science! Everything submitted through this interface should (bugs withstanding) be used for science.</p> | ||
<p>Logged in? You should see an option called "Mosaic" at the top of the screen. Click that and you'll be taken to a super simple | ||
project to see if science images have been correctly mosaiced together.</p> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
@@ -56,9 +66,13 @@ | |
<?php //$txt = $lang['app_page']['text-boxes']['app-right']; ?> | ||
|
||
<div id="app-right" class="col-md-3 p-4"> | ||
<h3 class="font-weight-bold">Title Right (needs set in backend)</h3> | ||
<h3 class="font-weight-bold">Bugs in Progress</h3> | ||
<div class="text-blk"> | ||
<p>Content Right (needs set in backend)</p> | ||
<p>Report bugs on <a href="https://discord.gg/yrfTgajCzT">Discord</a> or <a href="mailto:[email protected]">email us</a>.</p> | ||
<ul> | ||
<li>Fix dynamic resizing</li> | ||
<li>Make UI pretty</li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
|