-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (44 loc) · 2.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Spectracare</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style/style.css" type="text/css">
</head>
<!-- This section is the header of the webpage -->
<div id="navigation">
<header>
<img src="images/spectracare.png" alt="Fab Gadget Logo" width="80px" height="80px" />
<h2>Saving lives with power of AI</h2>
</header>
<body>
<!-- This section is the navigation bar -->
<nav>
<ul>
<li><a href="index.html">Tumor Detection AI</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
</div>
<!-- This is the main content area of the page -->
<main>
<div id="text">
<h1 class="te" style="font-size: 40px">Tumor Detection AI</h1>
<div class="te3"><div class="te2" style="margin-top: 4.5%; font-size: 23px">Our product is uniquely designed to detect tumors and save lives. Working closely with qualified doctors a highly sophisticated computer has been created that will make tumor detection and therefore treatment, considerably more straightforward, while not removing jobs for any real people.
</div><img class="te2" style="padding:0 !important; width: 50%; height:50%" src="images/p1.png" /></div>
<div class= te2 style="background-color: #C30 !important; font-size: 20px; margin-bottom: 20px"><p>Early detection will revolutionize the way we think and approach brain tumors – imagine being able to discover tumors with 250% more accuracy and process 100 times more than traditional methods, saving thousands of lives! Well now it's a reality!
</p></div>
</div>
</main>
<!-- This is the footer -->
<footer>
<ul id="social">
<li><a href="https://www.facebook.com">Like us on Facebook!</a></li>
</ul>
<ul id="legal">
<li><a href="#">Privacy Policy</a></li>
</ul>
</footer>
</body>
</html>