mRetinaAI / aboutus.html
ameenmarashi's picture
Upload 17 files
ec07bf8 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<style>
body {
font-family: Arial, sans-serif;
font-size: 20px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f2f2f2;
color: #333;
}
header {
background-color: #fff;
padding: 0 0;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
text-align: center;
}
.HEADER-image {
width: 100px; /* Adjust width as needed */
height: auto; /* Maintain aspect ratio */
margin-right: 15px;
cursor: pointer;
}
.container {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
background-color: #fff;
color: #333;
}
h1, h2 {
font-weight: bold;
font-size: 24px;
margin-top: 0;
}
.main-content {
display: flex;
flex-direction: column;
align-items: center;
.Ameen-image {
width: 200px; /* Adjust width as needed */
height: auto; /* Maintain aspect ratio */
margin-right: 15px;
cursor: pointer;
}
}
.large-button {
display: inline-block;
padding: 12px 24px;
font-size: 20px;
font-weight: bold;
text-decoration: none;
color: #fff;
background-color: #007bff;
border: 2px solid #007bff;
border-radius: 8px;
margin: 10px;
cursor: pointer;
transition: background-color 0.3s ease;
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
}
.large-button:hover {
background-color: #0056b3;
}
#instructions {
display: none;
text-align: left;
padding: 20px;
}
footer {
text-align: center;
background-color: #fff;
padding: 20px;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<header>
<a href="https://ameenmarashi-mretinaai.static.hf.space">
<img src="MretinaAILogo.png" alt="mRetinaAI Logo" class="HEADER-image">
</a>
<h1>About Us</h1>
<p>Precision Meets Vision: mRetinaAI</p>
</header>
<div class="container">
<main class="main-content">
<img src="Ameen.JPG" alt="Ameen's photo" class="Ameen-image">
<h1><b></b>Ameen Marashi: Pioneering Retina Specialist and Innovator<b></b><h1>
<h2>Introduction</h2>
<p>Dr. Ameen Marashi, born on December 9, 1983, is a Syrian ophthalmologist and retina specialist. His passion for advancing eye care and improving patient outcomes has led him to create groundbreaking solutions that bridge the gap between technology and medicine.</p>
<h2>Biography</h2>
<h3>Early Education and Training</h3>
<ul>
<li>Dr. Marashi earned his Diploma degree in Medicine from the Chuvash State University Institute of Medicine in 2008.</li>
<li>In 2013, he received a certificate from the International Council of Ophthalmology, solidifying his commitment to ophthalmic excellence.</li>
<li>His specialization in ophthalmology took place at Tartous Hospitals in 2009 and continued in Aleppo from 2010 to 2013.</li>
<li>In 2016, he obtained the prestigious Syrian Board certification.</li>
</ul>
<h3>Al-Marashi Clinics Group</h3>
<ul>
<li>Dr. Marashi’s impact extends beyond clinical practice. He is the owner of the Al-Marashi Clinics Group, which provides comprehensive ophthalmic services.</li>
<li>The clinic, founded by his father, Dr. Assad Marashi, MD, DO, has been serving patients since 1980. Today, it continues to thrive under Dr. Ameen Marashi’s leadership.</li>
<li>Collaborating with his brother, Dr. Omar Marashi, MD (an anterior segment surgeon), Dr. Ameen ensures that patients receive the highest quality care.</li>
</ul>
<h2>mRetinaAI: Revolutionizing Retinal Disease Diagnosis</h2>
<h3>The Vision</h3>
<ul>
<li>Dr. Marashi’s vision was clear: to enhance retinal disease diagnosis and management using artificial intelligence.</li>
<li>He recognized the need for telemedicine solutions, especially in regions with limited access to specialized eye care.</li>
</ul>
<h3>The Creation</h3>
<ul>
<li>Single-handedly, Dr. Marashi designed, programmed, and created mRetinaAI—an innovative AI platform tailored for ophthalmologists.</li>
<li>mRetinaAI analyzes retinal images, detects abnormalities, and assists in diagnosing conditions such as diabetic retinopathy, age-related macular degeneration, etc.</li>
<li>Its telemedicine capabilities allow remote consultations, benefiting patients in underserved areas.</li>
</ul>
<h3>Impact and Future Prospects</h3>
<ul>
<li>mRetinaAI has already transformed the way ophthalmologists approach retinal diseases.</li>
<li>Dr. Marashi’s dedication to improving patient outcomes through technology exemplifies his commitment to advancing eye care.</li>
<li>As AI continues to evolve, mRetinaAI promises even greater precision and efficiency.</li>
</ul>
<h2>Conclusion</h2>
<p>Dr. Ameen Marashi’s journey—from a young ophthalmology student to a trailblazing specialist—inspires us all. His dedication to patients, innovation, and community service sets a remarkable example for the medical world.</p>
<a href="feedback.html" class="large-button">Submit Feedback</a>
</main>
</div>
<footer>
<p>&copy; 2024 mRetina AI. All rights reserved. Created and designed by Ameen Marashi, M.D.</p>
</footer>
</body>
</html>