-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (40 loc) · 2.46 KB
/
index.html
File metadata and controls
45 lines (40 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Michelle Obama</title>
</head>
<body>
<div class="whole">
<main id="main">
<h1 id="title">Michelle Obama</h1>
<figure id="img-div">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4b/Michelle_Obama_2013_official_portrait.jpg"
alt="former first lady of USA, Michelle Obama" id="image">
<figcaption id="img-caption">First lady of USA</figcaption>
</figure>
<p id="tribute-info">
Michelle LaVaughn Robinson Obama (born January 17, 1964) is an American attorney and author who served as first lady of the United States from 2009 to 2017. She was the first African-American woman to serve in this position. She is married to former President Barack Obama. An Ivy League graduate <a
href="https://www.history.com/topics/first-ladies/michelle-obama" id="tribute-link" target="_blank">she built a successful career</a>, first as a lawyer, and then in the private sector, which she maintained throughout her husband’s early political career.
</p>
<p id="tribute-info">
She was initially hesitant to endorse the notion of her husband running for president because she was worried about how the campaign would affect their young girls. Despite her initial reservations, she ended up becoming a successful campaign surrogate for him. She decided to promote a number of causes when her husband was elected, including helping military families and promoting healthy eating to combat the pandemic of childhood obesity.
</p>
<p id="tribute-info">
Michelle Obama established herself as a role model for many Americans as a young mother, a fashion queen, and the first First Lady of African Americans. Michelle co-founded the Joining Forces program in 2011 with the goal of increasing the educational and job opportunities
for veterans and bringing attention to the issues that military families face. She founded the Reach Higher program to encourage young people to look at opportunities for higher education and professional development after assisting Obama in winning a second term in government.
</p>
</main>
<!-- Attribution -->
<footer class="attribution">
Challenge by <a href="https://www.freecodecamp.org/learn" target="_blank">freecodecamp</a>.
Coded by <a href="https://github.com/Timiphil">Timiphil</a>.
</footer>
</div>
</body>
</html>
</footer>
</body>
</html>