-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
45 lines (42 loc) · 1.8 KB
/
about.html
File metadata and controls
45 lines (42 loc) · 1.8 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="slim">
<div class="div logo">
<h4>Utsav Events Docs</h4>
</div>
<ul class="nav-links">
<li><a href="./">Home</a></li>
<li><a href="https://github.com/kidsonfilms-python-rules/Utsav-Events-Docs/issues/new">Report a Bug</a></li>
<li><a href="#">About Developer</a></li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="page">
<span class="center">
<h1>Siddharth Ray</h1>
<h2>KidsonX Tech</h2>
<div class="row social-row">
<a href="https://www.reddit.com/user/kidsonfilms" class="fa fa-reddit"></a>
<a href="https://github.com/kidsonfilms-python-rules" class="fa fa-github"></a>
<a href="https://stackoverflow.com/users/13946018/kidsonfilms-python-rules" class="fa fa-stack-overflow"></a>
<a href="mailto:Siddharth Ray <sidraystudios@gmail.com>" class="fa fa-envelope"></a>
<a href="https://www.youtube.com/watch?v=g_vZasFzMN4" class="fa fa-phone"></a>
</div>
</span>
</div>
</body>
</html>