-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
90 lines (67 loc) · 3.48 KB
/
index1.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport content=width=device-width, initial-scale=1">
<title>homepage</title>
<link href="style2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="one button">
<a href="loding.png">내블로그</a>
<a href="loding.png">이웃블로그</a>
<a href="loding.png">블로그홈</a>
<a href="loding.png">토끼</a>
</div>
<div class="two button">
<a href="index.html">프롤로그</a>
<a href="loding.png">블로그</a>
<a href="index1.html">Daily</a>
<a href="loding.png">Hobby</a>
</div>
<div class="three button">
<a href="loding.png">지도</a>
<a href="loding.png">서재</a>
<a href="loding.png">태그</a>
<a href="loding.png">안부</a>
</div>
<div class="relative box1">
<img class="floatRight" img src="토끼.png" >
<p> ღ황보람ღ
<br/> 2017.03 ~ QA
<br/> 2023.05 ~ FRONTEND
<br>
<br> SW의 세계를
<br> 더 넓게 배우고싶어서
<br> 시작하게됐어요
<br>
<br> <button>이웃</button>
</p>
</div>
<div class="relative box2">
<p class="float1"> 공지 나를 소개하는 페이지! (MBTI,나이,취미를 소개... (28) 2023.06.28.</p>
<p class="float2"> Daily 18개의 글
목록열기</p>
<p class="float3"> Daily
<br>
<br> ✨나의 여러 정보 소개하기✨</br>
<br>
<br> 황보람 2023.07.01 10:55</br>
</p>
<p><img class="floatRight" img src="INFP.png">저의 MBTI는 INFP(인프피) 예요-💜</p>
<p><img class="floatCenter" img src="puppy.png" >만나이 도입으로 다시 28살이 됐어요! ·ᴗ·</p>
<p><img class="floatLeft" img src="camping.png">취미는 캠핑이지만 여름에는...✘✘ <p>
</p>
</div>
<div class="relative box3">
<input type="text" placeholder="검색">
</div>
</body>
</html>