forked from Divij-Agarwal-42/duckmath.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
113 lines (105 loc) · 4.23 KB
/
Copy pathabout.html
File metadata and controls
113 lines (105 loc) · 4.23 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="canonical" href="https://duckmath.org/about" />
<script src="/assets/js/add.js"></script>
<meta charset="UTF-8" />
<meta
property="og:image"
content="https://duckmath.org/assets/img/duck.webp"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="title"
content="About Duck Math — Games for Everyone | DuckMath"
/>
<meta
name="description"
content="Learn about Duck Math and DuckMath. Our mission is simple: make it easy for everyone to play games—anywhere."
/>
<meta
name="keywords"
content="Duck Math, DuckMath, about, games for everyone, unblocked games, DuckMath"
/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<link rel="canonical" href="https://duckmath.org/about.html" />
<title>About — DuckMath</title>
<link rel="stylesheet" href="/assets/css/text_styles.css" />
<link rel="stylesheet" href="/assets/css/topnav.css" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/about.css" />
<script src="/assets/js/main.js"></script>
<link rel="icon" type="image/x-icon" href="/assets/img/duck.webp" />
<link rel="mask-icon" type="" href="/assets/img/duck.webp" color="#111" />
<noscript
>Your browser doesn't have JavaScript enabled. Please enable JavaScript or
switch to a browser that supports it.</noscript
>
<script src="/assets/js/index.js" type="text/javascript" defer></script>
<!-- Removed Firebase module 2 -->
<meta property="og:title" content="About Duck Math — Games for Everyone" />
<meta
property="og:description"
content="Duck Math is built by DuckMath to make it easy for everyone to play games—at school, at home, anywhere."
/>
<meta property="og:url" content="https://duckmath.org/about.html" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="About Duck Math — Games for Everyone" />
<meta
name="twitter:description"
content="Our mission: make it easy for everyone to play games—anywhere."
/>
<meta
name="twitter:image"
content="https://duckmath.org/assets/img/duck.webp"
/>
</head>
<body>
<!-- where auto would go -->
<div class="parentBox">
<section class="box box1">
<h1 class="hero-title">About Duck Math</h1>
<p class="hero-subtitle">Games for everyone, anywhere.</p>
<p>
Duck Math started as a simple project and grew into a place where you
can find and play great games quickly and easily. We believe everyone
should have a straightforward way to play — whether you're at school,
at home, or on the go.
</p>
<div style="text-align: center; margin-top: 2rem">
<a class="button" href="/">Explore Games</a>
</div>
</section>
<section class="box box3">
<h2>Our mission</h2>
<p>
We want a way for everyone to be able to play games. It's that simple.
Duck Math focuses on fast, clean access to games so you can spend less
time searching and more time playing.
</p>
<h2>What we’re building</h2>
<ul>
<li>Fast, reliable pages that load quickly</li>
<li>Clean design that works on phones, tablets, and desktops</li>
<li>Helpful navigation so you can find the games you want</li>
</ul>
</section>
<aside class="box box2">
<h2>About DuckMath</h2>
<p>
DuckMath is dedicated to creating accessible gaming experiences for
everyone. Our team works to build tools and platforms that make gaming
more inclusive and enjoyable. If you have ideas or want to
collaborate, we'd love to hear from you.
</p>
<p>
<strong>Email:</strong>
<a href="mailto:duckmath.org@gmail.com">duckmath.org@gmail.com</a>
</p>
</aside>
</div>
</body>
</html>