Add Linux basics mindmap
This commit is contained in:
@@ -3,17 +3,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>웹 개발 용어 마인드맵</title>
|
||||
<title>학습 용어 마인드맵</title>
|
||||
<link rel="stylesheet" href="./styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main class="learning-canvas" id="viewport" aria-labelledby="page-title">
|
||||
<header class="hud">
|
||||
<div>
|
||||
<p class="eyebrow">Web Learning Map</p>
|
||||
<p class="eyebrow" id="mapEyebrow">Web Learning Map</p>
|
||||
<h1 id="page-title">웹 개발 용어 마인드맵</h1>
|
||||
</div>
|
||||
<div class="hud-actions">
|
||||
<div class="map-switcher" aria-label="마인드맵 주제 선택">
|
||||
<button class="map-tab is-selected" data-map="web" type="button" aria-pressed="true">웹</button>
|
||||
<button class="map-tab" data-map="linux" type="button" aria-pressed="false">리눅스</button>
|
||||
</div>
|
||||
<button id="resetView" type="button">중앙으로</button>
|
||||
<button id="foldAll" type="button">접기</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user