-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (75 loc) · 4.66 KB
/
index.html
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
68
69
70
71
72
73
74
75
76
<head>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<main id="main-doc">
<header id="header">
<img id="header-img" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/13/Brain_logo.svg/1200px-Brain_logo.svg.png" alt="ADHD Brain Logo" />
<h1> Understanding ADHD </h1>
</header>
<nav id="navbar">
<header>
<a class="nav-link" href="#Information">Information</a>
<a class="nav-link" href="#Symptoms">Symptoms</a>
<a class="nav-link" href="#Treatment">Treatment</a>
<div>
<a class="nav-link" href="#Helpful_Links">Helpful Links</a>
<a class="nav-link" href="#Videos">Videos</a>
</header>
</nav>
<body>
<section class="main-section" id="Information">
<header class="section_header">
Information
</header>
<p> ADHD is a chronic condition that, if left untreated, can cause significant distress throughout one's life. The symptoms of ADHD are liable to impose themselves upon such areas as one's job, personal and professional relationships, social engagements, etc. 9.4% of children in the US have been diagnosed with ADHD as of 2016 according to the CDC. It's important to remember that not everyone who is 'high energy' has ADHD, and intelligence has nothing to do with the medical disorder.</p>
</section>
<section class="main-section" id="Symptoms">
<header class="section_header">
Symptoms
</header>
<p> Some common symptoms of ADHD include having trouble focusing or concentrating on tasks, being forgetful about completing tasks, being easily distracted,
having difficulty sitting still, and interrupting people while they’re talking.</p>
<p>Hyperactivity, impulsivity, and difficulty focusing may also be experienced in someone who has ADHD. For a more complete list, be sure to read more <a href="#Helpful-Links">here</a>.</p>
</section>
<section class="main-section" id="Treatment">
<header class="section_header">
Treatment
</header>
<p> According to Healthline, treatment for ADHD can involve behavioral therapies, cognitive therapies, medication, or a combination of these options. For more details about therapuetic strategies and medications, see the list below: </p>
<ul class="treat-list">
<li>Psychotherapy</li>
<li>Behavioral Therapy</li>
<li>Medical Stimulants such as Methylphenidate (Ritalin) and Amphetamine-based Stimulants (Adderall).</li>
<li>Nonstimulant Medications such as atomoxetine (Strattera) and bupropion (Wellbutrin).</li>
</ul>
</section>
<section class="main-section" id="Helpful_Links">
<header class="section_header">
Helpful Links
</header>
<p> For further reading, try checking out a few of these websites: </p>
<ul>
<li><a href="https://www.cdc.gov/ncbddd/adhd/facts.html#:~:text=ADHD%20is%20one%20of%20the,)%2C%20or%20be%20overly%20active." target="_blank" >CDC</a></li>
<li><a href="https://www.psychiatry.org/patients-families/adhd/what-is-adhd" target="_blank" >Psychiatry.org</a></li>
<li><a href="https://www.nimh.nih.gov/health/topics/attention-deficit-hyperactivity-disorder-adhd" target="_blank" >National Institue of Mental Health</a></li>
<li><a href="https://chadd.org/" target="_blank" >CHADD.org</a></li>
<li><a href="https://www.healthline.com/health/adhd" target="_blank" >Healthline</a></li>
</ul>
</section>
<section class="main-section" id="Videos">
<header class="section_header">
Videos
</header>
<div id="container">
<iframe id="vid" width="560" height="315" src="https://www.youtube.com/embed/vQRh_VMA7Vc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe id="vid" width="560" height="315" src="https://www.youtube.com/embed/Ae1X8HZunok" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe id="vid" width="560" height="315" src="https://www.youtube.com/embed/9ZUaDIxHqT4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe id="vid" width="560" height="315" src="https://www.youtube.com/embed/Am-XbS0y0hE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
</body>
</html>
<footer>
<p> @ copyright 2023 Charli Hueter </p>
</footer>
</main>