-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (35 loc) · 2.9 KB
/
about.html
File metadata and controls
37 lines (35 loc) · 2.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="src/output.css">
<link rel="stylesheet" href="index.html">
<title>AboutUs.com</title>
</head>
<body class="bg-gray-900 text-white m-5 p-5 border-none flex justify-center items-center min-h-screen">
<div class="max-w-2xl bg-gray-800 p-10 rounded-lg shadow-lg">
<h1 class="text-3xl font-extrabold text-gray-100 mb-4">About Us</h1>
<p class="text-lg text-gray-300 leading-relaxed mb-4"> Welcome to our coding haven, <span class="font-bold text-blue-500 text-xl">ABICodes</span>! </p>
<p class="text-lg text-gray-300 leading-relaxed mb-4"> Founded by Abinash Dash, our mission is to empower learners at all levels to master the art of coding. Whether you're a novice taking your first steps into the coding world or an experienced developer looking to sharpen your skills, our platform is tailored to help you grow. </p>
<p class="text-lg text-gray-300 leading-relaxed mb-4"> We believe in fostering a supportive community where knowledge is shared, creativity is nurtured, and every line of code brings you closer to your goals. Join us on this exciting journey of learning, innovation, and growth. Together, let's code the future! </p>
<button id="backButton" class="bg-blue-500 font-extrabold cursor-pointer m-2 p-2 rounded-xl border-none border-2 ">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#fff" height="30px" width="50px" version="1.1" id="Capa_1" viewBox="0 0 219.151 219.151" xml:space="preserve">
<g>
<path d="M109.576,219.151c60.419,0,109.573-49.156,109.573-109.576C219.149,49.156,169.995,0,109.576,0S0.002,49.156,0.002,109.575 C0.002,169.995,49.157,219.151,109.576,219.151z M109.576,15c52.148,0,94.573,42.426,94.574,94.575 c0,52.149-42.425,94.575-94.574,94.576c-52.148-0.001-94.573-42.427-94.573-94.577C15.003,57.427,57.428,15,109.576,15z"/>
<path d="M94.861,156.507c2.929,2.928,7.678,2.927,10.606,0c2.93-2.93,2.93-7.678-0.001-10.608l-28.82-28.819l83.457-0.008 c4.142-0.001,7.499-3.358,7.499-7.502c-0.001-4.142-3.358-7.498-7.5-7.498l-83.46,0.008l28.827-28.825 c2.929-2.929,2.929-7.679,0-10.607c-1.465-1.464-3.384-2.197-5.304-2.197c-1.919,0-3.838,0.733-5.303,2.196l-41.629,41.628 c-1.407,1.406-2.197,3.313-2.197,5.303c0.001,1.99,0.791,3.896,2.198,5.305L94.861,156.507z"/>
</g>
</svg>
</button>
</div>
<script src="about.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9SLZK6K9YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PWJYMXYT5L');
</script>
</body>
</html>