-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
72 lines (58 loc) · 2.49 KB
/
about.html
File metadata and controls
72 lines (58 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="https://fonts.borgcreative.com/fonts.css">
<link rel="shortcut icon" href="./adamicon_BY.png" type="image/x-icon">
<link rel="stylesheet" href="./adam.css">
<link rel="stylesheet" href="./bootstrap-5.3.1/dist/css/bootstrap.css">
<script src="./bootstrap-5.3.1/dist/js/bootstrap.js"></script>
<script src="./headermenu.js"></script>
<script src="./ADAM_MM.js"></script>
<script src="./ADAM.js"></script>
<script src="./adam_styles.js"></script>
</head>
<body onload="headermenu_new(), footermenu_new()">
<header>
<div id="topmenu_new">
<noscript>
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
</noscript>
</div>
</header>
<!--Begin primary doc-->
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./undraw_firmware_re_fgdy.svg" class="d-block mx-lg-auto img-fluid" alt="" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">What is A.D.A.M.?</h1>
<p style="color:#1a1a1a" class="lead">ADAM is an algorithm based meme generator that makes memes based off of an index of current event, trends, and culture.</p>
</div>
</div>
</div>
<div class="container-md text-center">
<div class="row align-items-start">
<div class="col">
<h5>Is ADAM some AI monster that is going to come for my job?</h5>
<p>ADAM is not an AI, but an algorithm, meaning it requires manual training by a programmer.</p>
</div>
<div class="col">
<h5>Is there bias?</h5>
<p>Of course there is.</p>
<p>Any algorithm or artificial intelligence will be biased. It is impossible to keep one's own bias out of a program like this. If any developer tells you otherwise, they are being dishonest or are naive.</p>
</div>
</div>
</div>
</body>
<footer>
<script src="./footermenu.js"></script>
<div id="footermenu"></div>
</footer>
</html>