-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.html
61 lines (60 loc) · 3.65 KB
/
about_us.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
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>About Us</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<h1>About Us</h1>
<table align="center" cellspacing="10">
<tr>
<td>
<a href="./index.html" style="text-decoration: none"><p style="color:aliceblue">Home</p></a>
</td>
<td>
<a href="./blog.html" style="text-decoration: none"><p style="color:aliceblue">Blog</p></a>
</td>
<td>
<a href="./about_us.html" style="text-decoration: none"><p style="color:aliceblue">About Us</p></a>
</td>
</tr>
</table>
</header>
<h2 style="padding-left: 5%; padding-right: 5%;">About Us</h2>
<p style="padding-left: 5%; padding-right: 5%;">
Welcome to "Math Resource Hub", your one-stop resource hub for all things math!
Whether you're a student, educator, or just someone with a passion for numbers,
our goal is to provide you with the tools and resources you need to succeed
in your mathematical journey.</p>
<h2 style="padding-left: 5%; padding-right: 5%;">Our Mission</h2>
<p style="padding-left: 5%; padding-right: 5%;">
At "Math Resource Hub", we believe that mathematics is the foundation of innovation
and critical thinking. Our mission is to make high-quality math resources accessible
to everyone, regardless of their background or level of expertise. We aim to foster
a love for math by offering a comprehensive collection of tools, calculators, tutorials,
and learning resources that cater to a wide range of needs.</p>
<h2 style="padding-left: 5%; padding-right: 5%;">What We Offer</h2>
<p style="padding-left: 5%; padding-right: 5%;">
Advanced Calculators: From simple arithmetic to complex calculus, to help you solve problems with ease.
<br>MOOC Recommendations: Explore a curated list of Massive Open Online Courses (MOOCs) that offer in-depth math learning from top institutions around the world.
<br>R and Python Documentation: Access extensive documentation for R and Python, including libraries like NumPy and Pandas, to support your computational needs.
<br>Learning Resources: Dive into a variety of math learning platforms, such as Brilliant and Khan Academy, to enhance your understanding and skills.</p>
<h2 style="padding-left: 5%; padding-right: 5%;">Why Choose Us?</h2>
<p style="padding-left: 5%; padding-right: 5%;">
We understand that learning math can sometimes be challenging,
but with the right resources, it can also be incredibly rewarding.
"Math Resource Hub" is here to guide you through every step of your
mathematical journey, offering support, knowledge, and the tools to help you succeed.</p>
<p style="padding-left: 5%; padding-right: 5%;">
Join us in exploring the fascinating world of mathematics,
where curiosity meets discovery. Whether you're solving equations,
analyzing data, or simply exploring new concepts, "Math Resource Hub"
is here to support you every step of the way.</p>
<footer>
<a href="mailto:[email protected]"><p style="color: aliceblue">[email protected]</p></a>
<p>© 2024 Tanvi</p>
</footer>
</body>
</html>