-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.html
More file actions
110 lines (110 loc) · 4.6 KB
/
result.html
File metadata and controls
110 lines (110 loc) · 4.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>나의 개발 유형 찾기</title>
</head>
<body>
<section>
<div class = "wrapper">
<div class = "result">
<div class = "title">
<h3>보이지 않는 것을 보는 당신은!</h3>
<h1>프론트엔드 개발자</h1>
</div>
<div class = "result_img">
<img src="img/프론트엔드.png" alt="frontend">
</div>
</div>
<div class = "result_explains">
<div class = "explain"></div>
<h3 class = "title">나와 맞는 개발 유형은 백엔드 개발자?!</h3>
<ul>
<li>hello world</li>
<li>hello world</li>
<li>hello world</li>
</ul>
</div>
<div class = "explain">
<h3 class = "title">나와 맞는 개발 유형은 백엔드 개발자?!</h3>
<ul>
<li>hello world</li>
<li>hello world</li>
<li>hello world</li>
</ul>
</div>
<div class = "explain">
<h3 class = "title">나와 맞는 개발 유형은 백엔드 개발자?!</h3>
<ul>
<li>hello world</li>
<li>hello world</li>
<li>hello world</li>
</ul>
</div>
</div>
<div class = "lectures">
<h3 class = "title">나와 맞는 개발 유형은 백엔드 개발자?!</h3>
<ul>
<li>
<a href="#" target="_blank">
<img src="img/lec_web_fullstack.png" alt="제주코딩베이스캠프 기본강좌">
<h3>Python 부트캠프</h3>
<button type = "button">강의 보러가기</button>
</a>
</li>
<li>hello world</li>
<li>hello world</li>
</ul>
</div>
<div class = "share">
<div class = "url">
<button class="copy_btn" type = "button">URL 복사하기</button>
</div>
<div class="facebook">
<button class="copy_btn" type = "button">facebook 공유하기</button>
</div>
<div class="kakao">
<button class="copy_btn" type = "button"> 카카오톡 공유하기</button>
</div>
</div>
<div class = "buttons">
<ul>
<li>
<h3>...이건 내가 아니야...잘못된게 분명해!</h3>
<a href="#">
<button type = "button">테스트 다시 하기</button>
</a>
</li>
<li>
<h3>다른 사람들은 어떤 유형일까?</h3>
<a href="#">
<button type= "button">다른 결과 알아보기</button>
</a>
</li>
<li>
<h3>이런 테스트는 도대체 누가 만든거야? ^0^;;</h3>
<a href="#">
<button type = "button">제주코딩베이스캠프</button>
</a>
</li>
<li>
<h3>나는 며칠 동안 훈련해야 전문가가 될까?</h3>
<a href="">
<button type = "button">1만 시간의 법칙</button>
</a>
</li>
</ul>
</div>
<div class = "weniv">
<div class = "weniv">
<a href="http://www.paullab.co.kr">
<img src="img/weniv_logo_black.png" alt="weniv">
</a>
</div>
</div>
</div>
</section>
</body>
</html>