UNCLASSIFIED

Commit 1479ab40 authored by Jovany Espinoza's avatar Jovany Espinoza
Browse files

Bull-737

parent 7a8eb4f3
Pipeline #245497 passed with stage
in 57 seconds
...@@ -19,11 +19,6 @@ const korolevFont = 'korolev, Helvetica Neue, Helvetica, Arial, sans-serif'; ...@@ -19,11 +19,6 @@ const korolevFont = 'korolev, Helvetica Neue, Helvetica, Arial, sans-serif';
const FeedbackForm = ({ onClose }) => { 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 [name, setName] = useState('');
const [email, setEmail] = useState(''); const [email, setEmail] = useState('');
const [thoughts, setThoughts] = useState(''); const [thoughts, setThoughts] = useState('');
...@@ -32,9 +27,6 @@ const FeedbackForm = ({ onClose }) => { ...@@ -32,9 +27,6 @@ const FeedbackForm = ({ onClose }) => {
const [success, setSuccess] = useState(); const [success, setSuccess] = useState();
const handleSubmit = () => { const handleSubmit = () => {
/*
TODO: Jovany, will need to modify the body of the email to send input values
*/
window.open( 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`, `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 }) => { ...@@ -42,17 +34,6 @@ const FeedbackForm = ({ onClose }) => {
'width=800,height=500' '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); // setSubmitting(true);
// fetch( // fetch(
// 'https://docs.google.com/forms/d/e/1FAIpQLSf79Q_Cl2MC9wxUHUEZWvUAAehxUaGn_wKmJ014E49-ENaS3Q/formResponse', // 'https://docs.google.com/forms/d/e/1FAIpQLSf79Q_Cl2MC9wxUHUEZWvUAAehxUaGn_wKmJ014E49-ENaS3Q/formResponse',
......
...@@ -6,6 +6,9 @@ categories: ...@@ -6,6 +6,9 @@ categories:
levels: levels:
- U - U
- S - 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.' 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' share: '../../images/share/ogimage-software_development_and_devsecops.png'
updated: March 31 updated: March 31
...@@ -18,6 +21,7 @@ Platform One implements the DoD DevSecOps transformation with program offices un ...@@ -18,6 +21,7 @@ Platform One implements the DoD DevSecOps transformation with program offices un
## Benefits & Features ## Benefits & Features
- Build and deliver new and accredited custom software applications (microservices) Provide access to the tools needed to:
- DoD Continuous Authority to Operate (cATO) (pay per app) - Build and deliver new and accredited custom software applications (microservices)
- Teams can use existing CI/CD pipelines hosted on Repo One with their current Infrastructure as Code (IaC) Code - DoD Continuous Authority to Operate (cATO)
\ No newline at end of file - Support DoD Open Source by hosting, sharing and building software in Repo1
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment