This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
207 lines (207 loc) · 9.5 KB
/
index.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Morales Research Corporation (Beta Web)</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Morales Research </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Sun/OS </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Sun/OS</a>
<a class="dropdown-item" href="#">Sun/OS Server</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div class="container mt-2">
<div class="row">
<div class="col-12">
<div class="jumbotron">
<h1 class="text-center">Morales Research UNIX OS X </h1>
<h1 class="text-center">Public Beta </h1>
<div class="row justify-content-center">
<div class="col-auto">
<p><a class="btn btn-success btn-lg" href="#" role="button">Download FREE TRIAL</a> </p>
</div>
<div class="col-auto">
<p><a class="btn btn-primary btn-lg" href="#" role="button">BUY NOW</a> </p>
</div>
</div>
<p class="text-center">The free, open-source operating that works for you, not against you...introducing Sun/OS Panther </p>
<img src="images/MROS.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="text-center col-md-6 col-12 col-xl-12">
<h3>UNIX OS X Documentation </h3>
<p>Need help on using Sun/OS? Click here for the documentation </p>
<a href="https://docs.moralesresearch.org/" class="btn btn-info btn-lg">Documenation</a>
</div>
</div>
</div>
<div class="container mt-4">
<div class="row">
<div class="col-sm-6">
<div class="card">
<img class="card-img-top" src="images/FreeBSD.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">FreeBSD as the core</h5>
<p class="card-text">Sun/OS has the FreeBSD kernel built-in with Darwin compatibilty. In addition, it can also run Linux application through a Linux container (or compat layer). </p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<img class="card-img-top" src="images/MROS-2.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Look and Feel of Sun/OS...but open source </h5>
<p class="card-text"> The Aqua UI implementation is somewhat different from that of vanilla OS X, but it has an almost exact functionality; therefore we call it the Aqueous interface.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="container py-sm-4">
<div class="row">
<div class="col-md-10 my-4 mx-auto">
<h2 class="text-center">Pricing</h2>
<hr>
<div class="row no-gutters my-3">
<div class="col-md-4 pr-2">
<div class="list-group text-center my-3">
<div class="list-group-item text-white bg-dark">
<h4 class="text-center my-1">UNIX OS X </h4>
</div>
<div class="list-group-item text-uppercase font-weight-bold">
Free
</div>
<a href="#" class="list-group-item">
Open Source LibreOffice suite </a>
<a href="#" class="list-group-item">
Apache Web Server for personal hosting
</a>
<a href="#" class="list-group-item">
Complies with UNIX '88 Standard </a>
<a href="#" class="list-group-item">
Includes Cocoa Application Support </a>
<div class="list-group-item">
<button class="btn btn-success btn-lg btn-block text-truncate">Sign-up</button>
</div>
</div>
</div>
<div class="col-md-4">
<div class="list-group text-center">
<div class="list-group-item text-white bg-dark">
<h4 class="text-center my-1">UNIX OS X Server</h4>
</div>
<div class="list-group-item text-uppercase font-weight-bold">
$55 One-time payment per license </div>
<a href="#" class="list-group-item">
Database Options
</a>
<a href="#" class="list-group-item">
Apache Web Server
</a>
<a href="#" class="list-group-item">
DNS Hosting
</a>
<a href="#" class="list-group-item">
Mail Server Software </a>
<a href="#" class="list-group-item">
24/7 Monitoring
</a>
<div class="list-group-item">
<button class="btn btn-success btn-lg btn-block text-truncate">Buy Now</button>
</div>
</div>
</div>
<div class="col-md-4 pl-2">
<div class="list-group text-center my-3">
<div class="list-group-item text-white bg-dark">
<h4 class="text-center my-1">UNIX OS X Public Betas </h4>
</div>
<div class="list-group-item text-uppercase font-weight-bold">
$299/yr </div>
<a href="#" class="list-group-item">
Access to all Public Betas for both Sun/OS and Sun/OS Server </a>
<a href="#" class="list-group-item">
Consultation
</a>
<a href="#" class="list-group-item">
Custom Servers
</a>
<a href="#" class="list-group-item">
24/7 Support
</a>
<div class="list-group-item">
<button class="btn btn-success btn-lg btn-block text-truncate">Buy Now </button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6 mb-md-0 mb-2">
<h2>Contact Us</h2>
<address>
<strong>Morales Research, Inc.</strong><br>
2210 Santa Rita St, Austin,<br>
TX, 78702-4622, US<br>
<abbr title="Phone">P:</abbr> (512) 521-4056
</address>
</div>
<div class="col-lg-4 col-12 col-xl-8">
<h2>About Us</h2>
<p>Our company stratigisizes on software development and web development. Furthermore, we also research on new technology directed towards operating systems, general purpose computing, and how new computer technology can affect the consumer. </p>
<p>Our company was original founded in 2018 as UniTech Incoporated until August of 2019 in which we rebranded in to Morales Research Corporation. The work was published by Abdon Morales in 1998 until it was imported into the company in December of 2017. </p>
</div>
</div>
</div>
<hr>
<footer class="text-center">
<div class="container">
<div class="row">
<div class="col-12">
<p>Copyright © 1998 - 2022 Morales Research Corporation. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</body>
</html>