-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdashbord.html
62 lines (55 loc) · 2.04 KB
/
dashbord.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
<!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>Dash Bord</title>
<link rel="stylesheet" href="css/backcss.css">
<style>
</style>
<script src="./script.js"></script>
</head>
<body >
<div class="centert" >
<h1>Welcome to my life</h1>
<p id="para" >___I am RH Shourav .___</p>
<p id="para1">I am from Bangladesh. I am an Electrical Engineer.</p>
<p id="para2">I do programing as a hobby. I am also a student on Ethical Hacking.<br> I also like to make stauf. I like to watch anime , hollywood movies, and web series. <br> <br></p>
<p id="para3">Did i say I am a MUSLIM. yes i am muslim . and i think the true religion is ISLAM. <br> This is the end of breff introduction. to continue .........</p>
<br>
<br>
<br>
<!-- partial:index.partial.html -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="gooey">
<!-- in="sourceGraphic" -->
<feGaussianBlur in="SourceGraphic" stdDeviation="5" result="blur" />
<feColorMatrix in="blur" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="highContrastGraphic" />
<feComposite in="SourceGraphic" in2="highContrastGraphic" operator="atop" />
</filter>
</defs>
</svg>
<a href="/Ar_gallery/index_art.html"><button id="gooey-button">
My Drawings
<span class="bubbles">
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
<span class="bubble"></span>
</span>
</button></a>
<!-- partial -->
<br><br>
</div>
<a href="index.html" class="button">Back</a>
<a href="#" class="button1">NEXT</a>
</body>
</html>