forked from CodeYourFuture/HTML-CSS-Coursework-Week1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (64 loc) · 4.81 KB
/
index.html
File metadata and controls
67 lines (64 loc) · 4.81 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
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog Wanda-grj</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="/css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script src="https://kit.fontawesome.com/c0b874b18b.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<header>
<h1><strong>Biomedical technology</strong></h1>
<a href="#readme"><strong>Read me</strong></a>
</header>
<div class="one">
<div class="photos">
<img src="/img/Lorem Ipsum colored.png" alt="photo with a name Lorem ipsum">
</div>
<h2>Hey! in this blog I want to talk about how technology is getting involve in the medicine.</h2>
<div class="photos">
<img src="/img/loren ipsum laptop.webp" alt="photo of a laptop">
</div>
</div>
<section class="article" id="readme">
<article class="text">
<h2>What is Biomedica Tecnology</h2>
<p>Biomedical technology is the application of technology and engineering to living organisms, which can involve a range of activities from designing medical equipment or conducting research. Keep reading to find out more about biomedical technology and about your educational options within this field.Biomedical technology is a broad term that combines engineering and technology to solve biological or medical problems involving humans, especially the design and use of medical equipment used to diagnose and treat various diseases. Biomedical technology can also be broken down into smaller sub-fields, like biomedical informatics, engineering, science and research.</p>
<a href="https://learn.org/articles/What_is_Biomedical_Technology.html">you can read more here</a>
</article>
<article class="secondtext">
<h2>Lets talk about HoloLens</h2>
<p>The Microsoft HoloLens opens up radically new ways for medical education as it is able to project the human body in its full size in front of med students. Thus, the organs, veins or bones will be visible accurately in 3D, and future medical professionals will be able to analyze their shape, remember their characteristics more vividly than it is possible when studying from a book. There are already some universities who plan to introduce the new technology: Case Western opened its new health education campus in collaboration with the Cleveland Clinic in 2019, where students study anatomy from virtual reality rather than cadavers.</p>
<a href="https://www.youtube.com/watch?v=h4M6BTYRlKQ&ab_channel=CaseWesternReserveUniversity">you can watch this very interesting video</a>
</article>
<article class="3rdtext">
<h2>The future of health-tech</h2>
<p>Healthcare has never looked like this before. Researchers are trying to create new hearts, livers and lungs on demand. Tiny nanorobots might one day live within us, obliterating viruses or cancer cells as they emerge. Sooner than this, implanted devices will provide physicians with real-time diagnostics on what is happening inside the body. In the fast-approaching future, rather than just living longer, we will live better.
In 2022 the world is recovering from the economic and social trauma of the covid-19 pandemic. But while the legacy of the virus is keenly felt in energy crises, supply chain issues and stunted economic growth, it had an enhancing effect too. Specifically, in the healthcare sector and study of biomedical science. Consider that consulting firm McKinsey estimates that by 2040, new technologies could reduce the total burden of disease by 6 to 10 per cent.
The great scientific effort to improve health is progressing faster than ever. Next, we alight upon three innovations that are likely to revolutionize how we care for our bodies.</p>
<a href="https://www.mckinsey.com/industries/healthcare-systems-and-services/our-insights/ten-innovations-that-can-improve-global-health">read more</a>
</article>
</section>
<footer>
<p><a href="https://github.com/WANDA-grj"><strong>Follow me on GitHub</strong></a></p>
<div class="social">
<i href="" class="fa-brands fa-facebook" ></i>
<i href="" class="fa-brands fa-twiter" ></i>
<i href="" class="fa-brands fa-youtube" ></i>
<i href="" class="fa-brands fa-instagram"></i>
</div>
</footer>
</body>
</html>