blob: 776e1a3b3f6a6a88afffdd5fa403bd14b99fe698 [file] [log] [blame]
Jon Westc1846802019-04-06 00:07:36 -04001<!DOCTYPE html>
2<html>
3
4<head>
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- PAGE settings -->
8 <link rel="icon" href="favicon.ico">
9 <title>Bliss ROMs</title>
10 <meta name="description" content="Open Source OS for all devices, based on AOSP">
11 <meta name="keywords" content="blissroms, bliss, os, x86, aosp, android, rom, teambliss">
12 <!-- CSS dependencies -->
13 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
14 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
15 <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
16 <link rel="stylesheet" href="neon.css">
17 <!-- Script: Make my navbar transparent when the document is scrolled to top -->
18 <script src="js/navbar-ontop.js"></script>
19 <!-- Script: Animated entrance -->
20 <script src="js/animate-in.js"></script>
21 <link rel="stylesheet" href="css/animations.css">
22 <link rel="stylesheet" href="css/wargames.css">
Jon West197faff2019-05-02 18:27:18 -040023 <link rel="stylesheet" href="css/style.css">
Jon Westc1846802019-04-06 00:07:36 -040024 <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Jackeagleaed6d392020-06-09 23:27:02 +053025 <script>
26 (adsbygoogle = window.adsbygoogle || []).push({
27 google_ad_client: "ca-pub-7639560510014441",
28 enable_page_level_ads: true
29 });
30 </script>
Jon Westc1846802019-04-06 00:07:36 -040031</head>
32
33<body class="" style="">
34 <!-- Navbar -->
35 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;">
36 <div class="container">
37 <a class="navbar-brand" href="index.html"><img src="images/BlissIcon_Smal_wl.png" width="50" class="d-inline-block align-top" alt=""></a>
38 <div class="row">
39 <div class="col-md-12"><a class="navbar-brand" href="index.html"><b><b>Bliss ROMs</b></b></a></div>
40 </div>
41 <div class="row"></div>
Jackeagleaed6d392020-06-09 23:27:02 +053042 <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span
43 class="navbar-toggler-icon"></span> </button>
Jon Westc1846802019-04-06 00:07:36 -040044 <div class="collapse navbar-collapse text-center justify-content-end" id="navbar2SupportedContent">
45 <ul class="navbar-nav">
46 <li class="nav-item mx-2">
47 <a class="nav-link" href="index.html#features"><b><b>Features</b></b></a>
48 </li>
49 <li class="nav-item mx-2">
50 <a class="nav-link" href="index.html#about"><b><b>About</b></b></a>
51 </li>
52 <li class="nav-item mx-2">
53 <a class="nav-link" href="index.html#team"><b><b>Team</b></b></a>
54 </li>
55 <li class="nav-item mx-2">
56 <a class="nav-link" href="bfor.html"><b><b>Non Profit</b></b></a>
57 </li>
Jon West197faff2019-05-02 18:27:18 -040058 <li class="nav-item mx-2">
Jon Westc1846802019-04-06 00:07:36 -040059 <a class="nav-link" href="blog.html"><b><b>Blog</b></b></a>
60 </li>
Jon West197faff2019-05-02 18:27:18 -040061 <li class="nav-item mx-2">
Jon Westc1846802019-04-06 00:07:36 -040062 <a class="nav-link" href="index.html#gear"><b><b>Gear</b></b></a>
63 </li>
64 </ul>
65 <a class="btn navbar-btn mx-2 btn-primary shadowed" href="index.html#download"><b><b>Download</b></b></a>
66 </div>
67 </div>
68 </nav>
69 <!-- Cover -->
70 <div class="section-fade-out pt-5" style="background-image: url(&quot;https://i.imgur.com/BOGKaGy.jpg&quot;); background-position: center bottom;">
71 <div class="container pt-5">
72 <div class="row">
73 <div class="col-md-12 ">
74 <div class="col-md-12">
75 <h1 class="display-3 mb-4 d-flex align-items-center justify-content-center">Bliss Family Blog</h1>
76 <h1 class="d-flex justify-content-center">A tale of our Blissfull journey</h1>
77 <blockquote class="lead blockquote" cite="https://twitter.com/DalaiLama/status/1051767186820198402" style="">
78 <footer class=""></footer>
79 </blockquote>
80 </div>
81 </div>
82 </div>
83 <div class="row">
84 <div class="col-md-12 d-inline-flex justify-content-center align-items-center mx-auto mt-5">
85 <div class="container">
86 <div class="row">
87 <div class="col-md-12 text-center">
88 </div>
89 </div>
90 <div class="row">
91 <div class="col-md-12 p-3">
Jackeagleaed6d392020-06-09 23:27:02 +053092 <p class="d-flex justify-content-center align-items-center">This blog will go into a few details of our daily tasks with the Open Source projects from Team Bliss. Some of this content may not be suitible for young readers. This is a
93 warning .</p>
Jon Westc1846802019-04-06 00:07:36 -040094 </div>
95 </div>
96 </div>
97 </div>
98 </div>
99 </div>
100 </div>
101 <div class="py-5 text-center" style="">
102 <div class="container">
103 <div class="row">
104 <div class="mx-auto col-md-6">
105 <h1>Get in the loop</h1>
106 <p class="mb-4">Subscribe to get notified of new blog posts</p>
107 <form class="form-inline d-flex justify-content-center">
108 <div class="input-group"> <input type="email" class="form-control" placeholder="Your email" id="form1">
109 <div class="input-group-append"> <button class="btn btn-primary" type="button">Subscribe</button> </div>
110 </div>
111 </form>
112 </div>
113 </div>
114 </div>
115 </div>
116 <!-- Article style section -->
117 <!-- Features -->
118 <!-- Features -->
119 <!-- Carousel reviews -->
120 <!-- Call to action -->
Jon West8a92aa22019-05-02 18:57:24 -0400121 <div class="py-5 text-center bg-dark" id="blog-040519">
Jon Westc1846802019-04-06 00:07:36 -0400122 <div class="container">
123 <div class="row">
124 <div class="col-md-12">
125 <h1 class="d-flex justify-content-center">Friday - April 5th, 2019</h1>
126 </div>
127 </div>
128 <div class="row">
129 <div id="content" class="col-md-12 d-flex flex-grow-1 align-items-stretch justify-content-center w-75">
Jon West2b74f872019-04-06 00:51:22 -0400130 <div id="wargames" class="d-flex flex-grow-1 align-items-center justify-content-center w-100">
Jon West197faff2019-05-02 18:27:18 -0400131 <pre class="d-flex flex-grow-1 align-items-center justify-content-start w-100"> <code class="d-flex flex-grow-1 align-items-center justify-content-start w-100">
Jon Westc1846802019-04-06 00:07:36 -0400132*********************************************
Jackeagleaed6d392020-06-09 23:27:02 +0530133__________.____ .___ _________ _________
134\______ \ | | |/ _____// _____/
135 | | _/ | | |\_____ \ \_____ \
136 | | \ |___| |/ \/ \
137 |______ /_______ \___/_______ /_______ /
138 \/ \/ \/ \/
Jon Westc1846802019-04-06 00:07:36 -0400139*********************************************
140************** Welcome to the ***************
141**************** Bliss Blog *****************
142*********************************************
143
144Hello,
145
Jackeagleaed6d392020-06-09 23:27:02 +0530146This will be the start of us hosting our own
Jon West2b74f872019-04-06 00:51:22 -0400147blog. Since this is the first post, we thought
Jackeagleaed6d392020-06-09 23:27:02 +0530148we would keep things simple.
Jon Westc1846802019-04-06 00:07:36 -0400149
Jackeagleaed6d392020-06-09 23:27:02 +0530150We will be experimenting a bit with how to
Jon West2b74f872019-04-06 00:51:22 -0400151present these in the easiest way possible for
Jackeagleaed6d392020-06-09 23:27:02 +0530152our teammates, and as we do that, things on
Jon West2b74f872019-04-06 00:51:22 -0400153this blog might change.
Jon Westc1846802019-04-06 00:07:36 -0400154
Jackeagleaed6d392020-06-09 23:27:02 +0530155Just be patient and give us kudos if we're
156doing something right.
157
158
Jon Westc1846802019-04-06 00:07:36 -0400159Thanks again :)
160
161
162</code></pre>
163 </div>
164 </div>
165 </div>
166 </div>
167 </div>
Jon West8a92aa22019-05-02 18:57:24 -0400168 <div class="py-5 bg-secondary" id="blog-050219">
Jon West197faff2019-05-02 18:27:18 -0400169 <div class="container">
170 <div class="row">
171 <div class="col-md-12">
172 <h1 class="d-flex justify-content-center">Thursday - May 2nd, 2019</h1>
173 </div>
174 </div>
175 <div class="row">
176 <div class="px-5 col-md-8 text-center mx-auto">
177 <div id="wrap_a">
178 <h2 class="my-3">An adventure in Bliss development</h2>
179 <div id="output_a"></div>
180 </div>
181 </div>
182 </div>
183 </div>
184 </div>
Jon Westc1846802019-04-06 00:07:36 -0400185 <div class="row" style=" margin-right: 15px; margin-left: 15px;">
186 <div class="container">
187 <div class="row">
188 <div class="col-md-6 text-center mx-auto px-5 pt-4">
189 <h3 class="my-3 highlight_secondary team-header text-white"> </h3><br>
190 <h2 class="my-3 highlight_secondary team-header text-white">We volunteer our time.</h2>
Jackeagleaed6d392020-06-09 23:27:02 +0530191 <p class="mb-3">We are a 501(c3) nonprofit, run by people that donate their free time towards the project. We do our best to bring a quality OS to your device, while working a real job on the side in most cases. Please consider showing us
192 we're on the right track by clicking the button below. </p> <a href="https://www.paypal.me/TeamBliss" class="btn btn-primary">Buy Us a Coffee</a>
Jon Westc1846802019-04-06 00:07:36 -0400193 </div>
194 <div class="col-md-6 py-5"><img class="img-fluid d-block d-flex align-items-center justify-content-center flex-grow-1 mx-auto animate-in-right" src="images/coffee-break.svg" width="300"></div>
195 </div>
196 </div>
197 </div>
198 <div class="py-5" id="team" style="">
199 <div class="container">
200 <div class="row">
201 <div class="mx-auto col-md-12 text-center">
202 <h3 class="display-3">Who we are</h3>
203 </div>
204 </div>
205 <div class="row">
206 <div class="col-lg-6">
207 <div class="row mb-4">
Jackeagleaed6d392020-06-09 23:27:02 +0530208 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/w7i8JBSfddUp88DpBjjdT_PBODfKTiFV8TKHqyZnsU3m0-ppYXsuafqDtBxakFYW3mjIahKkFYBepZIGRQ=w1920-h1080-no" width="100"
209 alt="Card image cap"> </div>
Jon Westc1846802019-04-06 00:07:36 -0400210 <div class="col-9">
211 <h4><b>Jack Eagle&nbsp;</b>- CEO&nbsp; / Founder / Developer</h4>
212 <p class="mb-0">&nbsp;</p>
213 </div>
214 </div>
215 <div class="row mb-4">
Jackeagleaed6d392020-06-09 23:27:02 +0530216 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/xhKBfn9HcjWayS9gQizUuh7JATtI4i-OvVv9Q6XPy5v5IyiI44lqRoxtMIyI3rlLc7OCyparEB9OqGT_Vg=w1920-h1080-no" width="100"
217 alt="Card image cap"> </div>
Jon Westc1846802019-04-06 00:07:36 -0400218 <div class="col-9">
219 <h4><b>Vaughn Newman</b> -&nbsp;Board Member / Admin / Developer</h4>
220 <p class="mb-0">&nbsp;</p>
221 </div>
222 </div>
223 </div>
224 <div class="col-lg-6">
225 <div class="row mb-4">
Jackeagleaed6d392020-06-09 23:27:02 +0530226 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/hcV4Tp81H4TJskQhpKckcDBqwnETos_ZOxXsQbiZGOT5OxMC-3pOD5i22j1tPiaubWW74tmnwB0ixvGwELQ=w1920-h1080-no" width="100"
227 alt="Card image cap"> </div>
Jon Westc1846802019-04-06 00:07:36 -0400228 <div class="col-9">
229 <h4><b>Jon West&nbsp;</b>- CTO / Incorporator / Developer</h4>
230 <p class="mb-0">&nbsp;</p>
231 </div>
232 </div>
233 <div class="row mb-4">
Jackeagleaed6d392020-06-09 23:27:02 +0530234 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/JOdHk7TYY-SLjAANLuK7t68Oz6w4fDFody-Uwj3rtH6oSZkljniUceYFQ52rbJXeBv4kDgoGhrtamLJlwZc=w1920-h1080-no" width="100"
235 alt="Card image cap"> </div>
Jon Westc1846802019-04-06 00:07:36 -0400236 <div class="col-9">
237 <h4> <b>Antonio Luciano</b>&nbsp;- Board Member /&nbsp;Project Manager /&nbsp;App Developer</h4>
238 <p class="mb-0">&nbsp;</p>
239 </div>
240 </div>
241 </div>
242 </div>
243 <div class="row">
244 <div class="col-lg-6">
245 <div class="row mb-4">
Jackeagleaed6d392020-06-09 23:27:02 +0530246 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/LZrBsYT1S4qQI92uCuWx34QSGDcKpwY1G2h3LXT3tEvMPuSA8d6tiY7CsLYvBCznXk4sJhgr6UFk8pg1oA=w1920-h1080-no" width="100"
247 alt="Card image cap"> </div>
Jon Westc1846802019-04-06 00:07:36 -0400248 <div class="col-9">
249 <h4><b>BitO BSessiOn</b>&nbsp;- Board Member / Developer</h4>
250 <p class="mb-0">&nbsp;</p>
251 </div>
252 </div>
253 <div class="row mb-4">
Jackeagleaed6d392020-06-09 23:27:02 +0530254 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/iu4p6sC5xbTmz7gF5eYCucSHuI_1SBJnRkfNWcNQ6Cw7oCt5ryMHaU_DXpjWEgGX43SnPRs4dSjErXU=w1920-h1080-no" width="100"
255 alt="Card image cap"> </div>
Jon Westc1846802019-04-06 00:07:36 -0400256 <div class="col-9">
257 <h4> <b>Customworx&nbsp;</b>- Board Member / Graphic Designer </h4>
258 <p class="mb-0">&nbsp;</p>
259 </div>
260 </div>
261 </div>
262 <div class="col-lg-6">
263 <div class="row mb-4">
Jackeagleaed6d392020-06-09 23:27:02 +0530264 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/eRqBEkS4_cWFEkLce4sVRmyCkAwgsGZwIg1kE12_gjBaghKQ8Omc6V2UJT6q6LwZS8l-LkutUrskyeLFrd0=w1920-h1080-no" width="100"
265 alt="Card image cap"> </div>
Jon Westc1846802019-04-06 00:07:36 -0400266 <div class="col-9">
267 <h4><b>Evan Galvin</b>&nbsp;- Board Member / Product Technology Strategist</h4>
268 <p class="mb-0">&nbsp;</p>
269 </div>
270 </div>
271 <div class="row mb-4">
272 <div class="col-3"> <img class="img-fluid d-block mx-auto rounded-circle" src="https://lh3.googleusercontent.com/a-/AAuE7mC91eukOeGZ1fU2mULqdlLqrcsYmUWGjZZMoXwMAIk=s1920-p-no-il" width="100" alt="Card image cap"> </div>
273 <div class="col-9">
274 <h4> <b>Donna West</b> - Board Member / Treasurer</h4>
275 <p class="mb-0">&nbsp;</p>
276 </div>
277 </div>
278 </div>
279 </div>
280 </div>
281 </div>
282 <div class="py-4 text-center" style="">
283 <div class="container">
284 <div class="row">
285 <div class="mx-auto col-md-8">
286 <h1 class="mb-3">Bliss Family Projects</h1>
287 <p class="lead">The Bliss Family projects we currently support can be found below: </p>
288 </div>
289 </div>
290 <div class="row">
291 <div class="col-lg-4 p-3">
292 <div class="card">
293 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/invictrix.jpg" width="150">
294 <h1>Invictrīx ROM</h1>
295 <a href="https://t.me/InvictusROM" target="_blank"><i class="fab fa-telegram"></i></a>
296 <a href="https://plus.google.com/communities/109716291977795337501" target="_blank"><i class="fab fa-google-plus"></i></a>
297 <p class="mb-0">Invictrīx ROM emphasizes performance, offering heavy optimizations along with a unique dark themed style.</p>
298 </div>
299 </div>
300 </div>
301 <div class="col-lg-4 p-3 col-md-6">
302 <div class="card">
303 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/soap.jpg" width="150">
304 <h1>SOAP ROM</h1>
305 <a href="https://plus.google.com/u/0/107610198397215674589" target="_blank"><i class="fab fa-google-plus"></i></a>
306 <p class="mb-0">SOAP is an AOSP ROM that focuses on being a slim and clean ROM.</p>
307 </div>
308 </div>
309 </div>
310 <div class="col-lg-4 p-3 col-md-6">
311 <div class="card">
312 <div class="card-body p-4"> <img class="img-fluid d-block mb-3 mx-auto rounded-circle" src="images/xtremis.jpg" width="150">
313 <h1>Xtremis Project</h1>
314 <a href="#" target="_blank"><i class="fab fa-telegram"></i></a>
315 <a href="#" target="_blank"><i class="fab fa-google-plus"></i></a>
316 <p class="mb-0">Currently pre-release, this project is progressing steadily and will soon have more details to share. Please check in later.</p>
317 </div>
318 </div>
319 </div>
320 </div>
321 </div>
322 </div>
323 <!-- Footer -->
324 <div class="py-3 bg-dark">
325 <div class="container">
326 <div class="row">
327 <div class="col-lg-3 col-6 p-3">
328 <h5> <b>Socials</b></h5>
329 <ul class="list-unstyled text-primary">
330 <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community" class="text-info">BlissROMs Telegram</a> </li>
Jon Westd80542f2019-06-11 16:16:59 -0400331 <li> <a href="https://t.me/blissx86" class="text-info">Bliss OS Telegram</a> </li>
Jon Westc1846802019-04-06 00:07:36 -0400332 <li> <a href="https://www.facebook.com/BlissFamilyOfROMs/" class="text-info">Bliss Facebook</a> </li>
333 <li> <a href="https://twitter.com/Bliss_Roms" class="text-info">Bliss Twitter</a> </li>
334 <li> <a href="https://plus.google.com/communities/118265887490106132524" class="text-info">Bliss G+</a> </li>
335 </ul>
336 </div>
337 <div class="col-lg-3 col-6 p-3">
338 <h5> <b>Sources</b></h5>
339 <ul class="list-unstyled">
340 <li> <a href="https://review.blissroms.com" class="text-info">BlissROMs Gerrit Review</a> </li>
341 <li> <a href="https://github.com/BlissRoms" class="text-info">BlissROMs GitHub</a> </li>
342 <li> <a href="https://github.com/BlissRoms-Devices" style="" class="text-info">BlissROMs-Devices GitHub</a> </li>
343 <li> <a href="https://github.com/BlissRoms-Kernels" class="text-info">BlissROMs-Kernels GitHub</a> </li>
344 <li> <a href="https://github.com/BlissRoms-Vendor" class="text-info">BlissROMs-Vendor GitHub</a> </li>
345 <li> <a href="https://github.com/BlissRoms-x86" class="text-info">Bliss OS GitHub</a> </li>
346 <li> <a href="https://github.com/BlissRoms-pine64" class="text-info">BlissROMs-PINE64 GitHub</a> </li>
347 </ul>
348 </div>
349 <div class="col-lg-3 col-6 p-3">
350 <h5>Subreddits</h5>
351 <ul class="list-unstyled">
352 <li> <a href="https://www.reddit.com/r/BlissRoms" class="text-info">BlissROMs</a> </li>
353 <li> <a href="https://www.reddit.com/r/BlissOS" class="text-info">Bliss OS</a> </li>
354 <li> <a href="https://www.reddit.com/r/TeamBliss" class="text-info">TeamBliss</a> </li>
355 </ul>
356 </div>
357 <div class="col-lg-3 col-md-3 p-3">
358 <h5> <b>Follow us</b> </h5>
359 <div class="row">
360 <div class="col-md-12 d-flex align-items-center my-2 justify-content-center"> <a href="https://www.facebook.com/BlissFamilyOfROMs/" class="">
361 <i class="d-block fa fa-facebook-official text-muted mr-2 fa-2x"></i>
362 </a> <a href="https://www.instagram.com/blissroms/">
363 <i class="d-block fa fa-instagram text-muted mx-2 fa-2x"></i>
364 </a> <a href="https://plus.google.com/communities/118265887490106132524">
365 <i class="d-block fa fa-google-plus-official text-muted mx-2 fa-2x"></i>
366 </a> <a href="https://github.com/BlissRoms">
367 <i class="d-block fa fa-github text-muted text-muted mx-2 fa-2x"></i>
368 </a> <a href="https://www.reddit.com/r/BlissRoms">
369 <i class="d-block fa fa-reddit text-muted mx-2 fa-2x"></i>
370 </a> <a href="https://twitter.com/Bliss_Roms">
371 <i class="d-block fa fa-twitter text-muted ml-2 fa-2x"></i>
372 </a> </div>
373 </div>
374 </div>
375 </div>
376 <div class="row">
377 <div class="col-md-12 text-center">
378 <p class="mb-0 mt-2">© 2019 Bliss Family of ROMs. All rights reserved</p>
379 </div>
380 </div>
381 </div>
382 </div>
383 <!-- JavaScript dependencies -->
384 <script src="js/mainani.js" type="text/javascript"></script>
385 <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
386 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
387 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
388 <!-- Script: Smooth scrolling between anchors in the same page -->
389 <script src="js/smooth-scroll.js"></script>
390 <!-- <script src="https://bfintal.github.io/Counter-Up/jquery.counterup.min.js"></script> -->
391 <script src="js/counter.js"></script>
Jon West197faff2019-05-02 18:27:18 -0400392 <script src="js/adv.js"></script>
Jon Westc1846802019-04-06 00:07:36 -0400393</body>
394
Jackeagleaed6d392020-06-09 23:27:02 +0530395</html>