diff --git a/_assets/css/index.scss b/_assets/css/index.scss index 9e9a9d2f5..aed56e308 100644 --- a/_assets/css/index.scss +++ b/_assets/css/index.scss @@ -355,6 +355,9 @@ hr.media-line{ .no-mobile{ display: none!important; } + .mobile-only{ + display: block!important; + } } @@ -985,6 +988,74 @@ a.external_link::after{ } } +//Success Stories cards +.storyCard{ + display: flex; + height: 140px; + margin-left: 20px; +} + +.storyCardHead{ + background-color: var(--aas-orange); + width: 600px; + height: 100px; + padding: 10px; + margin-bottom: 40px; +} + +.storyCardBody{ + width: 800px; + height: 80px; + display: flex; + background-color: var(--fedsim-blue1); + z-index: 9; + position: absolute; + margin-left: 90px; + margin-top: 40px; + padding: 12px; +} + +.storyPadding{ + padding: 0 10px !important; + margin-top: 10px; +} + +.storyNum{ + font-size: xx-large; + padding-left: 9px; +} + +.storyIcon{ + right: 0; + position: absolute; + padding-right: 40px; +} + +@media screen and (max-width:414px){ + .storyCardHead{ + width: 300px; + padding: 8px; + } + + .storyCardBody{ + margin-left: 20px; + width: 300px; + padding: 10px; + } + + .storyPadding{ + margin-top: 4px; + max-width: 200px !important; + } + + .storyIcon{ + right: 0; + position: absolute; + padding-right: 8px; + } + +} + //Numbered Block Sections .numberCircle { diff --git a/_assets/images/PDF_file_icon.png b/_assets/images/PDF_file_icon.png new file mode 100644 index 000000000..0f0410092 Binary files /dev/null and b/_assets/images/PDF_file_icon.png differ diff --git a/_config.yml b/_config.yml index d21023c48..1df90a696 100644 --- a/_config.yml +++ b/_config.yml @@ -87,6 +87,12 @@ primary_navigation: - name: SBIR/STTR url: /sbir/ + children: + - name: SBIR/STTR + url: /sbir/ + - name: Success Stories + url: /stories/ + - name: Our Impact url: /impact/ diff --git a/_includes/sbir.html b/_includes/sbir.html index 0a3b0a50a..a1577ae69 100644 --- a/_includes/sbir.html +++ b/_includes/sbir.html @@ -40,20 +40,6 @@

SBIR/STTR News and Updates

- - -
-
-

{% asset SBIR_SuccessStory_1.png alt="SBIR/STTR Success Story 1" %}

-
- -
-

{% asset SBIR_SuccessStory_2.png alt="SBIR/STTR Success Story 2" %}

-
-
-
@@ -95,18 +81,3 @@

Industry Partners

- -
-
-

SBIR/STTR Summary of Awards Through FY21

-
-
- -
-
-

{% asset SBIR_STTR_table1.jpg alt="SBIR/STTR Table 1" %}

-
-
-

{% asset SBIR_STTR_table2.jpg alt="SBIR/STTR Table 2" %}

-
-
diff --git a/_includes/stories.html b/_includes/stories.html new file mode 100644 index 000000000..458f25651 --- /dev/null +++ b/_includes/stories.html @@ -0,0 +1,66 @@ +
+
+

SBIR/STTR Success Stories

+
+
+
+ +
+ +
+
+

STORY +
01 +

+

STORY 01

+
+ +
+ +
+
+ +
+
+

STORY +
02 +

+

STORY 02

+
+ +
+ +
+ +
+
+

SBIR/STTR Summary of Awards Through FY21

+
+
+ +
+
+

{% asset SBIR_STTR_table1.jpg alt="SBIR/STTR Table 1" %}

+
+
+

{% asset SBIR_STTR_table2.jpg alt="SBIR/STTR Table 2" %}

+
+
diff --git a/_pages/stories.md b/_pages/stories.md new file mode 100644 index 000000000..1b99220e8 --- /dev/null +++ b/_pages/stories.md @@ -0,0 +1,11 @@ +--- +title: SBIR/STTR Success Stories +layout: wide +sidenav: false +--- + +{% include stories.html %} + + + +