목록et cetera (22)
melius
웹폰트 링크로 폰트 변경 스킨 편집 > html 편집 > CSS에서 아래 코드 추가/수정 * url은 https로 시작해야함 1) 나눔고딕체 @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap'); body {font-family:'Nanum Gothic', sans-serif;} 2) 제주고딕체 @import url('https://fonts.googleapis.com/earlyaccess/jejugothic.css'); body {font-family:'Jeju Gothic', sans-serif;} 3) 고도체 @import url('https://cdn.rawgit.com/young-ha/webfont-arc..
1. Raster Graphics Editor - Photopea: https://www.photopea.com 2. Vector Graphics Editor - Gravit Designer: https://www.designer.io 3. Prototyping Tool - Adobe XD: https://www.adobe.com/kr/products/xd.html - Figma: https://www.figma.com
MathJax https://www.mathjax.org 스킨 편집 > html 편집 > HTML head 태그에 아래 코드 추가 When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ LaTeX https://www.latex-project.org/ online latex editor https://www.overleaf.com/ https://www.overleaf.com/learn https://ko.sharelatex.com/ Markdown https://en.wikipedia.org/wiki/Markdown https://rmarkd..
보호되어 있는 글입니다.
highlight.js https://highlightjs.org/ https://aossuper8.tistory.com/121 styles폴더에서 원하는 css 파일(your_style.css)을 선택 스킨 편집 > html 편집 > 파일업로드에서 highlight.pack.js 파일과 your_style.css 파일을 업로드 HTML head 태그에 추가 let num = 1; console.log(num); function $initHighlight(block, cls) { try { if (cls.search(/\bno\-highlight\b/) != -1) return process(block, true, 0x0F) + ` class="${cls}"`; } catch (e) { /* handle..
1. UX 사용자가 서비스를 이용하는 과정에서 겪게 되는 경험을 말하다. 서비스 이용시에 사용자는 쉽게 느껴야 하며, 더 나아가 즐거워야 한다. 사용방법이 어려우면 불쾌함을 줄 수도 있다. 같은 서비스라도 사용자의 특성에 따라 다른 경험을 하게 된다. 서비스 설계에 있어서 사용자 특성을 파악하는 것이 매우 중요하다. 2. UI 사용자와 서비스사이에서 의사소통이 이루어지도록 하는 매개체이다. 3. Double Diamond (design process model) Discover > Define > Develop > Deliver 3.1 문제발견 1) 시장분석 관련분야를 중심으로 범위 최소화 철저히 신뢰성있는 데이터와 통계기법 기반 2) 경쟁서비스 분석 경쟁서비스의 공통기능과 차별화 기능 식별 및 개선점 ..