Skip to content

Commit

Permalink
v1 website
Browse files Browse the repository at this point in the history
  • Loading branch information
ankthba committed Aug 31, 2024
1 parent 12e2afd commit b715bc4
Show file tree
Hide file tree
Showing 15 changed files with 1,008 additions and 18 deletions.
Binary file added .DS_Store
Binary file not shown.
36 changes: 36 additions & 0 deletions TermsOfService.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- font: poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500&display=swap" rel="stylesheet">

<!-- font: belanosima -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap" rel="stylesheet">

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Terms Of Service</title>
<meta name="Oral Cancer Radar" content="description">
<meta name="keywords" content="Oral Cancer, Cancer, Oral Cancer Detector, Cancer Radar">

<!-- Favicons -->
<link href="assets/img/OCRadarLogo.png" rel="icon">

<!-- Vendor CSS Files-->
<!-- figure out later.. -->

<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">

<!-- Link Javascript to HTML -->
<script src="assets/js/main.js"></script>

</head>
<body>
</body>
</html>
31 changes: 20 additions & 11 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>OCRadar: About</title>
<title>About</title>
<meta name="Oral Cancer Radar" content="description">
<meta name="keywords" content="Oral Cancer, Cancer, Oral Cancer Detector, Cancer Radar">

Expand All @@ -33,7 +33,7 @@
<!-- header -->
<div class="header sticky">
<div class="start">
<a class="logos" href=""><img class="logo" src="assets/img/OCRadarLogo.png"></a>
<a class="logos" href="index.html"><img class="logo" src="assets/img/OCRadarLogo.png"></a>
<h4 class="title poppins-semibold">OCRadar</h4>
</div>

Expand All @@ -51,18 +51,18 @@ <h4 class="title poppins-semibold">OCRadar</h4>

<div class="beg-part">
<div class="beg-head font-face"><h4>Overview</h4></div>

<div><img class="phone" src="assets/img/phone.png"></div>

<div class="beg-text poppins-regular">
<p>OCRadar is an innovative solution designed to revolutionize<br>
the detection of oral cancer. Harnessing the power of artificial<br>
intelligence and machine learning, OCRadar offers a<br>
sophisticated tool for both medical professionals and the general<br>
public, facilitating early detection and improving the chances of<br>
<p>OCRadar is an innovative solution designed to revolutionize
the detection of oral cancer. Harnessing the power of artificial
intelligence and machine learning, OCRadar offers a
sophisticated tool for both medical professionals and the general
public, facilitating early detection and improving the chances of
successful treatment.</p>
</div>

<div><img class="phone" src="assets/img/phone.png"></div>

<div class="beg-head2 font-face"><h4>Benefits</h4></div>
<div class="beg-text2 poppins-regular">
<div class="first"><p class="p1">
Expand Down Expand Up @@ -110,8 +110,17 @@ <h4 class="title poppins-semibold">OCRadar</h4>
</div>

<!-- footer -->
<div class="footer">
<p>Footer ^^</p>
<div class="footer1">
<p class="footer2 poppins-regular">App Store Connect</p>
<div class="footer-line"></div>

<div class="centerthefooter">
<p class="footer3 poppins-regular" src="">Copyright © Apple Inc. All Rights Reserved.</p>
<p class="footer3 poppins-regular">|</p>
<a class="footer3 poppins-regular" href="TermsOfService.html">Terms of Service</a>
<a class="footer3 poppins-regular">|</a>
<a class="footer3 poppins-regular" href="privacy.html">Privacy Policy</a>
</div>
</div>

<!-- back to top button -->
Expand Down
Loading

0 comments on commit b715bc4

Please sign in to comment.