diff --git a/_includes/it-vehicles.html b/_includes/it-vehicles.html index f92f1253..3b7f1b38 100644 --- a/_includes/it-vehicles.html +++ b/_includes/it-vehicles.html @@ -11,6 +11,7 @@ IT Best-in-Class Vehicles Cyber Buying End User Buying + Upcoming Changes
@@ -887,4 +888,147 @@

On this Tab

+
+
+

+ IT Vehicle Updates and Changes Hub +

+

+ Overview +

+

+ The Governmentwide ITVMO as part of the larger Category Management Framework actively works with the Federal Acquisition Programs at GSA, NASA, NIH, and DoD to ensure vehicles maintain designation status and that a new wave of buying practices are continuously assessed and introduced to the Federal IT Marketplace +

+

+ The following announces updates and news by acquisition program for existing and upcoming vehicles. Such vehicles help to ensure that the IT marketplace remains secure, compliant, sustainable, and equitable. +

+
+ + + +
+
+
    +
  • CIO-SP4 Update 7/14/2023
    + NITAAC has additionally extended the CIO-SP3 and CIO-SP3 Small Business GWACs through 4/29/2024. This ensures there is no break of service during the award of CIO-SP4 and continued coverage for NITAAC agency partners who use our contracting vehicles. +
  • +
  • CIO-SP4 Update 7/11/2023
    + The Chief Information Officer-Solutions and Partners 4 (CIO-SP4) solicitation has been heavily anticipated by both government and industry, alike. The journey of bringing CIO-SP4 to market has admittedly been a long one, filled with all the expected growing pains of a record setting competitive federal acquisition. With those growing pains, we also have had to contend with a significant rule change by the Small Business Administration (SBA), some staff turnover, and a heavy amount of media coverage – including rumors and other misinformation. Today, we’d like to level set where the solicitation stands relative to the Government Accountability Office (GAO) protests. + Read full statementExternal icon +
  • +
  • CIO-SP4 Update 5/05/2023
    + NITAAC has extended the CIO-SP3 and CIO-SP3 Small Business GWACs through 10/29/2023. This ensures there is no break of service during the award of CIO-SP4 and continued coverage for NITAAC agency partners who use our contracting vehicles. +
  • +
+
+
+ View All +
+ +
+
+
    +
  • SEWP VI Timeline:
    +
      +
    • Draft RFP - SEWP VI Draft RFP- 80TECH23R0001 External icon
    • +
    • SEWP VI RFP Comment Tool - Closed for Comment/Questions on Oct. 23, 2023
    • +
    • SEWP VI Industry Day - October 18, 2023
    • +
    • RFP in 2024
    • +
    • Award May 1, 2025
    • +
    + All official solicitation postings & attachments for SEWP VI will ONLY be accessible on + SAM.GOVExternal icon. +
  • +
  • Industry Day - October 18, 2023
    + All questions and comments from the SEWP VI industry day will be addressed as part of the responses to the questions and comments on the Draft RFP. They will all be posted once review has been completed by the government. +
      +
    • Presentation slides can be viewed hereExternal icon.
    • +
    • Industry Day Audio - Morning Session can be listened to hereExternal icon.
    • +
    • Industry Day Audio - Afternoon Session can be listened to hereExternal icon.
    • +
    +
  • +
  • Reverse Industry Day - November 15, 2022 and February 13, 2023
    + +
  • +
+
+
+ View All +
+ +
+
+
    +
  • November 2, 2023
    +

    + GSA has issued Question & Response #8 of the Polaris Small Business Pool in the Polaris Submission Portal (https://polaris.app.cloud.gov). Offerors are encouraged to review the information within the Polaris Submission Portal. +
    + The due date for response to Amendments 0009 and 0010 remains unchanged. Proposal revisions must be submitted within the PSP no later than 4:00 PM ET, November 7, 2023. +
    + This action is only applicable to existing offerors that submitted a timely proposal for the Polaris GWAC Small Business Pool by October 7, 2022. +

    +
  • +
  • October 31, 2023
    +

    + GSA has extended the due date for response to Amendments 0009 and 0010. Offerors are encouraged to review the information within the Polaris Submission Portal (https://polaris.app.cloud.gov). +
    + Proposal revisions must be submitted within the PSP no later than 4:00 PM ET, November 7, 2023. +
    + This action is only applicable to existing offerors that submitted a timely proposal for the Polaris GWAC Small Business Pool by October 7, 2022. +

    +
  • +
  • October 17, 2023
    +

    + GSA has issued Amendment 0010 and Question & Response #6 of the Polaris Small Business Pool in the Polaris Submission Portal (https://polaris.app.cloud.gov). Offerors are encouraged to review the information within the Polaris Submission Portal. +
    + This action is only applicable to existing offerors that submitted a timely proposal for the Polaris GWAC Small Business Pool by October 7, 2022. +

    +
  • +
+
+
+ View All +
+

+ For any inquiries or further information regarding the IT Vehicles or Governmentwide ITVMO, please feel free to reach out to us at ITVMO@gsa.gov. We are here to assist and look forward to hearing from you. +

+ +
+
+ +
+
\ No newline at end of file diff --git a/_sass/_resources.scss b/_sass/_resources.scss index f4b8ee36..70cfa1ee 100644 --- a/_sass/_resources.scss +++ b/_sass/_resources.scss @@ -9,6 +9,7 @@ @import 'contact-us-contribute'; @import '404'; @import 'subscribe'; +@import 'it-vehicle'; .ul-no-bullets { list-style-type: none; diff --git a/_sass/bullet.scss b/_sass/bullet.scss index 9b2056c0..4d36ffbb 100644 --- a/_sass/bullet.scss +++ b/_sass/bullet.scss @@ -29,7 +29,6 @@ ul.experiences li:before { top: -19px; } - ul.experiences li:first-child:before { /* first li's line */ /* top: 6px; moves the line down so that it disappears under the bullet. Adjust manually */ @@ -57,6 +56,10 @@ ul.experiences li { .bulletText { font-size: 1em; line-height:2; + .external-icon + { + margin-left: 5px; + } } .dropdown-bulletText { @@ -103,4 +106,20 @@ position: relative; right: 10px; bottom: 0px; z-index: -1; +} + +//Overwrite the ul.experiences style +ul.normal-list li:after, +ul.normal-list li:before { + content: none; +} +ul.normal-list { + list-style-type: disc; + margin-left: 10px; + li + { + list-style: disc !important; + padding-bottom: 0px; + // height: 28px !important; + } } \ No newline at end of file diff --git a/_sass/it-vehicle.scss b/_sass/it-vehicle.scss new file mode 100644 index 00000000..77578ee7 --- /dev/null +++ b/_sass/it-vehicle.scss @@ -0,0 +1,84 @@ +.it-vehicle-header-logo +{ + display: flex; + flex-direction: row; + border-bottom: 1px #d7d7d7 solid; + padding-bottom: 10px; + margin-bottom: 7px; + .it-vehicle-logo + { + width: 195px; + height: 60px; + padding-right: 25px; + border-right: 1px #d7d7d7 solid; + } + .it-vehicle-header + { + color:#005087; + font-family:"SourceSansPro-Bold","Source Sans Pro Bold","Source Sans Pro",sans-serif; + font-size: 17px !important; + font-weight: 600; + text-decoration: none; + padding-left: 25px; + } +} +.bulletSections-bottom-line +{ + border-bottom: 1px #d7d7d7 solid; + z-index: 98; + +} +.bulletText-no-bottom-padding +{ + padding-bottom: 5px !important; +} +.view-all-container +{ + display: flex; + justify-content: center; + margin-top: -12px; + margin-bottom: 50px; + .view-all-button + { + display: flex; + align-items: center; + justify-content: center; + width: 98px; + height: 22px; + border: 1px #d7d7d7 solid; + font-size: 14px; + font-weight: 600; + z-index: 99; + background-color: white; + } +} +@media only screen and (max-width: 500px) +{ + .it-vehicle-header-logo +{ + display: flex; + flex-direction: column; + border-bottom: 1px #d7d7d7 solid; + padding-bottom: 10px; + margin-bottom: 7px; + .it-vehicle-logo + { + width: 170px; + height: 70px; + padding-right: 0px; + padding-bottom: 10px; + border-right: none; + // border-bottom: 1px #d7d7d7 solid; + } + .it-vehicle-header + { + color:#005087; + font-family:"SourceSansPro-Bold","Source Sans Pro Bold","Source Sans Pro",sans-serif; + font-size: 17px !important; + font-weight: 600; + text-decoration: none; + padding-left: 0px; + margin: 0; + } +} +} \ No newline at end of file diff --git a/_sass/partner.scss b/_sass/partner.scss index 8807e637..d2271ba9 100644 --- a/_sass/partner.scss +++ b/_sass/partner.scss @@ -172,6 +172,14 @@ a:hover{ text-decoration: none; } +.partnerHeader-it-vehicle{ + color:#005087; + font-family:"SourceSansPro-Bold","Source Sans Pro Bold","Source Sans Pro",sans-serif; + font-size: 17px !important; + font-weight: 600; + text-decoration: none; +} + .partner-detail { height: auto; diff --git a/assets/images/logos/cio-sp4.png b/assets/images/logos/cio-sp4.png new file mode 100644 index 00000000..927e8b41 Binary files /dev/null and b/assets/images/logos/cio-sp4.png differ diff --git a/assets/images/logos/polaris.png b/assets/images/logos/polaris.png new file mode 100644 index 00000000..3496c176 Binary files /dev/null and b/assets/images/logos/polaris.png differ diff --git a/assets/images/logos/sewp-vi.png b/assets/images/logos/sewp-vi.png new file mode 100644 index 00000000..25d31b30 Binary files /dev/null and b/assets/images/logos/sewp-vi.png differ