포토 공정 실습(종료)

title: "김박사넷 반도체 아카데미 포토 공정 실습" description: "포토 공정 실습 / Photo 공정 실습 / 반도체 공정 실습"
notion image
notion image

공유하기


<head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"> <style> .hello-world { display: flex; align-items: center; justify-content: center; width: 95%; height: 80px; border: 2px solid; font-weight: bold; color: white; background-color: #003166; border-color: currentColor; transition: 300ms; } .hello-world:hover { color: #003166; background-color: white; color: #003166; } .hello-world i { margin-right: 5px; } </style> </head> <body> <button class="hello-world" onclick="copyToClipboard('https://bit.ly/3O2va7X')" style="padding: 32px;"><i class="fas fa-link"></i>링크 복사</button> <script> function copyToClipboard(text) { var textarea = document.createElement("textarea"); textarea.value = text; document.body.appendChild(textarea); textarea.select(); document.execCommand("copy"); document.body.removeChild(textarea); alert("복사되었습니다!"); } </script> </body>
oopy

카카오톡 채널 문의


https://pf.kakao.com/_xouwMxj
 

김박사넷 반도체 아카데미 네이버 블로그

 
https://phdkim.net/academy/registration