-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathintro.html
28 lines (28 loc) · 1.21 KB
/
intro.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
<html>
<div>
<img src="img/lisa.gif" class="profile-image" alt="" />
<div class="profile-info">
<div class="border">
<h3>Minjeong Shin</h3>
<p class="sub-text">
Software Engineer<br/>
</p>
</div>
<div class="split">
<a href="mailto:[email protected]" target="_blank">
<button type="button" class="btn btn-icon"><i class="fas fa-envelope"></i></button></a>
<a href="https://www.linkedin.com/in/berebere86" target="_blank">
<button type="button" class="btn btn-icon"><i class="fab fa-linkedin-in"></i></button></a>
<a href="https://github.com/shinminjeong" target="_blank">
<button type="button" class="btn btn-icon"><i class="fab fa-github"></i></button></a>
<a href="https://www.instagram.com/berebere86" target="_blank">
<button type="button" class="btn btn-icon"><i class="fab fa-instagram"></i></button></a>
<br/>
<br/>
<a href="https://github.com/shinminjeong/resume/raw/master/resume.pdf">
<button type="button" class="btn btn-default btn-sm btn-cv"><i class="fa fa-download"></i> Download CV</button>
</a>
</div>
</div>
</div>
</html>