-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
58 lines (48 loc) · 1.53 KB
/
home.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
<!DOCTYPE html>
<!-- My Portfolio Assigment 7 http://jbhportfolio.com/ -->
<html>
<head>
<title>Home</title>
<link rel="stylesheet" type="text/css" href="stylesPORTFOLIO.css">
</head>
<body>
<div class="header">
<h1><small>Warming</small><br/>World</h1>
<h2 class="page-title">Home</h2>
</div>
<div>
<nav>
<ul class="navigation-list">
<li class="navigation-list-item">
<a href="home.html">HOME</a>
</li>
<li class="navigation-list-item">
<a href="portfolio_entertainment.html">ENTERTAINMENT</a>
</li>
<li class="navigation-list-item">
<a href="portfolio_finance.html">FINANCE</a>
</li>
<li class="navigation-list-item">
<a href="portfolio_buisiness.html">BUISINESS</a>
</li>
<li class="navigation-list-item">
<a href="portfolio_fashion.html">FASHION</a>
</li>
<li class="navigation-list-item">
<a href="portfolio_travel.html">TRAVEL</a>
</li>
</ul>
</nav>
</div>
<div id="title">
<h5 class="page-title">About Me</h5>
</div>
<div class="list-article-container"></div>
<div class="item-1 article-container">
<a href="https://www.newyorker.com/latest">
<img class="palace-photo" src="Images/palace.jpg"></a>
<h4>Jessica Holoschutz</h4>
<b href="https://www.newyorker.com/books"><h3>THE GIG ECONOMY IS ESPECIALLY SUSCEPTIBLE TO SEXAL HARASSMENT</b></</h3>
<p>With ready-made materials and artifacts, Danh Bo's art recasts the historical events and political ideas that have shaped his world.</p>
<p><span><strong>By Nathan Heller</strong></span></p>
</div>