-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (89 loc) · 3.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
layout: home
---
<!-- Home Hero -->
<!-- moved to home.html -->
<!-- ---------------------------------------------------------------------- -->
<!-- Upcoming Events -->
<!-- ---------------------------------------------------------------------- -->
{% include _home/upcoming-events.html
title = "Upcoming Events"
group-linktext = "see all"
group-linkurl = "/resources/events#upcoming-events"
%}
<!-- Activity Teasers -->
<!-- ---------------------------------------------------------------------- -->
{% include teasers-4x_img.html
group-title = "Activities"
group-linktext = "learn more"
group-linkurl = "activities"
title1 = "IDEAS-ECP"
source1 = "ideas-ecp/lightbulb-transparent.png"
contain1 = true
url1 = "/activities/ideas-ecp"
blurb1 = "Building a productive and sustainable exascale software ecosystem"
scale1 = "0.75"
title2 = "IDEAS Watersheds"
source2 = "ideas-watersheds/Pillars_hero.png"
contain2 = true
url2 = "/activities/ideas-watersheds"
blurb2 = "Accelerating watershed science through a community-driven software ecosystem"
title3 = "IDEAS-Classic (2014-2017)"
source3 = "ideas-classic/IDEAS-broader-DOE-context-transparent.png"
url3 = "/activities/ideas-classic"
blurb3 = "Improving software productivity for terrestrial ecosystem modeling"
title4 = "xSDK"
source4 = "xsdk/xsdk_logo_COLOR_large-no-text.png"
scale4 = "0.65"
url4 = "/activities/xsdk"
blurb4 = "Extreme-scale Scientific Software Development Kit"
%}
{% include teasers-4x_img.html
title1 = "BSSw Fellowship"
source1 = "logos/bsswf/Logo_BSSw_FellowshipB.png"
scale1 = "0.9"
url1 = "/activities/bsswf"
blurb1 = "Providing recognition and funding to leaders and advocates of high-quality scientific software"
title2 = "BSSw.io"
source2 = "logos/bssw/BSSw-logo-transparent.png"
scale2 = "0.85"
url2 = "/activities/bsswio"
blurb2 = "A hub for scientific software development resources"
%}
<!-- Home Banner
----------------------------------------------------------------------
-->
{% comment %}
{% include _home/banner-a.html
source = "fpo.png"
blurb = "Pull quote brown fox jumps over the lazy dog. Quick brown fox jumps the dog. Pull quote brown fox jumps over the lazy dog"
%}
{% endcomment %}
<!-- Stakeholders-->
<!-- ---------------------------------------------------------------------- -->
{% comment %}
{% include teasers-4x_noimg.html
group-title = "Stakeholders"
group-linktext = "learn more"
group-linkurl = "www.link.com"
title1 = "Stakeholder"
url1 = "www.link.com"
blurb1 = "The quick brown fox jumps over the lazy dog"
title2 = "Stakeholder"
url2 = "www.link.com"
blurb2 = "The quick brown fox jumps over the lazy dog"
title3 = "Stakeholder"
url3 = "www.link.com"
blurb3 = "The quick brown fox jumps over the lazy dog"
%}
{% endcomment %}
<!-- Inclusivity Statement -->
<!-- ---------------------------------------------------------------------- -->
{% comment %}
{% include teasers-text.html
group-title = "Inclusivity"
lgtext = "The quick brown fox jumps over the lazy dog"
smtext =
"The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog."
%}
{% endcomment %}