-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
63 lines (61 loc) · 2.85 KB
/
aboutUs.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About Us | ArisBots</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="logo.png" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
</head>
<body>
<nav>
<a class="logo" href="index.html"><img class="logo" src="logo.png"></a>
<a href="aboutUs.html">About Us</a>
<a href="ourImpact.html">Our Impact</a>
<a href="meetAris.html">Meet Aris</a>
<a href="joinUs.html">Join Us</a>
</nav>
<header class="titleHeader">
<h1>About Us</h1>
<h3>We are an AI research and development nonprofit</h3>
</header>
<div class="titleHeader"></div>
<div class="titleColumns fandangoTxt">
<img src="mission.png" class="icon">
<h2>MISSION</h2>
<p2>To provide <b>accessible</b> and <b>affordable</b> resources to our community</p2>
</div>
<div class="titleColumns neonBlueTxt">
<img src="goals.png" class="icon">
<h2>GOALS</h2>
<p2>Create <b>quality</b> and <b>accurate</b> large language models that can be accessed by anyone at no cost</p2>
</div>
<div class="titleColumns roseTxt">
<img src="values.png" class="icon">
<h2>VALUES</h2>
<p2><b>Transparency</b>, <b>integrity</b>, and <b>honesty</b> about everything we do with our users and the general public</p2>
</div>
<section class="lightBlueBkgd">
<h3 class="darkBkgd roseTxt sentenceSections">We believe AI can be used for <b>public good</b>, so <b>everyone</b> should be able to experience the benefits of AI.</h3>
</section>
<section>
<h3>Contact Us</h3>
<div class="textColumns">
<div class="leftAlign">
<p><b>Email</b></p>
<p><b>Phone number</b></p>
<p><b>Office hours</b></p>
<p><b>Headquarters</b>
</div>
<div class="rightAlign">
<a href="mailto:[email protected]">[email protected]</a>
<a href="tel:4151343552">+1 (415) 134-3552</a>
<p>7 am - 4 pm PT</p>
<p>3180 18th St,<br>San Francisco, CA<br>94110</p>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3154.1818248207337!2d-122.41468779999998!3d37.762334599999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808f7e3aee56b19f%3A0xa436f35ac2bfbd37!2sPoineer%20building%2C%203180%2018th%20St%2C%20San%20Francisco%2C%20CA%2094110!5e0!3m2!1sen!2sus!4v1713918000091!5m2!1sen!2sus" width="2000" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<script src="script.js"></script>
</body></html>