-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainWebsite.html
42 lines (39 loc) · 1.93 KB
/
MainWebsite.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
<!DOCTYPE html>
<html>
<head>
<title>Hung Tran</title>
<link rel = "stylesheet" type = "text/css" href = "Style.css">
</head>
<body>
<header id = "MainHeader" >
<div class = "Container">
<h1> Hung Tran </h1>
</div>
</header>
<nav id = "NavigationMenu">
<div class = "Container" >
<ul>
<li> <a href = "#"> About Me </a></li>
<li> <a href = "#"> Work Experience </a></li>
<li> <a href = "#"> Contact Info </a></li>
</ul>
</div>
</nav>
<section id = "ProfilePicture">
<p><img src="Potrait.jpg" style="display: block; margin-left: auto; margin-right: auto"> </p>
</section>
<div class = "Container">
<section id = "MainBody">
<p>But we do know what happened when the two men held a joint press conference on Monday. Journalists bluntly conveyed shock at what they had just witnessed.
That shock and concern continued to dominate the coverage a full 24 hours later. The White House stayed mostly silent and by midday on Tuesday, there
was still no afternoon press briefing on the daily schedule.
Even some of the president's biggest boosters on Fox News conceded that Trump had made a big mistake in Helsinki.
"I will say this to the President," "Fox & Friends" co-host Brian Kilmeade said Tuesday morning. "When Newt Gingrich, when General Jack Keane,
when Matt Schlapp say the President fell short and made our intelligence apparatus look bad, I think it's time to pay attention."
Kilmeade claimed it was "easily correctable."
That's debatable. The tone of Monday and Tuesday's news coverage suggested that there will be long memories of Monday's press conference.
</p>
</section>
</div>
</body>
</html>