-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (49 loc) · 1.78 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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>Pooyeh | A Wild Heart Girl</title>
<!-- Responsive meta tag -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Search engine related -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Address bar color -->
<meta name="theme-color" content="#000000" />
<!-- Load styles -->
<link type="text/css" rel="stylesheet" href="./assets/css/style.css" />
<!-- Load scripts -->
<script type="text/javascript" src="./assets/js/plugins/typed.min.js"></script>
<script type="text/javascript" src="./assets/js/app.js"></script>
</head>
<body class="gb ltr theme-dorna version-1.0.0">
<!-- Hello.Start -->
<section class="section section-hello" hello>
<div id="hello-type" class="hello-type">Hello darlin</div>
</section>
<!-- Hello.End -->
<!-- Dorna.Start -->
<section class="section section-dorna" dorna>
<!-- Particles.Start -->
<canvas id="canvas"></canvas>
<script type="text/javascript" src="./assets/js/plugins/particles.min.js"></script>
<!-- Particles.End -->
<!-- Text.Start -->
<div class="dorna-text">
<div class="text-neon">Pooyeh</div>
<div class="text-type">
<span id="type-area" class="type-area"></span>
</div>
</div>
<!-- Text.Start -->
</section>
<!-- Dorna.End -->
<!-- Copyright.Start -->
<div class="copyright" copyright>
𝓦𝓲𝓽𝓱 <i>♥</i> 𝓫𝔂 <span>𝓔𝓱𝓼𝓪𝓷</span>
</div>
<!-- Copyright.End -->
</body>
</html>