-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (48 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#FF4D5A">
<title>Mohammad Danesh</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="header-bg">
<!-- <div class="first-bg"></div> -->
<!-- <div class="second-bg"></div> -->
<h2 class="bg-title">kNullEdge</h2>
</div>
<div>
<h2 class="first-name">Mohammad</h2>
<div class="header-line">
<svg class="dah" viewBox="0 0 175 50">
<rect x="3" y="3" rx="22" pathLength="1" />
</svg>
<svg class="dah" viewBox="0 0 175 50">
<rect x="3" y="3" rx="22" pathLength="1" />
</svg>
<h2 class="last-name">Danesh</h2>
</div>
<div class="header-line">
<h2 class="description">
A<span>.</span>K<span>.</span>A kNullEdge
</h2>
<svg class="dah" viewBox="0 0 175 50">
<rect x="3" y="3" rx="22" pathLength="1" />
</svg>
<svg class="dit" viewBox="0 0 50 50">
<rect x="3" y="3" rx="22" pathLength="1" />
</svg>
<svg class="dit" viewBox="0 0 50 50">
<rect x="3" y="3" rx="22" pathLength="1" />
</svg>
</div>
</div>
</header>
</body>
</html>