-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 2.04 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 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" />
<meta property="og:title" content="Sattarian twins website!" />
<meta
property="og:description"
content="Mohammad Hassan and Mohammad Hossein Sattarian"
/>
<meta property="og:url" content="http://mhsattarian.com" />
<meta property="og:image" content="/src/assets/cover.png" />
<meta property="og:locale" content="en" />
<meta property="og:locale:alternate" content="fa" />
<title>Sattarian twins website!</title>
<link
type="text/css"
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/dist/font-face.css"
/>
<link rel="stylesheet" href="src/style.css" />
<link
rel="shortcut icon"
type="image/x-icon"
href="/src/assets/logo-dark.png"
/>
<script async src="https://cdn.splitbee.io/sb.js"></script>
</head>
<body class="light">
<main>
<canvas class="main-canvas"></canvas>
<footer>
<article>
<span class="logo"></span>
<h2 class="firstname en" id="hassan">
<a href="https://hassan.mhsattarian.com">Mohammad Hassan</a>
</h2>
<h2 class="firstname fa"><a href="https://hassan.mhsattarian.com">محمد حسن</a></h2>
<span class="and en">&</span>
<span class="and fa">و</span>
<h2 class="firstname en" id="hossein">
<a href="#">Mohammad Hossein</a>
</h2>
<h2 class="firstname fa"><a href="#">محمد حسین</a></h2>
<h1 class="lastname en">Sattarian</h1>
<h1 class="lastname fa">ستاریان</h1>
</article>
<div class="change-locale">
<span class="lang" data-locale="EN">EN</span>
|
<span class="lang" data-locale="FA">فا</span>
</div>
</footer>
</main>
<script src="src/app.js"></script>
</body>
</html>