-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 902 Bytes
/
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
<!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>Document</title>
<link rel="stylesheet" href="a.css">
</head>
<body>
<div class="base">
<h1 id="welcome">I am RyannKim327</h1>
<h4>Ryann Kim Sesgundo</h4>
</div>
<div class="base">
<blockquote>
 I am Ryann Kim Sesgundo, <span id="web"></span>, <span id="android"></span>, <span id="backend"></span>, and practicing and enhancing <span id="frontend"></span>. I'm also trying different languages with these <span id="tech"></span>. If you want to see some of my projects, kindly click those highlighted texts.
</blockquote>
</div>
<div class="base hide" id="hide"></div>
</body>
<script type="text/javascript" src="a.js"></script>
</html>