Skip to content

Commit

Permalink
Title position
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed Dec 29, 2023
1 parent 0704dc4 commit 22eca83
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ Here are [the steps](process/python/bea) we used to generate subfolders with [us

TO DO: Generate folders above with a GitHub Action - [Github Actions samples](https://model.earth/community/projects/#pipeline)

Prior to GitHub Actions, another approach was the [Public Tree Map Pipeline](https://github.com/Public-Tree-Map/public-tree-map-data-pipeline).
Here's a [fork of the resulting Santa Monica tree map](https://neighborhood.org/public-tree-map/).

<!-- Not sure what this relates to
How to process zipcodes for testing:
1) Access the single_zipcode.py file.
2) Select which NAICS levels you want by modifying the list "inds".
3) Run the function with desired incode as your parameter. This input should be a string, and contain five characters. Ex: '98006', '30308', '00501'
-->

[Model.Earth](https://model.earth)
28 changes: 13 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
@media (max-width: 1400px) {
.storybox {display:none;}
}
@media (max-width: 400px) {
#topTitleHolder {
margin-top:0px !important;
}
}
</style>
</head>

Expand All @@ -93,9 +98,9 @@
<!-- logo centered -->
<div class="herocenter" style="position: absolute; z-index:2; top:37%">

<div class="fade-in text-flowX" style="position:fixed; left:0px; right:0px;
text-align:center; margin-top:50px; color:#fff; font-size:24px; text-shadow: 2px 2px 8px #333;">
<span style="font-weight:800; opacity:1">ModelEarth</span> Community Data
<div id="topTitleHolder" class="fade-in text-flowX" style="position:fixed; left:0px; right:0px;
text-align:center; margin-top:50px; padding-left: 20px; padding-right: 20px; color:#fff; font-size:24px; text-shadow: 2px 2px 8px #333;">
<span style="font-weight:800; opacity:1">ModelEarth</span> Community&nbsp;Data

<!--
<br><br>
Expand All @@ -110,17 +115,17 @@
<img src="img/hero/woman-table-computer.jpg" style="opacity:0;width:100%">
</div>

<div class="storybox hideMobile local">
<div class="storybox hideMobile">
<b>Localsite Map Framework</b><br>
County Business Patterns (CBP)
</div>
</div>

<a name="mission"></a>

<div class="content contentpadding">
<div class="content contentpadding" style="display:none">

<div class="pageColumns" style="displayX:none">
<div class="pageColumns">

<div class="pageColumn">
<div class="pageColumnInside">
Expand Down Expand Up @@ -155,22 +160,15 @@ <h2>Get Involved</h2>

</div>




</div>

<!--
<div style="clear:both"></div>
<br>

<hr>

<!--
Goal: To provide a free alternative to SalesForce using Frappe
Workforce seeks to identify and reduce the financial take of middlemen in the allocation process.
-->


<div class="content contentpadding">
<div id="readmeDiv"></div>
</div>
Expand Down

0 comments on commit 22eca83

Please sign in to comment.