yeony._.
๐Ÿข์ฝฉ๋ถ€๐Ÿข
yeony._.
์ „์ฒด ๋ฐฉ๋ฌธ์ž
์˜ค๋Š˜
์–ด์ œ
  • ๋ถ„๋ฅ˜ ์ „์ฒด๋ณด๊ธฐ (99)
    • ๐Ÿ’ปProgramming (91)
      • โ˜•๏ธJava (19)
      • ๐Ÿ’ฝOracle (21)
      • ๐Ÿ‘ฉ‍๐ŸŽจHTML&CSS (12)
      • ๐ŸŽจ ์‹ค์Šต (4)
      • ๐Ÿƒ‍โ™€๏ธJavaScript (25)
      • JSP (8)
      • ๐ŸƒSpring (0)
      • ๐Ÿฅงpython (0)
      • API (0)
      • ๐Ÿ˜ˆGit (1)
    • ๐ŸคซPrivate (0)
      • -- (0)
      • + (0)
      • S (0)
      • P (0)
      • B (0)
    • ๐Ÿ˜ŽProject (4)
      • ๐Ÿ—“๏ธwbs ํ”„๋กœ์ ํŠธ (3)

๋ธ”๋กœ๊ทธ ๋ฉ”๋‰ด

  • ํ™ˆ
  • ํƒœ๊ทธ
  • ๋ฐฉ๋ช…๋ก

๊ณต์ง€์‚ฌํ•ญ

์ธ๊ธฐ ๊ธ€

ํƒœ๊ทธ

  • HTML #CSS #HTML์ด๋ฏธ์ง€ #HTML์ด๋ฏธ์ง€์—๊ธ€์”จ #HTML์ด๋ฏธ์ง€์—์ด๋ฏธ์ง€

์ตœ๊ทผ ๋Œ“๊ธ€

์ตœ๊ทผ ๊ธ€

ํ‹ฐ์Šคํ† ๋ฆฌ

hELLO ยท Designed By ์ •์ƒ์šฐ.
yeony._.

๐Ÿข์ฝฉ๋ถ€๐Ÿข

[HTML&CSS] ํ…Œ์ด๋ธ” ํƒœ๊ทธ ์‹ค์Šต - ์ด๋ ฅ์„œ ๋งŒ๋“ค๊ธฐ!๐Ÿ˜ˆ
๐Ÿ’ปProgramming/๐ŸŽจ ์‹ค์Šต

[HTML&CSS] ํ…Œ์ด๋ธ” ํƒœ๊ทธ ์‹ค์Šต - ์ด๋ ฅ์„œ ๋งŒ๋“ค๊ธฐ!๐Ÿ˜ˆ

2022. 9. 10. 20:36

 

<๋งŒ๋“ค๊ณ ์ž ํ•˜๋Š” ๋””์ž์ธ>

 

<์™„์„ฑ๋ณธโœŒ๏ธ>

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>LeeSangwoo Resume</title>
<link rel="stylesheet"
	href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">

<style type="text/css">
head {
	font-size: 14px;
	font-family: "๋ง‘์€ ๊ณ ๋”•", ๋‚˜๋ˆ”๊ณ ๋”•, ๋‹์›€, sans-serif;
}

.header {
	background-color: rgb(216, 217, 223);
	width: 500x;
	height: 400px;
	width: 1000px;
	margin: auto;
}

.header .left {
	width: 10%;
	display: inline-block;
	height: 400px;
	box-sizing: border-box;
}

.header .right {
	width: 70%;
	display: inline-block;
	height: 10px;
	box-sizing: border-box;
	vertical-align: bottom;
	text-align: right;
}

.body {
	font-size: 20px;
	font-family: "๋ง‘์€ ๊ณ ๋”•", ๋‚˜๋ˆ”๊ณ ๋”•, ๋‹์›€, sans-serif;
	margin: auto;
}

.body-container {
	padding: 20px;
}

.table {
	width: 100%;
	border-collapse: collapse;
	border : 0;
	margin-top: 30px;
}

.table tr {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	font-weight: 400;
}

.table thead tr:first-child {
	border-bottom: 3px solid #333;
}

.table th, .table td {
	padding: 6px 0;
	border: none;
	border-left: none;
	border-right: none;
}
</style>

</head>


<body>

	<div class="header" style="margin: 0 auto;">
		<div>
			<img src="sangwoo.png" width="600" height="370"
				style="padding-top: 30px; float: left;">
		</div>
		<div
			style="width: 300px; height: 200px; text-align: right; padding-top: 200px; padding-right: 60px; float: right">
			<p style="text-align: right">
				<span style="font-size: 40px; font-weight: 600; color: gray">'๋ฐ”๋ฅธ
					์‚ฌ๋‚˜์ด'</span><br> <span style="font-size: 50px; font-weight: 700;">์ด
					์ƒ ์šฐ</span><br> <span style="font-size: 45px; font-weight: 400;">Lee
					SangWoo</span>
			</p>

		</div>
	</div>

	<div class="body-container" style="width: 1000px; margin: 0 auto;">
		<div class="body-container" style="width: 460px; float: left;">

			<table class="table" border="1" style="width: 460px; height: 170px">
				<thead>
					<tr>
						<td width="100" style="font-size: 25px; font-weight: 700">๊ธฐ๋ณธ์‚ฌํ•ญ<span
							style="font-size: 20px; font-weight: 600px; color: gray">&nbsp;&nbsp;PERSONAL
								DETAIL</span></td>
					</tr>
				</thead>

				<tbody>
					<tr>

						<td width="100"><i class="fa-solid fa-user"></i> 1993.01.14(๋งŒ
							27์„ธ)</td>
					</tr>
					<tr>
						<td width="100"><i class="fa-solid fa-phone"></i>
							010.1233.5678</td>
					</tr>
					<tr>
						<td width="100"><i class="fa-solid fa-envelope"></i>
							miri@miricanvas.com</td>
					</tr>
				</tbody>



			</table>

			<table class="table" border="1" style="width: 460px; height: 170px">

				<thead>
					<tr>
						<td width="100" colspan="3"
							style="font-size: 25px; font-weight: 700">ํ•™๋ ฅ์‚ฌํ•ญ<span
							style="font-size: 20px; font-weight: 600px; color: gray">&nbsp;&nbsp;EDUCATION</span></td>

					</tr>
				</thead>
				<tbody>
					<tr>
						<td>2000๋…„~2003๋…„</td>
						<td style="text-align: center">๋ฏธ๋ฆฌ๊ณ ๋“ฑํ•™๊ต</td>
						<td style="text-align: right">์ธ๋ฌธ๊ณ„์—ด</td>
					</tr>
					<tr>
						<td>2000๋…„~2003๋…„</td>
						<td style="text-align: center">๋ฏธ๋ฆฌ๋Œ€ํ•™๊ต</td>
						<td style="text-align: right">๋””์ž์ธํ•™๊ณผ</td>
					</tr>
					<tr>
						<td>2000๋…„~2003๋…„</td>
						<td style="text-align: center">๋ฏธ๋ฆฌ๋Œ€ํ•™์›</td>
						<td style="text-align: right">๊ฒฝ์˜ํ•™๊ณผ</td>
					</tr>

				</tbody>

			</table>
		</div>

		<div class="body-container" style="float: left; width: 460px;">

			<table class="table" border="1" style="width: 460px; height: 170px">

				<thead>
					<tr>
						<td width="100" colspan="3"
							style="font-size: 25px; font-weight: 700">์ž๊ฒฉ์ฆ<span
							style="font-size: 20px; font-weight: 600px; color: gray">&nbsp;&nbsp;LICENSE</span></td>
					</tr>
				</thead>

				<tbody>
					<tr>
						<td width="100">์šด์ „๋ฉดํ—ˆ์ฆ</td>
						<td width="100">2020</td>
						<td width="100">์ž๊ฒฉ์ฆ๋ฐœ๊ธ‰์ฒ˜</td>
					</tr>
					<tr>
						<td width="100">ITQ</td>
						<td width="100">2039</td>
						<td width="100">์ž๊ฒฉ์ฆ๋ฐœ๊ธ‰์ฒ˜</td>
					</tr>
					<tr>
						<td width="100">ํ•œ๊ตญ์‚ฌ ์ž๊ฒฉ์ฆ</td>
						<td width="100">2039</td>
						<td width="100">์ž๊ฒฉ์ฆ๋ฐœ๊ธ‰์ฒ˜</td>
					</tr>
				</tbody>

			</table>

			<table class="table" border="1" style="width: 460px; height: 170px">
				<thead>
					<tr>
						<td width="100" colspan="3"
							style="font-size: 25px; font-weight: 700">๊ธฐ์ˆ <span
							style="font-size: 20px; font-weight: 600px; color: gray">&nbsp;&nbsp;SKILLS</span></td>
					</tr>
				</thead>


				<tbody>
					<tr>
						<td width="100">MS word 2010</td>
						<td width="100">โ—โ—โ—โ—โ—</td>
					</tr>
					<tr>
						<td width="100">MS execl2</td>
						<td width="100">โ—‹โ—โ—โ—โ—</td>
					</tr>
					<tr>
						<td width="100">Adobe photoshop CC</td>
						<td width="100">โ—‹โ—‹โ—โ—โ—</td>
					</tr>
					<tr>
						<td width="100">Adobe illustrator CC</td>
						<td width="100">โ—‹โ—‹โ—โ—โ—</td>
					</tr>
				</tbody>

			</table>
		</div>


		<div class="body-container">

			<table class="table" border="1" style="width: 980px; margin: auto;">

				<thead>
					<tr>
						<td width="100" colspan="3"
							style="font-size: 25px; font-weight: 700">๋Œ€์™ธํ™œ๋™ <span
							style="font-size: 20px; font-weight: 600px; color: gray">&nbsp;&nbsp;EXPERIENCE
								CAREER</span></td>

					</tr>

				</thead>

				<tbody>
					<tr>
						<td>๋ฏธ๋ฆฌ ์—‘์Šคํฌ ์ „์‹œํšŒ</td>
						<td style="text-align: center">2020.10.19</td>
						<td style="text-align: right">์ „์‹œ ์ฃผ๊ด€ ๋ฐ ์ „์‹œ ์ฐธ์—ฌ</td>
					</tr>
					<tr>
						<td>๋ฏธ๋ฆฌ๋””์ž์ธ ์ธํ„ด</td>
						<td style="text-align: center">2020.01.19-2020.08.30</td>
						<td style="text-align: right">์ „์‹œ ์ฃผ๊ด€ ๋ฐ ์ „์‹œ ์ฐธ์—ฌ</td>
					</tr>
					<tr>
						<td>2020.10.19</td>
						<td style="text-align: center">2018.09.20~2020.10.30</td>
						<td style="text-align: right">์ „์‹œ ์ฃผ๊ด€ ๋ฐ ์ „์‹œ ์ฐธ์—ฌ</td>
					</tr>

				</tbody>
			</table>
		</div>

		<div class="body-container">

			<table class="table" border="1" style="width: 980px; margin: auto;">

				<thead>
					<tr>
						<td width="100" colspan="3"
							style="font-size: 25px; font-weight: 700;">๊ฒฝ๋ ฅ์‚ฌํ•ญ <span
							style="font-size: 20px; font-weight: 600px; color: gray">&nbsp;&nbsp;WORK
								EXPERIENCE</span></td>
					</tr>

				</thead>

				<tbody>
					<tr>
						<td>๋ฏธ๋ฆฌ ์บ”๋ฒ„์Šค (์ง๊ธ‰: ์‚ฌ์›)</td>
						<td style="text-align: center">2018.09.20~2020.10.30</td>
						<td style="text-align: right">์›น ํ”„๋กœ๋ชจ์…˜ ๋””์ž์ธ</td>
					</tr>
					<tr>
						<td>์Šค๋งˆ์ผ์บฃ(์ง๊ธ‰:์‚ฌ์›)</td>
						<td style="text-align: center">2018.09.20~2020.10.30</td>
						<td style="text-align: right">๊ทธ๋ž˜ํ”ฝ ๋””์ž์ธ ์—…๋ฌด</td>
					</tr>
					<tr>
						<td>๋น„์ฆˆํ•˜์šฐ์Šค (์ง๊ธ‰: ์‚ฌ์›)</td>
						<td style="text-align: center">2018.09.20~2020.10.30</td>
						<td style="text-align: right">์ธ์‡„๋ฌผ ๋””์ž์ธ ์—…๋ฌด</td>
					</tr>

				</tbody>
			</table>
		</div>
	</div>
</body>
</html>

'๐Ÿ’ปProgramming > ๐ŸŽจ ์‹ค์Šต' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[HTML&CSS] Grid - CGV ์˜ํ™” ์ด๋ฒคํŠธ ์ •๋ณด ๋งŒ๋“ค๊ธฐ๐Ÿ˜ˆ  (0) 2022.09.15
[HTML&CSS] CGV ์˜ํ™” ์ˆœ์œ„ ๋ชฉ๋ก ๋งŒ๋“ค๊ธฐ๐Ÿ˜ˆ  (0) 2022.09.15
[HTML] 04. ํ…Œ์ด๋ธ” ํƒœ๊ทธ ์‹ค์Šต  (0) 2022.09.13
    '๐Ÿ’ปProgramming/๐ŸŽจ ์‹ค์Šต' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€
    • [HTML&CSS] Grid - CGV ์˜ํ™” ์ด๋ฒคํŠธ ์ •๋ณด ๋งŒ๋“ค๊ธฐ๐Ÿ˜ˆ
    • [HTML&CSS] CGV ์˜ํ™” ์ˆœ์œ„ ๋ชฉ๋ก ๋งŒ๋“ค๊ธฐ๐Ÿ˜ˆ
    • [HTML] 04. ํ…Œ์ด๋ธ” ํƒœ๊ทธ ์‹ค์Šต
    yeony._.
    yeony._.
    ํž˜ ์„ธ์ง€๋Š” ์•Œ์•ฝ๐Ÿ’Š๐Ÿ’Š๐Ÿ’Š

    ํ‹ฐ์Šคํ† ๋ฆฌํˆด๋ฐ”