-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomework.html
89 lines (82 loc) · 3.51 KB
/
homework.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
<!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>Stella Kim 🍒</title>
<link rel = "stylesheet" href = "./css/main.css">
<link rel = "stylesheet" href = "./css/scroll.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
</style>
</head>
<body>
<div id="container">
<header id = "header">
<nav class ="menu">
<ul>
<li><a href = "index.html" <b>Home</b></a></li>
<li><a href = "about.html" <b>About</b></a></li>
<li><a href = "favorites.html" <b>What I love</b></a></li>
<li><a href = "contact.html" <b>Contact</b></a></li>
</ul>
</nav>
</header>
<div class="list">
<div class="one">
<span class="profile"><img src="./imgs/me.jpg" width="550px;" height="550px" alt=""/></span>
<h3><strong>Hello! I'm Stella.</strong> <br>You can scroll down if you want to see me more!</h3>
</div>
</div>
<div class="list">
<div class ="two">
<img class = "me" src ="./imgs/me2.jpg" alt="" width="450px;" height="500px">
<h3 class ="intext"> <strong>What would I lose if I learn coding?<br>Absoultely nothing!</strong><br><br>
Hello! I'm Stella Kim. Welcome to my homepage.<br>
I majored in English and worked as a hotelier in Singapore. <br>
After I came back to Korea, I was also in the service fields. <br>
But I don't want to see myself in the same industry in the few years. <br>
The reason I want to be a fullstack engineer is that <br>
there is no limits for studying and developing myself! <br>
Achievement is one of my motivation of my life. <br><br>
To be a great developer, <br>
achievement and developing myself constantly <br>
is the most important thing, I think.
<br><br>
For the future junior developer!</h3>
</div>
</div>
<div class="list">
<div class="three">
<h1><br><br> 💕 💕 💕 </h1>
<div class = "favorites">
<div class="lists">
<img class = "list_img" src="./imgs/what i love/mypet.jpg" alt="">
<p class = "list_text"> 반려견 두부를 포함한<br>모든 강아지! 🐶</p>
</div>
<div class="lists">
<img class = "list_img" src="./imgs/what i love/coffee.jpg" alt="">
<p class = "list_text"> Coffee ☕</p>
</div>
<div class="lists">
<img class = "list_img" src="./imgs/what i love/walking.jpg" alt="">
<p class = "list_text"> 산책도 즐기고 🏃🏻♂️</p>
</div>
<div class="lists">
<img class = "list_img" src="./imgs/what i love/traveling.jpg" alt="">
<p class = "list_text"> 여행도 좋아해요! 💕</p>
</div>
</div>
</div>
</div>
<div class="list">
<div class = "four">
<img class = "contact_img" src ="./imgs/bg.jpg">
<a href="https://velog.io/@subtitle1" class="ct">Velog</a>
<a href="mailto:stella.kim.96211@gmail.com" class="ct">Gmail</a>
<a href="https://github.com/subtitle1" class="ct">Github</a>
</div>
</div>
<div>
</body>