-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
64 lines (59 loc) · 2.89 KB
/
about.html
File metadata and controls
64 lines (59 loc) · 2.89 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/medtechfinal-logo.png"/>
<link rel="stylesheet" href="css/about-style.css">
<title>About Us - Medical Technology at Berkeley</title>
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="img/medtechfinal-logo.png" alt="Organization Logo">
<a href="index.html">Medical Technology at Berkeley</a>
</div>
<div class="nav-links">
<a href="about.html">About Us</a>
<a href="pathways.html">Pathways</a>
<a href="projects.html">Projects</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfLwzg0Dwgn6Lk_0SJ-8ij-eGP5OYyVN0IPEKmEtwkJQ6fWKQ/viewform" class="nav-apply-button">Apply Now</a>
</div>
</nav>
</header>
<section class="landing-section">
<div class="landing-content">
<h1>About Us</h1>
</div>
</section>
<section>
<h2>At Medical Technology at Berkeley, we’re more than just a student organization – we’re a community united by a shared vision: to revolutionize healthcare through technology and interdisciplinary collaboration. With projects spanning across software engineering, science writing, device building, and education programs, we blend diverse talents to make a profound impact. Our mission is to not only develop innovative solutions but also to nurture a culture of learning, curiosity, and compassionate progress.</h2>
<p>We are an interdisciplinary community of technical excellence in medical technology across biological sciences, computer science, machine learning, medical devices, business operations, biomedical engineering, and medical informatics.</p>
<h3>Core Leadership Team</h3>
<div class="leadership-team">
<div class="leader">
<h4>ANISHA IYER</h4>
<p>President</p>
</div>
<div class="leader">
<h4>ANIRUDH CHAUDHARY</h4>
<p>NMEP/EMBARK-MT Course Coordinator</p>
</div>
<div class="leader">
<h4>JAQUELYN BORCEA</h4>
<p>Vice President of Infrastructure</p>
</div>
<div class="leader">
<h4>SHREYA RAMESH</h4>
<p>NMEP/EMBARK-MT Course Coordinator</p>
</div>
</div>
<h3>Contact Us</h3>
<p>Have questions, ideas, or just eager to connect? Reach out to us at <a href="mailto:ucbmtab@gmail.com">ucbmtab@gmail.com</a>. We’re excited to hear from fellow students, faculty, and community members who share our passion for medical technology.</p>
</section>
<footer>
© 2024 Medical Technology at Berkeley
</footer>
</body>
</html>