Skip to content

Commit

Permalink
Restore AAS Original
Browse files Browse the repository at this point in the history
  • Loading branch information
richgarner71 committed Aug 23, 2022
1 parent 5350e2a commit 3ea5074
Show file tree
Hide file tree
Showing 16 changed files with 2,689 additions and 7,914 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_modules
.bundle
.jekyll-cache/
~/.rbenv/

_assets/images/Regional_Map.psd
Binary file modified ASTRO Contract Holder Directory - AVIATION.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - DATAOPS.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - DEVSI.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - GROUND.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - MARITIME.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - MISOPS.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - RESEARCH.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - SPACE.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - SUPPORT.pdf
Binary file not shown.
Binary file modified ASTRO Contract Holder Directory - TRAINING.pdf
Binary file not shown.
71 changes: 0 additions & 71 deletions _assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,6 @@ hr.media-line{
.no-mobile{
display: none!important;
}
.mobile-only{
display: block!important;
}
}


Expand Down Expand Up @@ -988,74 +985,6 @@ 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: 240px !important;
}

.storyIcon{
right: 0;
position: absolute;
padding-right: 8px;
}

}


//Numbered Block Sections
.numberCircle {
Expand Down
6 changes: 0 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ primary_navigation:

- name: SBIR/STTR
url: /sbir/
children:
- name: SBIR/STTR
url: /sbir/
- name: Success Stories
url: /stories/


- name: Our Impact
url: /impact/
Expand Down
26 changes: 26 additions & 0 deletions _includes/sbir.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ <h4>SBIR/STTR News and Updates</h4>
</div>

</div>


<div class="flex-wrapper-big">

<div class="infoblock">
<a href="../21-01166_SS_AAS SBIR STTR Success Story Slipsheet_508C.pdf"
target="_new"><p>{% asset SBIR_SuccessStories.png alt="SBIR/STTR Success Stories" %} </p></a>
</div>

</div>


<div class="flex-wrapper-big">
<div class="infoblock">
Expand Down Expand Up @@ -81,3 +92,18 @@ <h4 class="whitetext">Industry Partners</h4>
</p>
</div>
</div>

<div class="flex-wrapper-big">
<div class="infoblock">
<h4>SBIR/STTR Summary of Awards Through FY21</h4>
</div>
</div>

<div class="flex-wrapper-big">
<div class="infoblock one-half">
<p>{% asset SBIR_STTR_table1.jpg alt="SBIR/STTR Table 1" %} </p>
</div>
<div class="infoblock one-half">
<p>{% asset SBIR_STTR_table2.jpg alt="SBIR/STTR Table 2" %} </p>
</div>
</div>
Loading

0 comments on commit 3ea5074

Please sign in to comment.