diff --git a/src/components/FeedbackForm.js b/src/components/FeedbackForm.js index c8a60c71eff78fdf1daae5fed179c0c80b14cf87..1da55b273ddc9dc197267d87360e6b95219880da 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 feeecd017e811cfffb2d2649795273ebcade0182..afb824b70b54a809644f6d47b53e26ef51bf61ec 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,8 @@ 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