-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (53 loc) · 3.27 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Yunjong Noh - About Me</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron text-center" style="margin-bottom:0">
<h1>Hello Everyone </h1>
<h3>Yunjong Noh - International Student at CSULB </h3>
</div>
<div class="container" style="margin-top:30px">
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">A litte information about <span class="text-muted">YunJong!</span></h2>
<p class="lead">Hello, my name is Yunjong Noh! I'm an international student at California State University Long Beach. I am an older brother in my house and have 20 years old younger sister. As you can see in the picture below, I have a girlfriend who is kind, smart, humble, and pretty that I ever met before. I'm taking a Computer Science major! As I mentioned above, I'm a foreigner who was born in South Korea. One interesting thing is that I was a soldier in South Korea. I served my country in January 2019 and was discharged from the service in August 2020. Therefore, if some of you guys are interested in the military, I can advise a little bit based on what I experienced. I'm friendly and like to talk with each other. I love to share my life story. As I rapping up this posting, I would like to say a beautiful comment. it is, "Don't give up, and go for what you desire."</p>
</div>
<div class="col-md-5">
<img src="https://user-images.githubusercontent.com/80689659/116971192-2c4a5a00-acf4-11eb-9b3e-02b66538d4b6.jpg" alt="yunjong noh" width="350" height="400">
</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<ul>
<li>I love Car</li>
<li>I love to sing a song</li>
<li>I'm a Final Cut Pro X certified pro by Apple</li>
<li>My Girlfriend is so lovely</li>
<li>I love to hang out with my girlfriend</li>
<li>I love to take the Computer Science major at CSULB</li>
</ul>
</div>
<div class="col-md-5">
<h2 class="featurette-heading">I always desire to learn <span class="text-muted">Computer Programming!</span></h2>
</div>
</div>
<hr class="featurette-divider">
<div class="jumbotron text-center" style="margin-bottom:0">
<p>Content are written by <a href="mailto:dji03120@naver.com">Yunjong Noh</a> - <a href="https://yunjonghandsome.wordpress.com" target="_blank">Yunjong's another Blog</a></p>
<p> Contact: +82-10-5654-2201 </p>
</div>
</div>
</body>
</html>