Skip to content

Commit c1d2c00

Browse files
committed
Add preview contact page
1 parent c47a821 commit c1d2c00

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

assets/css/style.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,20 @@ main {
289289
main {
290290
min-height: 60vh;
291291
}
292+
293+
@include media-breakpoint-down(lg) {
294+
#portal-frame {
295+
height: 546px
296+
}
297+
}
298+
299+
@include media-breakpoint-up(lg) {
300+
#portal-frame {
301+
height: 580px;
302+
}
303+
}
304+
@include media-breakpoint-up(xl) {
305+
#portal-frame {
306+
height: 620px;
307+
}
308+
}

contact.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
2-
title: Contact
2+
title: Talk to Us
33
layout: sub-page
44
---
55

6+
<p>We want to hear from you! Get in touch via this form:</p>
7+
<iframe id="portal-frame" src="https://osg-portal.osgdev.chtc.io/contact" width="100%" frameborder="0"></iframe>
8+
9+
## Specific Questions?
10+
611
PATh is a unique partnership between the Center for High Throughput Computing (CHTC) and the OSG Consortium.
712

813
* For enquiries about the *PATh project*, please contact the [PATh leadership](mailto:[email protected]).

0 commit comments

Comments
 (0)