This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop'
- Loading branch information
Showing
9 changed files
with
116 additions
and
101 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
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
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
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
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 |
---|---|---|
@@ -1,53 +1,58 @@ | ||
{% extends "base_template.html" %} | ||
|
||
{% block title %}Modelr · Demo Mode{% endblock %} | ||
{% block title %}Modelr · Demo{% endblock %} | ||
{% block content %} | ||
|
||
|
||
<div class="container"> | ||
|
||
<h1>Demo Mode</h1> | ||
<h1>Try Modelr for free</h1> | ||
|
||
<p> | ||
Explore our tools for free. Subscribe to build a model with your own rocks and fluids. | ||
</p> | ||
<p class="lead"><strong>Explore our tools for free.</strong> This is where you can try some of the modeling workflows.</p> | ||
|
||
<p class="lead"><a href="/signup">Subscribe</a> to use your own earth models, create your own rocks and fluids, or save scenarios.</p> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-4 col-md-3"> | ||
<div class="panel panel-default text-center"> | ||
<div class="panel-heading"> | ||
<h3><a href="1D_model">1D Modeling </a></h3> | ||
</div> | ||
<div class="panel-body"> | ||
1D fluid substitution modeling. | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-4 col-md-3"> | ||
<div class="panel panel-default text-center"> | ||
<div class="panel-heading"> | ||
<h3><a href="/model">2D Modeling</a></h3> | ||
</div> | ||
<div class="panel-body"> | ||
<p>Build a synthetic from a 2D earth model.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-4 col-md-3"> | ||
<div class="panel panel-default text-center"> | ||
<div class="panel-heading"> | ||
<h3><a href="/scenario"> Scenario </a></h3> | ||
</div> | ||
<div class="panel-body"> | ||
<p>Script based modeling of different wedge and AVO scenarios.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-offset-3 col-md-4 col-lg-2"> | ||
<div class="panel panel-default text-center"> | ||
<div class="panel-heading"> | ||
<h3><a href="1D_model">1D modeling </a></h3> | ||
</div> | ||
<div class="panel-body"> | ||
<p>1D synthetics and fluid substitution modeling.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-md-4 col-lg-2"> | ||
<div class="panel panel-default text-center"> | ||
<div class="panel-heading"> | ||
<h3><a href="/model">2D modeling</a></h3> | ||
</div> | ||
<div class="panel-body"> | ||
<p>Build a synthetic section from a 2D earth model.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-md-4 col-lg-2"> | ||
<div class="panel panel-default text-center"> | ||
<div class="panel-heading"> | ||
<h3><a href="/scenario">Scenario models</a></h3> | ||
</div> | ||
<div class="panel-body"> | ||
<p>Script-based models of various wedge and AVO scenarios.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div><!-- end row --> | ||
|
||
</div> <!-- end inner container --> | ||
|
||
</div> | ||
</div><!-- end main container --> | ||
|
||
{% endblock %} |
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
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
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
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