-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
54 lines (44 loc) · 1.84 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ryoka Site - About</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<nav class="navbar py-2 darkly">
<div class="container">
<div class="navbar-brand">
<a class="is-size-5 has-text-white navbar-item has-text-weight-bold" href="/">
Ryoka
</a>
<div class="navbar-burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item has-text-white" href="/about.html">About</a>
<a class="navbar-item has-text-white" href="https://medium.com/@ryoka">Blog</a>
<a class="navbar-item has-text-white" href="/contact.html">Contact</a>
</div>
</div>
</div>
</nav>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container">
<h2 class="title has-text-white">About</h2>
<p class="has-text-light"> Ryoka's here. Thanks for coming to my simple page. I'm Ryoka and love to see something about music, design and other funtastic things around me. nature, friendship and love is another level for me. It best to keep our relationship more
and more.</p>
</div>
</div>
</section>
<script src="js/skrip.js"></script>
</body>
</html>