From 1479ab401e1f5ddabe2117c95ef08c74c6da4b65 Mon Sep 17 00:00:00 2001 From: "Jovany.Espinoza" Date: Wed, 5 May 2021 13:16:11 -0500 Subject: [PATCH 1/2] Bull-737 --- src/components/FeedbackForm.js | 19 ------------------- src/content/service-detail/platform-one.md | 10 +++++++--- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/src/components/FeedbackForm.js b/src/components/FeedbackForm.js index c8a60c7..1da55b2 100644 --- a/src/components/FeedbackForm.js +++ b/src/components/FeedbackForm.js @@ -19,11 +19,6 @@ const korolevFont = 'korolev, Helvetica Neue, Helvetica, Arial, sans-serif'; const FeedbackForm = ({ onClose }) => { - /* - TODO: Jovany, will need to add initial state for form inputs here - ...will also need to add onChange methods in the render section, similar to ContactForm.js - */ - const [name, setName] = useState(''); const [email, setEmail] = useState(''); const [thoughts, setThoughts] = useState(''); @@ -32,9 +27,6 @@ const FeedbackForm = ({ onClose }) => { const [success, setSuccess] = useState(); const handleSubmit = () => { - /* - TODO: Jovany, will need to modify the body of the email to send input values - */ window.open( `mailto:AFLCMC.HN.DT3@us.af.mil?subject=Feedback Form&body=Name:%0d%0a${name}%0d%0a%0d%0aEmail:%0d%0a${email}%0d%0a%0d%0aThoughts:%0d%0a${thoughts}%0d%0a%0d%0aVolunteer:%0d%0a${volunteer === true ? 'Yes' : 'No'}%0d%0a%0d%0a`, @@ -42,17 +34,6 @@ const FeedbackForm = ({ onClose }) => { 'width=800,height=500' ); - - /* - - window.open( - `mailto:AFLCMC.HN.DT3@us.af.mil?subject=Contact Form&body=Name:%0d%0a${name}%0d%0a%0d%0aEmail address:%0d%0a${email}%0d%0a%0d%0aServices or solutions you are interested in:%0d%0a${services}%0d%0a%0d%0aComments or details:%0d%0a${comments}%0d%0a%0d%0a`, - '_blank', - 'width=800,height=500' - ); - - */ - // setSubmitting(true); // fetch( // 'https://docs.google.com/forms/d/e/1FAIpQLSf79Q_Cl2MC9wxUHUEZWvUAAehxUaGn_wKmJ014E49-ENaS3Q/formResponse', diff --git a/src/content/service-detail/platform-one.md b/src/content/service-detail/platform-one.md index feeecd0..6c04c57 100644 --- a/src/content/service-detail/platform-one.md +++ b/src/content/service-detail/platform-one.md @@ -6,6 +6,9 @@ categories: levels: - U - S + - TS + - TS-SAR + excerpt: 'Platform One provides the secure DevSecOps platform and pipelines needed to implement and automate the accreditation and deployment of warfighting software capabilities at commercial speeds.' share: '../../images/share/ogimage-software_development_and_devsecops.png' updated: March 31 @@ -18,6 +21,7 @@ Platform One implements the DoD DevSecOps transformation with program offices un ## Benefits & Features -- Build and deliver new and accredited custom software applications (microservices) -- DoD Continuous Authority to Operate (cATO) (pay per app) -- Teams can use existing CI/CD pipelines hosted on Repo One with their current Infrastructure as Code (IaC) Code \ No newline at end of file +Provide access to the tools needed to: + - Build and deliver new and accredited custom software applications (microservices) + - DoD Continuous Authority to Operate (cATO) + - Support DoD Open Source by hosting, sharing and building software in Repo1 \ No newline at end of file -- GitLab From 3667140be052406c5da6028839d3e589d3d89b60 Mon Sep 17 00:00:00 2001 From: "Jovany.Espinoza" Date: Wed, 5 May 2021 13:21:21 -0500 Subject: [PATCH 2/2] Bull-737 --- src/content/service-detail/platform-one.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/service-detail/platform-one.md b/src/content/service-detail/platform-one.md index 6c04c57..afb824b 100644 --- a/src/content/service-detail/platform-one.md +++ b/src/content/service-detail/platform-one.md @@ -22,6 +22,7 @@ Platform One implements the DoD DevSecOps transformation with program offices un ## Benefits & Features Provide access to the tools needed to: + - Build and deliver new and accredited custom software applications (microservices) - DoD Continuous Authority to Operate (cATO) - Support DoD Open Source by hosting, sharing and building software in Repo1 \ No newline at end of file -- GitLab