-
Notifications
You must be signed in to change notification settings - Fork 0
/
kimlip.html
67 lines (61 loc) · 3.01 KB
/
kimlip.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
<!DOCTYPE html>
<html>
<head>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>love4eva</title>
<link rel="icon" type="image/x-icon" href="max.jpg">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-dark bg-dark fixed-top"> <!-- yay bootstrap -->
<div class="container-fluid">
<a class="navbar-brand" id="white" href="index.html">Odd Eye Circle</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasDarkNavbar" aria-controls="offcanvasDarkNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end text-bg-dark" tabindex="-1" id="offcanvasDarkNavbar" aria-labelledby="offcanvasDarkNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Odd Eye Circle</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Kim Lip</a>
</li>
<li class="nav-item">
<a class="nav-link" id="blue" href="jinsoul.html">JinSoul</a>
</li>
<li class="nav-item">
<a class="nav-link" id="purple" href="jinsoul.html">Choerry</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="gold">
<br>
</div>
<main>
<div class="redcontainer">
<h2 id="red"> Kim Lip </h2>
<img src="1200_Promotional_Picture_Kim_Lip.webp"></img><!-- https://static.wikia.nocookie.net/loonatheworld/images/3/37/1200_Promotional_Picture_Kim_Lip.png/ -->
<br>
<h6 id="roundp">Kim Lip (Hangul: 김립) is the sixth revealed member of LOONA and a member of the second sub-unit, LOONA / ODD EYE CIRCLE. She was born as Kim Jung-eun (Hangul: 김정은) on February 10, 1999, in Cheongju, North Chungcheong Province, South Korea. She debuted on May 15, 2017, as a member and subsequently released her solo single album Kim Lip on May 23, 2017.</h6><!-- https://loonatheworld.fandom.com/wiki/Kim_Lip -->
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script> const myModal = document.getElementById('myModal')
const myInput = document.getElementById('myInput')
myModal.addEventListener('shown.bs.modal', () => {
myInput.focus()
})</script>
</body>
</html>