diff --git a/docs/about.html b/docs/about.html index 3d17e4a..5e8da99 100644 --- a/docs/about.html +++ b/docs/about.html @@ -141,12 +141,6 @@

Mission Statement

Tim Berners-Lee, W3C Founding Director and inventor of the World Wide Web, 2009
-
- - Contact Jon Gunderson - -
-
Open Web Accessibility Services, LLC
Educational and Consulting Services on Web Accessibility
diff --git a/docs/index.html b/docs/index.html index 637ae8c..cac77d3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -203,12 +203,6 @@

Tim Berners-Lee, W3C Founding Director and inventor of the World Wide Web, 2009
-
- - Contact Jon Gunderson - -
-
Open Web Accessibility Services, LLC
Educational and Consulting Services on Web Accessibility
diff --git a/docs/js/contact-button.js b/docs/js/contact-button.js index bfad571..927aba3 100644 --- a/docs/js/contact-button.js +++ b/docs/js/contact-button.js @@ -145,11 +145,25 @@ class ContactButton extends HTMLElement { connectedCallback() { const buttonClass = this.getAttribute('data-button-class'); - console.log(`buttonClass: ${this.getAttribute}`); if (buttonClass) { this.contactButton.classList.add(buttonClass); } + const interest = this.getAttribute('data-interest'); + if ((typeof interest === 'string') && (interest.length)) { + this.setInterest(interest); + } + + } + + setInterest(interest) { + for (let i = 0; i < this.interestRadios.length; i += 1) { + const radioElem = this.interestRadios[i]; + if (radioElem.value.toLowerCase() === interest.trim().toLowerCase()) { + radioElem.setAttribute('checked', ''); + return + } + } } getInterest() { @@ -261,7 +275,6 @@ class ContactButton extends HTMLElement { this.mailtoLink.href += `Phone: ${this.getPhone()}%0D%0A%0D%0A`; this.mailtoLink.href += `Interest: ${this.getInterest()}%0D%0A%0D%0A`; this.mailtoLink.href += `Additional Information:%0D%0A${this.getAdditional()}%0D%0A`; - console.log(`mailto: ${this.mailtoLink.href}`) this.closeDialog(); this.mailtoLink.click(); } diff --git a/docs/resources.html b/docs/resources.html index 124b328..b512656 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -146,12 +146,6 @@

PDF Document Accessibility

Tim Berners-Lee, W3C Founding Director and inventor of the World Wide Web, 2009
-
- - Contact Jon Gunderson - -
-
Open Web Accessibility Services, LLC
Educational and Consulting Services on Web Accessibility
diff --git a/docs/services.html b/docs/services.html index 643e459..edf2101 100644 --- a/docs/services.html +++ b/docs/services.html @@ -137,7 +137,7 @@

Costs

- + Contact Jon Gunderson about Workshops @@ -146,8 +146,12 @@

Consulting and Mentoring

-

Rates

-

$60/hour

+

Rates

+

$60/hour

+ + + Contact Jon Gunderson about Consulting + @@ -160,12 +164,6 @@

Rates

Tim Berners-Lee, W3C Founding Director and inventor of the World Wide Web, 2009
-
- - Contact Jon Gunderson - -
-
Open Web Accessibility Services, LLC
Educational and Consulting Services on Web Accessibility
diff --git a/docs/standards.html b/docs/standards.html index 73c79de..8beef0c 100644 --- a/docs/standards.html +++ b/docs/standards.html @@ -126,12 +126,6 @@

W3C Community Groups

Tim Berners-Lee, W3C Founding Director and inventor of the World Wide Web, 2009
-
- - Contact Jon Gunderson - -
-
Open Web Accessibility Services, LLC
Educational and Consulting Services on Web Accessibility
diff --git a/docs/tools.html b/docs/tools.html index 19cb3ab..422b937 100644 --- a/docs/tools.html +++ b/docs/tools.html @@ -90,7 +90,7 @@
-

Tools

+

Open-Source Tools

@@ -116,12 +116,6 @@

SkipTo.js

Tim Berners-Lee, W3C Founding Director and inventor of the World Wide Web, 2009
-
- - Contact Jon Gunderson - -
-
Open Web Accessibility Services, LLC
Educational and Consulting Services on Web Accessibility
diff --git a/src-docs/templates/content-services.njk b/src-docs/templates/content-services.njk index a4ab71c..c50e801 100644 --- a/src-docs/templates/content-services.njk +++ b/src-docs/templates/content-services.njk @@ -64,7 +64,7 @@ - + Contact Jon Gunderson about Workshops @@ -73,8 +73,12 @@

-

Rates

-

$60/hour

+

Rates

+

$60/hour

+ + + Contact Jon Gunderson about Consulting +
diff --git a/src-docs/templates/content-tools.njk b/src-docs/templates/content-tools.njk index a55310c..ebb57ba 100644 --- a/src-docs/templates/content-tools.njk +++ b/src-docs/templates/content-tools.njk @@ -17,7 +17,7 @@
{% block title %} -

{{title}}

+

Open-Source Tools

{% endblock %}
diff --git a/src-docs/templates/footer.njk b/src-docs/templates/footer.njk index 9e286b4..f5d7750 100644 --- a/src-docs/templates/footer.njk +++ b/src-docs/templates/footer.njk @@ -5,12 +5,6 @@
Tim Berners-Lee, W3C Founding Director and inventor of the World Wide Web, 2009
-
- - Contact Jon Gunderson - -
-
Open Web Accessibility Services, LLC
Educational and Consulting Services on Web Accessibility