-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathabout.html
76 lines (69 loc) · 2.54 KB
/
about.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="dns-prefetch" href="https://universal.wgplayer.com" />
<script src="/assets/js/add.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-63K8BHHS38");
</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 DuckMath" />
<meta name="description" content="About our site" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<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" />
<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 -->
</head>
<body>
<br /><br />
<br /><br />
<div class="box box1">
<p style="text-align: center; margin: 0; font-size: 1.2em">
I'm Maddox Schmidlkofer, Contact me for any business inquiries! I'd love
to work with you!<br />
I hope you guys enjoy this site; this was my first large-scale project.
Love you guys!
</p>
<p style="text-align: center; margin-top: 1em; font-size: 1.1em">
<strong>contact me [email protected]</strong>
</p>
<p style="text-align: center; margin-top: 1em">
<a href="https://github.com/maddox05" style="display: inline-block">
<img
class="githubLink"
src="assets/img/github_logo.webp"
alt="GitHub"
style="width: 50px; height: auto"
/>
</a>
</p>
<p>
new site link is <a href="https://ducklit.com">ducklit.com</a>, i dont
work on duckmath much anymore
</p>
</div>
<div class="box box2"></div>
</body>
</html>