-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhangsik.html
122 lines (110 loc) · 5.11 KB
/
hangsik.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
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
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- 부트스트랩~!!!!-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>/Jasmin/</title>
<link href="css/style_per_hs.css" rel="stylesheet" />
</style>
</head>
<body>
<section class="section">
<div class="p-3 mb-2 bg-secondary text-white">Headersss</div>
<div class="container">
<h1 class="title"><strong>About me</strong></h1>
<hr width="100%" size="7">
<div class="image">
<img src="img/image1_hs.jpg" class="image1">
<img src="img/image2_hs.jpg" class="image2">
<img src="img/image3_hs.jpg" class="image3">
</div>
<br>
<br>
<hr width="100%" size="5">
<br>
<div class="top">
<div>
<img class="top_content top_img" src="img/image4_hs.jpg">
<br>
<br>
<p class="contacts">🎂1997.12.15</p>
<p class="contacts">📞+(82)10-2481-3401</p>
<p class="contacts">📧[email protected]</p>
</div>
<div class="top_content">
<h2> 안녕하세요 내일배움캠프 Spring 과정 3기 신항식입니다.</h2>
<br>
<h3> 제 첫 개발의 시작을 여러분과 함께할 수 있어 기쁩니다!</h3>
<br>
<h4>위 사진 세가지는 제가 가장 좋아하는 세가지이고 각각 </h4>
<h4>✈ 여행 🏂스노우보드 ⚽축구입니다.</h4>
</div>
</div>
<br>
<hr width="100%" size="5">
<br>
<h2 class="maintitle">경력</h2>
<br>
<br>
<p><span class="career"><strong>SUNJIN ENGINEERING & ARCHITECTURE</strong></span></h2> <span
class="year">~2021.12</span></p>
<h4>토목엔지니어링 상하수도분야</h4>
<div class="career-content-2">
<h5><strong>주요 업무</strong></h5>
<br>
<p>CAD와 관련툴을 통한 보고서 작성 및 도면 제작 및 물량산출</p>
<p>참가사업 제안서 작성, 검토 및 협력사 업체 미팅 및 회의 참여 </p>
<p>외주계약, 실행예산서 작성, 기성금 청구 등 회계업무</p>
</div>
<div class="image">
<img src="img/image8_hs.jpg" class="image4">
<img src="img/image5_hs.jpg" class="image4">
<img src="img/image6_hs.jpg" class="image4">
<img src="img/image7_hs.jpg" class="image4">
</div>
<br>
<br>
<br>
<hr width="100%" size="5">
<br>
<h2 class="maintitle">장점 및 협업 스타일</h2>
<br>
<div class="main">
<div class="box-container">
<div class="box">
<h2 class="box_title">장점</h2>
<br>
<h5>· 매사에 긍정적으로 생각한다</h5>
<h5>· 편견이 없다</h5>
<h5>· 매순간 최선을 다하려 노력한다</h5>
<h5>· 지치지 않는 강철체력</h5>
<h5>· 술을 잘하지 못해 같이 엔빵하기 좋다</h5>
</div>
<div class="box">
<h2 class="box_title">협업 스타일</h2>
<br>
<h5>· 팀원의 의견을 잘 경청한다.</h5>
<h5>· 확신이 있는 일은 밀고 나가려고 한다.</h5>
<h5>· 시작전에 전체적인 틀을 구상하고 가는 것을 선호한다.</h5>
<h5>· 아는 부분에 있어서는 설명을 잘 할 자신이 있다.</h5>
<h5>    (코딩분야는 제외)</h5>
</div>
</div>
</div>
<br>
<br>
<br>
<hr width="100%" size="5">
<br>
<br>
<br>
</section>
</body>
</html>