Portfolio Submission Form

Submit Your Portfolio

body { font-family: Arial, sans-serif; background-color: #f0f0f0; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; } .form-container { background-color: white; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 300px; } h2 { margin-bottom: 20px; } label { display: block; margin-bottom: 5px; } input, textarea, select, button { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 4px; } button { background-color: #4CAF50; color: white; border: none; cursor: pointer; } button:hover { background-color: #45a049; } #formMessage { margin-top: 10px; color: green; } document.getElementById('portfolioForm').addEventListener('submit', function(event) { event.preventDefault(); const formMessage = document.getElementById('formMessage'); formMessage.textContent = 'Thank you for your submission!'; const formData = new FormData(event.target); // Example: Log form data to console console.log('Form Data:', Object.fromEntries(formData.entries())); // Example: Send form data to server // fetch('/submit-portfolio', { // method: 'POST', // body: formData // }).then(response => response.json()) // .then(data => { // formMessage.textContent = 'Submission successful!'; // }).catch(error => { // formMessage.textContent = 'Submission failed. Please try again.'; // formMessage.style.color = 'red'; // }); event.target.reset(); });
--

Contact us.

파트너십 / 강의 제안

info@workybunny.com

인스타그램 바로가기

@workybunny

링크트리 바로가기

https://ko.fm/3sA


상호명 : 유스콘  |  대표 : 박수연  | 

서울특별시 성북구 서경로 124. 서경대학교 유담관 D-1호  |

제주특별자치도 서귀포구 서호남로 25, Startup bay Global  |

사업자등록번호 : 217-18-64247 | 364-81-03521 

이용약관  |  개인정보처리방침  |  고객지원 : youthcorn@spurit.co.kr

©2024 Youthcorn All rights reserved.


상호명 : 유스콘  |  대표 : 박수연  |  회사 사이트: www.youthcorn.com

제주특별자치도 서귀포시 중정로 86, 3층  |  사업자등록번호 : 364-81-03521

이용약관  |  개인정보처리방침  |  고객지원 : youthcorn@spurit.co.kr  |  연락처 : 010-2236-7860  
모든 거래에 대한 책임과 배송, 교환, 환불 민원 등의 처리는 유스콘에서 진행합니다. 문의는 고객지원으로 부탁드립니다.

@2025 Youthcorn All rights reserved.