Skip to content

Commit

Permalink
Move intro links
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed Nov 30, 2023
1 parent fe507b6 commit db54091
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 3 additions & 1 deletion css/apps.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@
overflow: auto;
float: left;
}

.dark .hero-bucket {
background-color: rgba(33, 33, 33, 0.8);
}
.bgimg {
min-height: 600px;
}
Expand Down
16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,23 @@



<div id="relocatedStateMenu"></div><br>
<a href="#mapview=counties" onclick="$('#filterClickLocation').click();return false;">Select counties and regions</a> to view local industry impacts.<br>
<div id="relocatedStateMenu"></div>


<h3>Getting Started</h3>

<h3>Getting Started</h3><b>Setup a website to manage your models and stories</b><br>
<a href="../localsite/start/">Copy the starter page</a>&nbsp;or&nbsp;edit a folder in the apps repo.<br><br>
<a href="../community/projects/">Project Areas</a> | <a href="../community/tools/">Lifecycle Tools Overview</a> | <a href="../../io/charts/">Widget Setup</a>
<!--<a href="../../community/challenge/#winners">Web Challenge Winners</a>--><br><br>

<b>Setup a website to manage your models and stories</b><br>
<a href="../localsite/start/">Copy the starter page</a>&nbsp;or&nbsp;copy a folder here in the apps repo.<br><br>

Deploy your updates using GitHub Desktop.<br>
More about contributing to <a href="../../community/challenge/how/">location&nbsp;model&nbsp;pages</a>.<br><br>


<div id="readmeDiv"></div>

<a href="../community/projects/">Project Areas</a> | <a href="../community/tools/">Lifecycle Tools Overview</a> | <a href="../../community/challenge/#winners">Web Challenge Winners</a>
<a href="#mapview=counties" onclick="$('#filterClickLocation').click();return false;">Select states, counties and regions</a> to view local industry impacts.<br>

<div id="parsedOutput"></div>

Expand Down
3 changes: 1 addition & 2 deletions smm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@

<div class="hero-bucket" style="min-width: 380px; float:left">


<div style="font-size:20px; margin-top:14px; margin-bottom:18px; font-weight:800">

<!--
Expand Down Expand Up @@ -213,7 +212,7 @@ <h1 style="font-size:24px; margin-bottom:30px">Generate environmental profiles f
(Not yet active)
</div>
<div style="float:right">
<a href="#mockup" style="text-shadow: none; border:2px solid #ddd; width:200px;" class="btn btn-success">Continue</a>
<a href="#mockup" style="text-shadow: none; width:200px;" class="btn btn-success">Continue</a>
</div>
</div>

Expand Down

0 comments on commit db54091

Please sign in to comment.