Skip to content

Commit

Permalink
Added SBIR Event page
Browse files Browse the repository at this point in the history
  • Loading branch information
richgarner71 committed Apr 7, 2023
1 parent f724b2e commit 1061d75
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 27 deletions.
2 changes: 1 addition & 1 deletion _assets/css/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _assets/css/index.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ primary_navigation:

- name: SBIR/STTR
url: /sbir/
children:
- name: SBIR/STTR
url: /sbir/
- name: SBIR Event
url: /sbirevents/

- name: Our Impact
url: /impact/
Expand Down
27 changes: 15 additions & 12 deletions _includes/sbirevents.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div class="flex-wrapper-big">
<div class="infoblock">
<h1>SBIR Outreach Event - May 2023</h1>
<h2>Thursday, May 4th, 2023 10:00 AM – 11:00 AM ET (Midday)</h2>
<h1>SBIR Outreach Event:<br> How GSA is Helping to "Bridge the Valley of Death"</h1>
<h3>Thursday, May 4th, 2023 10:00 AM – 11:00 AM ET</h3>

<br>
<div class="register-link">
<p><i><a href="https://gsa.zoomgov.com/webinar/register/WN_Nel4OYuhR9qjJiQmOikz0Q" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom')" class="external" target="_new">REGISTER HERE</a></i></p>
</div>

<h4><i><a href="https://gsa.zoomgov.com/webinar/register/WN_Nel4OYuhR9qjJiQmOikz0Q" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom')" class="external" target="_new">REGISTER HERE</a></i></h4>
<br>

<p>Join the GSA FAS AAS SBIR/STTR team as we provide an overview of GSA’s assisted acquisition services and how we can assist with meeting commercialization goals.</p>

Expand All @@ -24,11 +26,9 @@ <h4><i><a href="https://gsa.zoomgov.com/webinar/register/WN_Nel4OYuhR9qjJiQmOikz

<br>

<p>Have any questions regarding the content? You can submit questions early to be answered during the event when registering above!</p>

<br>

<h4>Speakers</h4>
<p>Have questions? Submit them when registering.</p>
<br>
<div class="flex-wrapper">
<div style="display: block; text-align: center; margin:10px;">
{% asset RC_pic.png class="member-pic" alt="Rodney Couick" %} <h4>Rodney Couick</h4> <p><span style="font-weight: 400;">GSA AAS SBIR/STTR <br>Program Advisor
Expand All @@ -43,17 +43,20 @@ <h4>Speakers</h4>
<div class="half-block no-mobile"><br></div>
</div>

<br><br>
<br>

<div class="register-link">
<p><i><a href="https://gsa.zoomgov.com/webinar/register/WN_Nel4OYuhR9qjJiQmOikz0Q" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom')" class="external" target="_new">REGISTER HERE</a></i></p>
</div>

<br>

<p>This event will be held and recorded over <a href="https://zoom.us/government" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom')" class="external" target="_new">Zoom for Government</a>. Before the event, visit the <a href="https://zoomgov.com/download" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom')" class="external" target="_new">Zoom Download Center</a> to install the Zoom web browser client.
For more info, see the <a href="https://support.zoom.us/hc/en-us/articles/201362023-System-Requirements-for-PC-Mac-and-Linux" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom')" class="external" target="_new">computer and device requirements</a> and <a href="https://support.zoom.us/hc/en-us/sections/200277708-Frequently-Asked-Questions" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom')" class="external" target="_new">Frequently Asked Questions</a>.
<br><br>
If you have specific questions or security concerns about Zoom for Government, please visit <a href="https://www.ZoomGov.com" onClick="return confirm('This link will take you to the Zoom for Government website, which is managed by Zoom.')" class="external" target="_new">ZoomGov.com</a>.
</p>

<p>Before the event, visit the Zoom Download Center to install the Zoom web browser client.</p>
<br><br>

</div>
</div>

Expand Down
40 changes: 27 additions & 13 deletions assets/sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1541,19 +1541,6 @@ li.input-li{
margin-left: 40px;
}

#input-submit {
border: 0;
border-radius: 12px;
color: white;
font-weight: 700;
background: var(--aas-orange);
cursor: pointer;
}

#input-submit:hover{
background: var(--fedsim-blue1);
}

.input-text{
margin-block-end: 2px;
}
Expand Down Expand Up @@ -1718,6 +1705,33 @@ li.input-li{
transition-timing-function: ease;
}

// SBIR events register

.register-link {
display: block;
border: 0;
border-radius: 12px;
width: 300px;
height: 35px;
padding: 6px;
text-align: center;
font-weight: 700;
background-color: var(--fedsim-blue1);
cursor: pointer;
}

.register-link a{
color: white !important;
font-weight: 600 !important;
font-size: 1.2em;
margin-block-start: 0.8em;
margin-block-end: 0.8em;
}

.register-link:hover{
background-color: var(--aas-orange);
}

// default mode hide banner
.usa-banner__content {
display: hidden;
Expand Down

0 comments on commit 1061d75

Please sign in to comment.