-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path14-4.html
More file actions
34 lines (27 loc) · 698 Bytes
/
14-4.html
File metadata and controls
34 lines (27 loc) · 698 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>이노</title>
<meta charset="utf-8">
<link rel="stylesheet" href="14-4_styles.css">
</head>
<body>
<div id="navbar">
<h2>IN'O</h2>
</div>
<div id="banner"></div>
<div id="info">
<div class="helper"></div><div id="line">
<h2>Portfolio</h2>
<h1>Make Hardware Soft</h1>
<p>IN'O is a hanger-type bluetooth speaker that does not merely focus on its audio features. It naturally blends into your life through lean UX and minimal design.</p>
</div>
</div>
<div id="div3"></div>
<div id="div4"></div>
<div id="div5">
<div class="helper"></div><a href="#">VIEW MORE</a>
</div>
<div id="div6"></div>
</body>
</html>