-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (44 loc) · 1.84 KB
/
Copy pathindex.html
File metadata and controls
50 lines (44 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Introduce haneum!</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div id="main_page">
<div>
<a target="_blank" href="https://github.com/chebread">
<img src="https://avatars.githubusercontent.com/u/83535893?s=400&v=4" width="250" height="250">
</a>
</div>
<div id="body">
<p class="bg-primary greeting">안녕하세요!</p>
<ul class="list_title list_1">
<li>저는 <a target="_blank" href="https://github.com/chebread">@haneum</a> 이에요!</li>
</ul>
<p class="bg-success hobby">취미가 뭐에요?</p>
<ul class="list_title list_2">
<li>Web Application / Page 만들기</li>
<li>라이딩하기</li>
</ul>
<p class="bg-warning interesting">요즘에 관심있는게 뭐에요?</p>
<ul class="list_title list_3">
<li>JavaScript 함수형 프로그래밍</li>
<li>React.js</li>
<li>Next.js</li>
</ul>
</div>
<!--<div class="footer">-->
<!-- <p>-->
<!-- <span style="color:blue">'hello@world'</span> 저의 연락처이에요!-->
<!-- </p>-->
<!--</div>-->
</div>
</body>
</html>