forked from rinarina0429/10th-html-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
49 lines (45 loc) · 1.48 KB
/
1.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
<!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>Document</title>
<link rel="stylesheet" href="/Users/yunizm2/Desktop/멋사/코라/1주차과제.css">
</head>
<body>
<div class="entire">
<div class="topbox">
<img src="/Users/yunizm2/Desktop/멋사/코라/사진 2022. 3. 1. 오후 10.22.jpg">
<h1 class="name">허윤</h1>
<p class="position">10기 아기사자 프론트엔드</p>
</div>
<div class="education">
<h2>Education</h2>
<div class="edu">
이화여자대학교 학사 재학 중 <br>
주전공 : 커뮤니케이션 미디어학부 21학번 <br>
복수전공: 융합콘텐츠학과 / 소프트웨어 연계전공 <br>
</div>
</div>
<div class="experience">
<h2>Experience</h2>
<div>
사과대 학생회 리아(RIA) 미소국 <br>
학부 영상동아리 캠쿨 25기 <br>
이대학보 미디어부 영상기자 107기 <br>
멋쟁이 사자처럼 10기 <br>
</div>
<div class="contact">
<h2>Contact Me</h2>
<div>
mobile. 010 - 5581 -6774 <br>
email. [email protected] <br>
insta. @yinizm2 <br>
</div>
</div>
</div>
</div>
<footer>copyright YUNIZM2. All rights reserved</footer>
</body>
</html>