-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (60 loc) · 2.63 KB
/
index.html
File metadata and controls
71 lines (60 loc) · 2.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="initial-scale=1"/>
<title>AriesTechnologies LLC</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="type/x-icon" href="favicon.ico" />
</head>
<!-- Script to load nav header -->
<script src="header.js"></script>
<body oncontextmenu="return false;">
<div class="masthead">
<div id="masthead-inner">
<h1>AriesTechnologies</h1>
<p><i>"Technology for a new age."</i></p>
<button type="button" onclick="window.location.href='spartanos/home.html'">Read About: SpartanOS</button>
<button type="button" onclick="window.location.href='atlasdesigner.html'">Read About: AtlasDesigner</button>
<!-- <button type="button" id="top" onclick="window.location.href='index.html'"></button> -->
</div>
</div>
<p class="quote">"We build the technology for a new age." - Brendan Beard</p>
<p>AriesTechnologies is committed to building technologies for a new age as it says in our motto. We do this by creating applications, online tools and other immersive technology
to help with everyday life, your entertainment, and scientific research.</p>
<!-- <h2>Our Story:</h2>
<p>The idea of AtlasCorporations was founded in 2016 by Brendan Beard.</p>
<h2>Future Locations:</h2>
<p>San Angelo, TX</p>
<h2>Future Business Executives:</h2>
<p>CEO: Brendan Beard</p>
<p>COO: Russell McNorton</p>
<p>CMO: Jesse Gil</p>
<p>CFO: John Fargnoli</p>
<p>CLO: Taylor Stubblefield</p> -->
<h2>Supporters:</h2>
<p>Thanks to all our supporters, all our families, and all our teachers that have supported our company!</p>
<p>We greatly appreciate you! Some very special supporters are...</p>
<p>Holli Horton (Teacher)</p>
<p>Stephanie Salazar (Teacher)</p>
<p>Lori Matthews (Teacher)</p>
<p>Vincent Mangano (Professor)</p>
<p>Beth Niehues (Professor)</p>
<p>Grant Wilde (Professor)</p>
<h2>Our Logo Through The Years</h2>
<img src="Images/AtlasCorpLogoV1.png">
<p>Pixel AtlasCorporations Logo: 2016-2017</p>
<img src="Images/AtlasCorpLogoV2.png">
<p>Planet AtlasCorporations Logo: 2017- Sept. 2018</p>
<img src="Images/AtlasCorpLogoV3.png">
<p>Vector AtlasStudios Logo: From Sept. 2018 - Jan. 2021</p>
<img src="Images/AtlasCorpLogo.png">
<p>Vector AtlasCorporations Logo: From Jan. 2021 - Jun. 2021</p>
<img src="Images/AtlasCorpLogoV4.png">
<p>Vector AtlasCorporations Logo (using Audiowave Font): From Jun. 2021</p>
<img src="Images/AriesTech.png">
<p>AriesTechnologies Logo: From Feb. 2022</p>
<hr />
</body>
<!-- Script to load footer -->
<script src="footer.js"></script>
</html>