Skip to content

Commit

Permalink
Merge branch 'master' into NairChandu-patch-03072024
Browse files Browse the repository at this point in the history
  • Loading branch information
NairChandu authored Mar 12, 2024
2 parents 0951532 + ba3dbc7 commit 4fde936
Show file tree
Hide file tree
Showing 142 changed files with 25 additions and 1,259 deletions.
26 changes: 3 additions & 23 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,6 @@ analytics:
agency: GSA # Change this to your agency
subagency: Digital Service # Change this to your agency


forms:
- type: newsletter
heading: Sign up to receive updates from our team
url: https://docs.google.com/a/gsa.gov/forms/d/e/1FAIpQLSdTKaMGI8PGKdR7VjuRRMtvOiA-uiD5fqqsFoyN1g2SXoLTqQ/formResponse
button: Subscribe
privacypolicy: Your privacy and security are important to us. We'll only share your information as described in the <a href="http://www.gsa.gov/portal/content/116609">GSA Privacy and Security Notice</a>
fields:
- type: email
name: entry.474991268
label: Email Address

- type: Save the Date
heading:
url: https://docs.google.com/forms/d/e/1FAIpQLSdc5fHkh5_NOV_k251P_lQayb8JbbzF1iRSIM-cu-loBTPDdg/formResponse
button: Submit
privacypolicy:
fields:
- type: email
name: entry.1045781291
label: Email Address


footer:
image: /assets/img/gsa-logo-dark.jpg
image-alt: GSA
Expand All @@ -72,8 +49,11 @@ markdown: kramdown
include:
- _navigation.json
exclude:
- 'APIDOCS.md'
- 'README.md'
- 'LICENSE.md'
- 'CONTRIBUTING.md'
- 'SECURITY.md'
- 'Rakefile'
- 'Gemfile'
- 'Gemfile.lock'
Expand Down
39 changes: 0 additions & 39 deletions _data/events.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,3 @@ assigned:
permalink: /code/
show_in_menu: true
show_in_footer: false
-
text: Events
href: pages/events.md
permalink: /events/
show_in_menu: true
show_in_footer: false
63 changes: 0 additions & 63 deletions _includes/code-along-table.md

This file was deleted.

23 changes: 0 additions & 23 deletions _includes/events.html

This file was deleted.

23 changes: 0 additions & 23 deletions _includes/featured-event.html

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="usa-footer usa-background-dark">
<div class="usa-grid">
<nav>
<nav aria-label="footer navigation">
<div class="usa-width-one-fourth">
<h3>Work</h3>
<ul class="usa-unstyled-list">
Expand Down
2 changes: 1 addition & 1 deletion _includes/footerapi.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="usa-footer usa-background-dark">
<div class="usa-grid">
<nav>
<nav aria-label="footer navigation">
<div class="usa-width-one-fourth">
<h3>Work</h3>
<ul class="usa-unstyled-list">
Expand Down
3 changes: 1 addition & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
</div>
<!-- Gov banner END -->
<nav class="usa-site-navbar">
<nav class="usa-site-navbar" aria-label="primary navigation">
<div class="usa-grid top-nav">
<div id="logo">
<a href="{{ site.baseurl }}/" accesskey="1" title="Home" aria-label="Home">
Expand All @@ -53,7 +53,6 @@ <h1 class="usa-header-title">{{ site.title }}</h1>
<li class="usa-menu-item"><a href="{{ '/data' | prepend: site.baseurl }}">Data</a></li>
<li class="usa-menu-item"><a href="{{ '/api' | prepend: site.baseurl }}">APIs</a></li>
<li class="usa-menu-item"><a href="{{ '/code' | prepend: site.baseurl }}">Code</a></li>
<li class="usa-menu-item"><a href="{{ '/events' | prepend: site.baseurl }}">Events</a></li>
</ul>
<!-- <ul class="usa-nav-list usa-unstyled-list">
<li class="usa-menu-item"><a href="{{ site.baseurl }}/search"> <i class="fa fa-search"></i> Search</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/hero-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section class="hero-search">
{% include search.html %}
</section>
<svg class="hero-border" width="100%" height="100" viewBox="0 0 100 102" preserveAspectRatio="none">
<svg class="hero-border" width="100%" height="100" viewBox="0 0 100 102" preserveAspectRatio="none" aria-hidden="true" role="presentation">
<path d="M0 0 L50 90 L100 0 V100 H0" fill="#112e51" />
</svg>
</div>
Expand Down
37 changes: 0 additions & 37 deletions _includes/save-the-date.html

This file was deleted.

30 changes: 0 additions & 30 deletions _layouts/event-list.html

This file was deleted.

Loading

0 comments on commit 4fde936

Please sign in to comment.