-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
65 lines (50 loc) · 3.09 KB
/
about.html
File metadata and controls
65 lines (50 loc) · 3.09 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Animated BG</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css'>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src= " https://code.jquery.com/jquery-3.2.1.slim.min.js "></script>
</head>
<body>
<!-- partial:index.partial.html -->
<div class="velle">
<div class="job">
<div class="header" id="header">
<a href="https://animatedbackgrounds.me">
<div class="logo">
<img class="user-profile"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtWaL3VKCRysQNlgJE2zy_LObYOQyRQpYXznxo_jLJzvyzD7xzWS0uhbCbHuByloo1yNOhencUMv0Nv2m8O9bduxsbXI0J8S7rUAKrebwDLfBAjuUTi1e_ErNsGmxRK5M9PnOaz1av6C6LZ9ypbdX8kz0DrohCsr_UchPYGsFwlO7p9QLLNr18Hr_Njg/w640-h640/IMG-20221201-WA0011-o17ZPqE_0-transformed.png"
alt="Animated-Backgrounds">
<article id="title"><span class="parent"> Animated</span><br />
<span class="name">Backgrounds</span>
</article>
</div>
</a>
<div class="user-settings">
<i class='bx bx-user'></i>
</div>
</div>
<div class="wrapper">
<!-- article -->
<article>
<section class="main-article">
<h1>About</h1>
<p> Hi, my name is Prakhar Tripathi and I am a self-taught front-end developer, UI designer, and tech enthusiast from India. I have a strong curiosity and a desire to constantly learn new things. I began my programming journey in July 2019, starting from zero knowledge in coding and programming. However, I have always had a passion for creating my own designs and tools using HTML and CSS. <br><br>
In addition to developing websites, I also enjoy blogging and sharing my knowledge with others. I believe in using my skills and knowledge to help others grow and succeed. You can find more of my content on my blog, <a href="https://indianblogging.tech" style="color:#ff3153;">indianblogging.tech</a>. Thank you for taking the time to learn more about me. </p>
<h3>Contact information</h3>
<br>
<p>If you have any questions or concerns regarding AnimatedBackgrounds.me, please don't hesitate to reach out to us via email at <a href="mailto:[email protected]" style="color:#ff3153;"> [email protected]</a> <br>
We are dedicated to providing the best possible support to our users. Thank you for considering us as a resource.</p>
</section>
</article></div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script>
<script src="./script.js"></script>
</body>
</html>