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.


Trade name: Youthcorn | Representative: Park Su-yeon(Nia) | Contact: +8210-2236-7860

124, Seogyeong-ro, Seongbuk-gu, Seoul, Republic of Korea. Eudamgwan D-1 of Seogyeong University | Business Registration Number: 217-18-64247 |

Terms and Conditions | Personal Information Processing Policy | Customer Support: info@workybunny.com
Responsibility for all transactions and handling of shipping, exchange, and refund complaints will be handled by the WorkyBunny. For inquiries, please contact customer support.

@2024 Youthcorn All rights reserved.