Skip to content

Commit 137a322

Browse files
committed
contact pg
1 parent d9ec9e7 commit 137a322

7 files changed

Lines changed: 37 additions & 74 deletions

File tree

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ website:
5757

5858
right:
5959
- icon: envelope-fill
60-
href: pages/contact.qmd
60+
href: pages/resources/contact.qmd
6161
- icon: info-circle-fill
62-
href: pages/about.qmd
62+
href: pages/resources/about.qmd
6363

6464

6565

custom.css

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -310,65 +310,18 @@ h1.quarto-secondary-nav-title {
310310
transition: background-color 0.2s ease, color 0.2s ease;
311311
}
312312

313-
314313
/* footer */
315314

316-
/* ---------- Force footer visible and on top ---------- */
317-
/* Broad selectors to catch Quarto/footer variants */
318-
.q-footer,
319-
.quarto-footer,
320-
.site-footer,
321-
footer,
322315
.page-footer {
323-
display: block !important;
324-
visibility: visible !important;
325-
opacity: 1 !important;
326-
327-
/* place normally in flow, but ensure no overlap */
328-
position: relative !important;
329-
z-index: 9998 !important;
330-
331-
width: 100% !important;
332-
box-sizing: border-box !important;
333-
padding: 1.25rem 1rem !important;
334-
margin-top: 2rem !important;
335-
background: transparent !important;
336-
color: inherit !important;
337-
}
338-
339-
/* Make links legible */
340-
.q-footer a,
341-
.site-footer a,
342-
footer a,
343-
.quarto-footer a {
344-
color: inherit !important;
345-
text-decoration: underline !important;
346-
}
347-
348-
/* ---------- Ensure page content doesn't get covered by fixed sidebars/navbars ---------- */
349-
/* If your site has a fixed/docked sidebar or a fixed navbar, give the page bottom padding */
350-
body > .page, /* common Quarto page wrapper */
351-
body > .site,
352-
.main,
353-
#main,
354-
.content {
355-
/* increase bottom padding so footer can appear below fixed elements */
356-
padding-bottom: 6rem !important;
316+
border-top: 1px solid rgba(0, 0, 0, 0.08);
317+
padding: 0.9rem 0;
318+
font-size: 0.875rem;
319+
color: inherit;
357320
}
358321

359-
/* If your theme uses a fixed sidebar with class .sidebar (or nav#sidebar), ensure it doesn't overlap */
360-
.sidebar,
361-
nav.sidebar,
362-
#sidebar,
363-
.sidebar-wrapper {
364-
z-index: 10; /* keep sidebar below the footer z-index */
365-
}
366-
367-
/* Optional: styling for the footer */
368-
.site-footer {
369-
border-top: 1px solid rgba(0,0,0,0.08) !important;
370-
text-align: center !important;
371-
font-size: 0.95rem !important;
322+
.page-footer a {
323+
color: inherit;
324+
text-decoration: underline;
372325
}
373326

374327
/* override back to top popup, was getting covered by footer */

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Map and style GRID3 data.
7171

7272
::: {.card-overlay}
7373
### Resources
74-
Reference materials.
74+
Links and other reference materials.
7575

7676
[View resources →](pages/resources/index.qmd){.stretched-link}
7777
:::

pages/analysis/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ subtitle: "Apply GRID3 data to spatial workflows"
44
format:
55
html:
66
toc: false
7+
back-to-top-navigation: false
78
---
89

910
This section covers analytical workflows using GRID3 datasets — including network analysis, spatial statistics, and Python-based processing pipelines.

pages/contact.qmd

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,14 @@
22
title: "About"
33
about:
44
template: jolla
5-
# image: profile.jpg
65
links:
76
- icon: linkedin
87
text: LinkedIn
9-
href: https://linkedin.com
8+
href: https://www.linkedin.com/company/center-for-integrated-earth-system-information-ciesin/
109
- icon: github
1110
text: Github
12-
href: https://github.com
11+
href: https://github.com/ciesin
1312
format:
1413
html:
1514
toc: false
1615
---
17-
18-
Lorem ipsum
19-
20-
## Test
21-
22-
La la la
23-
24-
## Test
25-
26-
Ok

pages/resources/contact.qmd

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Get in touch"
3+
html:
4+
toc: false
5+
back-to-top-navigation: false
6+
page-layout: full
7+
8+
---
9+
10+
<div id="contact" class="container">
11+
12+
<i class="bi bi-envelope-fill"></i> **Email**
13+
: [info@ciesin.columbia.edu](mailto:info@ciesin.columbia.edu)
14+
15+
<i class="bi bi-globe"></i> **CIESIN Website**
16+
: [ciesin.columbia.edu](https://ciesin.columbia.edu){target="_blank" rel="noopener"}
17+
18+
<i class="bi bi-database-fill"></i> **GRID3 Project**
19+
: [grid3.org](https://grid3.org/){target="_blank" rel="noopener"}
20+
21+
<i class="bi bi-linkedin"></i> **LinkedIn**
22+
: [Center for Integrated Earth System Information](https://www.linkedin.com/company/center-for-integrated-earth-system-information-ciesin/){target="_blank" rel="noopener"}
23+
24+
</div>

0 commit comments

Comments
 (0)