-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtesting.html
More file actions
39 lines (37 loc) · 2.8 KB
/
testing.html
File metadata and controls
39 lines (37 loc) · 2.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/medtechfinal-logo.png"/>
<title>Medical Technology at Berkeley</title>
<link rel="stylesheet" href="css/styleTest.css">
</head>
<body>
<ul class="sectors">
<li class="sectors">
<h2>Software Engineering</h2>
<p>From crafting innovative medical apps to developing software solutions that enhance patient care, our software engineering initiative merges technology and healthcare to drive a revolution. Join us in coding the future of medicine, where innovation translates into impactful change.</p>
</li>
<li>
<h2>Medical Informatics</h2>
<p>We’re committed to transforming raw healthcare data into actionable insights, shaping improved patient outcomes and streamlined healthcare systems. Explore the convergence of medicine and technology as we pioneer solutions that redefine the landscape of healthcare informatics.</p>
</li>
<li>
<h2>Leverage Devices</h2>
<p>Creativity meets purpose at MedTech at Berkeley, where we leverage and contribute to impactful medical devices. We’re not content with envisioning a better healthcare future – we engineer it. Collaborate with us to develop devices that elevate patient well-being and redefine medical practices.</p>
</li>
<li>
<h2>Scientific Writing</h2>
<p>Unlock the art of scientific communication with us. Our adept writers and communicators delve into intricate medical subjects, translating complexity into accessible narratives. Through our editorial finesse, we share knowledge, ignite curiosity, and cultivate a deeper understanding of the medical and technological breakthroughs shaping our world.</p>
</li>
<li>
<h2>Club-Wide Education</h2>
<p>Education stands as the cornerstone of MedTech at Berkeley. Our comprehensive educational programs empower members to broaden their horizons and cultivate a well-rounded skill set. From coding workshops to enlightening seminars and interactive sessions, we provide a platform for growth and exploration. Join us to learn, teach, and lead in the ever-evolving landscape of medical technology.</p>
</li>
<li>
<h2>Community Outreach</h2>
<p>We recognize the potential of community engagement in effecting meaningful change. Through collaborative projects, workshops, and awareness campaigns, we bridge healthcare and technology with the broader community. Join us in fostering connections, promoting health education, and making an enduring impact that reaches far beyond our organization.</p>
</li>
</ul>
</body>