Large diffs are not rendered by default.

Binary file not shown.
@@ -2,25 +2,26 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<!--This is the link to the CSS Style sheet -->
<link rel="stylesheet" type="text/css" href="myStyleSheet.css">

<!-- Title of the page. This shows on any browser's tab-->
<title> Sloth Analytics </title>

</head>

<!-- Actual text that is displayed on the webpage -->
<body>
<!-- The imgLogo for the top of the page. Has characteristics to fill the page 80% x 20%, the image is aligned to the center-->
<!-- The imgLogo for the top of the page-->
<left><img src="C:\Users\Lindsey\Desktop\SlothCo\slothanalytics\Logo\ImgLogo\OfficialSlothAnalyticsLogo.png" alt = "SlothCo" style= "width: 100%; height: 45%;" style=" text-align:left;"></left>


<!--The interactive menu at the top underneath the logo contains:
1. About
2. Maps
3. Symptom Checker
3. Check Symptoms
4. Contact -->
<ul>
<li><a class="active" href="#about"><b>General Info</a></li>
<li><a class="active" href="#about"><b>About</a></li>
<li><a href="#maps">Maps</a></li>
<li><a href="#solutions">Symptom Checker</a></li>
<li><a href="#information">info</a></li>
@@ -29,12 +30,12 @@
<!-- Class division: Info -->
<div class="GeneralInfo" id="about">
<!-- Main title: aligned left-->
<h1><left>We are Sloth Analytics </left></h1>
<h1><left>Welcome to Sloth Analytics </left></h1>

<!-- Paragraph about us: aligned center -->
<p>By redefining the way you analyze data in the medical field, our team works to innovate software capable of tracking diseases and diagnosing patients in real time. We are saving lives, speeding up medical research, and are improving healthcare worldwide.</p>
<p>Sloth Analytics is redefining the way data is analyzed in the medical field. Our team works to innovate software capable of tracking illness and diagnosing patients in real time.</p>


<left><h2>How it Works</h2></left>
<p>The solution to worldwide illness is simple. Our algorithms utilize neural networks to diagnose and to learn over time. If they are incorrect, they will adapt, receieve new data, and learn. Each time results are requested the neural networks become slightly more accurate. Each individual utilizing Sloth Analytics will aid in improving valuable imformation resulting in growing capabilities of the software. Over time, with each connected device, the potential of this software is limitless.</p>
</div>

<!-- Class division: Questions -->
@@ -55,7 +56,7 @@ <h2><center>Are you...?</center></h2>
</form>
<div class = "how-it-works" id="information">
<h1> How it all works...</h1>
<p>Our solution to worldwide illness is simple: use intellect rather than brute force. Our algorithms utalize state of the art neural networks to diagnose and learn over time. If they are incorrect, they adapt, if they recieve new data, they will learn. Every time the page is loaded the neural network gets a little bit more accurate, a little bit smarter. Every computer using our software acts as a training camp of sorts, where the algorithm uses a trivial amount of the users processing power to improve itself. Over time, with millions or even billions of connected devices, its potential is limitless. <br>
<p> <br>
The neural network has three layers. One layer takes in the input and processes it, another layer acts as a secondary processing area, and the third processes data one last time before returning the result.</p>
</div>

@@ -3,17 +3,17 @@ body{
font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica';
}

/*Header 1 correlates with the General Info section*/
h1 {
color: #f5f5f5;
text-shadow: 1px 1px #616161;
color: #ffffff;
font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica';
padding-left: 5%;
padding-left: 3%;
}

p{
font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica';
padding-right: 30%;
padding-left: 10%;
padding-left: 5%;
}

li {
@@ -46,16 +46,15 @@ ul {

/* Info tab styles */
.GeneralInfo {
font-size: 50px;
font-size: 35px;
color: #330033;
text-shadow: 1px 1px #616161;
margin: 0px 0px 0px 0px;
background-color: #cddc39;
background-color: #7cb342;
/* #aed581 */
height:100vh;
padding-bottom: 15px;
padding-top: 5px;
padding-left: 15px
padding-left: 0px
}

.Maps {