+
@@ -123,7 +137,7 @@ import { MacrostratIcon } from "~/components";
[//]: # "Projects"
-
+
@@ -132,20 +146,20 @@ import { MacrostratIcon } from "~/components";
+
+
[//]: # "Donate"
-
+
+
-
-
-
-
- Grant funding, principally from the
U.S. National Science Foundation, got Macrostrat off the ground and keeps us innovating, but maintaining and growing a free and open digital resource involves ongoing expenses beyond the grant cycle, like annual certificate renewals, cloud server hosting and backup storage that keep your connection safe, domain name registrations that keep us located on the web, and system upgrades to keep us fast and efficient. If you would like to help us continue to grow and provide free resources, you can do so with a one-time or recurring gift to the UW Foundation Paleontology Program Fund in Geology. Thank you!
-
-
-
+
+ Grant funding, principally from the U.S. National Science Foundation, got Macrostrat off the ground and keeps us innovating, but maintaining and growing a free and open digital resource involves ongoing expenses beyond the grant cycle, like annual certificate renewals, cloud server hosting and backup storage that keep your connection safe, domain name registrations that keep us located on the web, and system upgrades to keep us fast and efficient. If you would like to help us continue to grow and provide free resources, you can do so with a one-time or recurring gift to the UW Foundation Paleontology Program Fund in Geology. Thank you!
+
+
+
[//]: # "Footer"
diff --git a/pages/dev/test-site/main-page/main.styl b/pages/dev/test-site/main-page/main.styl
index 1620dea6..953b89ef 100644
--- a/pages/dev/test-site/main-page/main.styl
+++ b/pages/dev/test-site/main-page/main.styl
@@ -1,7 +1,8 @@
html, body
color: #E0E1E6
- background-color: white
+ background-color: white
margin: 0
+ margin-top: 35px
#total
background-color: white
@@ -15,12 +16,13 @@ a:hover
.nohighlight
color: white
-.start
- width: 100%
+.start-card
+ margin-top: 75px
+ margin-top: 75px
display: flex;
justify-content: center;
align-items: center;
- height: 95vh
+ height: 35vh
color: white
li
@@ -32,21 +34,25 @@ a:hover
display: inline-block
width: 100%
+ .start-header
+ text-shadow: black 1px 0 10px
+ text-align: center
+
.text
position:absolute
z-index: 100
padding: 0 20px
display: grid
+ width: 50%
margin: auto
-.cover-image
+.cover-img
position:absolute
z-index:5
- left:0px
- top:0px
- height: 100vh
- width: 100%
+ height: 35vh
+ width: 60%
object-fit: cover
+ border-radius: 10px
.sea-image
position:absolute
@@ -65,10 +71,13 @@ a:hover
text-align: center
.big-text
+ display: grid
+ margin: auto
font-family: Helvetica, sans-serif
font-weight: 900
font-size: 20px
text-shadow: black 1px 0 10px
+ color: white
.top-stat, .top-stat-label
display: grid
@@ -83,6 +92,7 @@ a:hover
display: grid
grid-template-columns: 25% 25% 25% 25%
margin-bottom: 3%
+ margin-top: 30px
text-shadow: black 1px 0 10px;
.stat
@@ -105,6 +115,9 @@ a:hover
text-decoration: none;
border-radius: 12px;
+ a
+ color: white
+
.btn:hover
background-color: #545151
@@ -112,7 +125,7 @@ a:hover
font-size: 20px
padding: 0px
display: grid
- grid-template-columns: 33.33% 33.33% 33.33%
+ grid-template-columns: 50% 50%
a
color: white
@@ -121,12 +134,6 @@ a:hover
a:hover
color: white
-.rockd-png
- width: 22px
- padding-right: 4px
- float: left
- padding-top: 5px
-
.country_container
height: 100vh
@@ -168,12 +175,10 @@ a:hover
padding: 20vh 0
text-align: center
-.header
- margin: 0 20%
- text-shadow: black 1px 0 10px
-
#main-title
display: inline-block
+ margin-bottom: 0
+ padding-bottom: 10px
.version
display: inline-block
@@ -194,54 +199,13 @@ a:hover
#api
height: 100vh
-.donate-container
- height: 80vh
-
-.donate-title
- a
- color:white
- a:hover
- text-decoration: none
-
- color: white
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
- font-family: "Maven Pro", sans-serif;
- padding: 0
-
-.donate-left
- float: left
- width: 50%
- height: 80vh
- display: flex;
- justify-content: center;
- align-items: center;
-
-.donate-right
- float: right
- width: 50%
- height: 80vh
- display: flex;
- justify-content: center;
- align-items: center;
-
-.donate-info
- background: rgba(255,255,255,0.6);
- padding: 25px
- color: black
- width: 80%
- font-size: 18px
-
- a
- color: black
- font-weight: bold
- text-decoration: none
-
.donate-img
position:absolute
z-index:5
- height: 80vh
+ height: 30vh
width: 100%
object-fit: cover
+ border-radius: 10px
.app-header
margin: 0
@@ -386,16 +350,10 @@ a:hover
border-bottom: 1px solid #E0E1E6;
position: absolute;
-.text-donate
- position:absolute
- z-index: 100
- padding: 0 20px
-
-
.location
display: grid;
- grid-template-columns: 25% 25% 25% 25%;
- grid-template-rows: 40vh;
+ grid-template-columns: 50% 50%;
+ grid-template-rows: 30vh;
.t1
margin-left: 10%
@@ -428,29 +386,198 @@ a:hover
display: grid
margin: auto
-.temp-class
+.card-set
display: grid
- grid-template-columns: 40% 60%
+ grid-template-columns: 50% 50%
grid-template-rows: 30vh
+ width: 60%
+ margin: 0 20%
-
+.basic-card
+ background-color: white
+ width: 95%
+ margin: 2% 0
+ text-align: center
+ padding: 0 25px
+ padding-bottom: 30px
+ height: 25vh
+
+ .link-title
+ font-size: 25px
+
+ a
+ color: black
+
+ p
+ color: black
+ font-size: 16px
+
+ border-radius: 10px
+ box-shadow: black 1px 0 10px
+
+.right-card
+ margin-left: 5%
+
+.basic-card2
+ margin: 0
.link-title
- display: grid
- margin: auto
- margin-left: 20%
+ padding-left: 10%
+
+ font-size: 35px
+
+ a
+ color: black
+
+ p
+ padding-left: 5%
+
+ color: black
+ font-size: 16px
+
+.card
+ background-color: white
+ padding: 0
+ margin: 2% 20%
+ width: 60%
+
+ .link-title
font-size: 35px
a
color: black
+ p
+ font-size: 16px
+
+ border-radius: 10px
+ box-shadow: black 1px 0 10px
+
+.location-card
+ display: grid
+ grid-template-rows: 30vh
+
+ p
+ color: black
+ font-size: 16px
+
+ h1
+ color: black
+
+ .top
+ border-radius: 10px 0 0 0
+
+ .bottom
+ border-radius: 0 0 10px 0
+
+.card-image
+ height: 30vh
+ width: 100%
+
+.location-text
+ h1
+ diplay: grid
+ margin: auto
+ margin-bottom: 1%
p
display: grid
margin: auto
- margin-left: 10%
- margin-right: 10%
+ margin-top: 1%
+
+ height: 30vh
+
+.map-card
+ p
color: black
- font-size: 16px
+ border-radius: 10px
+ padding: 30px
+
+ a
+ color: white
+
+.donate-card
+ height: 30vh
+ position:relative
+
+ display: grid
+ margin: auto
+ margin-bottom: 50px
+
+.donate-text
+ position:relative
+ z-index: 100
+ width: 80%
+ display: grid
+ margin: auto
+ padding: 25px
+ background: rgba(255,255,255,0.7);
+ color: black
+ font-size: 18px
+ border-radius: 10px
+
+ a
+ color: black
+ font-weight: bold
+ text-decoration: none
+
+ p
+ margin-bottom: 0
+
+.caption-donate
+ display: grid
+ margin: auto
+ padding: 25px
+ margin-right: 25px
+ background: rgba(255,255,255,0.6);
+ color: black
+ font-size: 18px
+
+ a
+ color: black
+ font-weight: bold
+ text-decoration: none
+
+ p
+ margin-bottom: 0
+.header
+ width: 60%
+ margin-left: 20%
+
+ h1
+ color: black
+ font-size: 60px
+
+ h2
+ color: black
+ margin-top: 0
+
+.map-element
+ font-size: 20px
+
+ a
+ color: #015eab
+
+.mobile-card
+ height: 10vh
+ display: grid
+ grid-template-columns: 10vh 80%
+ a
+ color: black
-
\ No newline at end of file
+ h1
+ display: grid
+ margin: auto
+ font-size: 50px
+
+.rockd-png
+ height: 10vh
+ width: 10vh
+ padding-top: 0
+ border-radius: 10px 0 0 10px
+
+.search-card
+ h1
+ display: grid
+ margin: auto
+ font-size: 50px
\ No newline at end of file
diff --git a/pages/dev/test-site/main.styl b/pages/dev/test-site/main.styl
index 67dc178e..09b19f51 100644
--- a/pages/dev/test-site/main.styl
+++ b/pages/dev/test-site/main.styl
@@ -2,11 +2,14 @@
position: fixed
width: 100%
z-index: 10000
-
+ top: 0px
+ left: 0px
+
ul
list-style-type: none;
margin: 0;
padding: 0;
+ padding-left: 20%
overflow: hidden;
background-color: #015eab;
diff --git a/pages/dev/test-site/people/main.styl b/pages/dev/test-site/people/main.styl
index b83cc223..df81e074 100644
--- a/pages/dev/test-site/people/main.styl
+++ b/pages/dev/test-site/people/main.styl
@@ -6,7 +6,7 @@ a:hover
text-decoration: none
.big
- color: #E0E1E6
+ color: black
text-align: left
font-size: 75px
font-family: "Maven Pro", sans-serif
@@ -15,11 +15,29 @@ a:hover
padding-top: 100px
.line
- border-bottom: 1px solid #E0E1E6;
+ border-bottom: 1px solid black
width: 60%
margin: 0 20%
+.card
+ background-color: white
+ padding: 0
+ margin: 2% 20%
+ width: 60%
+
+ .link-title
+ font-size: 35px
+
+ a
+ color: black
+
+ p
+ font-size: 16px
+
+ border-radius: 10px
+ box-shadow: black 1px 0 10px
+
.people
color: white
@@ -47,6 +65,7 @@ a:hover
background-color: rgba(0, 0, 0, 0.2)
bottom:0
right: 0
+ border-radius: 0 0 10px 0
a
color: white
@@ -60,6 +79,7 @@ a:hover
height: 30vh
object-fit: cover
width: 100%
+ border-radius: 10px
n
font-size: 25px
@@ -77,4 +97,4 @@ e
.subtitle
margin-left: 20%
- color: #E0E1E6;
\ No newline at end of file
+ color: black;
\ No newline at end of file
diff --git a/pages/dev/test-site/publications/+Page.mdx b/pages/dev/test-site/publications/+Page.mdx
index 95dd7828..c7c1e19d 100644
--- a/pages/dev/test-site/publications/+Page.mdx
+++ b/pages/dev/test-site/publications/+Page.mdx
@@ -11,7 +11,7 @@ import { MacrostratIcon } from "~/components";
[//]: # "Publications"
-
+
Publications
literature utilizing Macrostrat
diff --git a/pages/dev/test-site/publications/main.styl b/pages/dev/test-site/publications/main.styl
index 7f2d8942..6e87a368 100644
--- a/pages/dev/test-site/publications/main.styl
+++ b/pages/dev/test-site/publications/main.styl
@@ -19,12 +19,13 @@ p
color: #E0E1E6
.pub-line
- width: 60%;
+ width: 55%;
border-bottom: 1px solid #E0E1E6;
position: absolute;
#publications
- padding: 50px 20%
+ padding: 0 2.5%
+ padding-bottom: 35px
#pub-title
text-align: left
@@ -32,6 +33,7 @@ p
position: relative
padding-bottom: 0
margin-bottom: 0
+ padding-top: 25px
.pub-list
padding-top: 10px
@@ -49,4 +51,23 @@ p
counter-increment: pub-counter
.blurb
- font-size: 15px
\ No newline at end of file
+ font-size: 15px
+
+.card
+ background-color: white
+ padding: 0
+ margin: 2% 20%
+ width: 60%
+ margin-top: 100px
+
+ .link-title
+ font-size: 35px
+
+ a
+ color: black
+
+ p
+ font-size: 16px
+
+ border-radius: 10px
+ box-shadow: black 1px 0 10px
\ No newline at end of file