-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (40 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles.css">
<title>Discoveer the world's best design practices -- DesignBetter.co </title>
</head>
<body>
<header>
<div id="allLogo">
<div id="logo"></div>
<div id="logoText"></div>
</div>
<div id="links">
<a href="" class="middleLinks">Design Maturity Model</a>
<a href="" class="middleLinks">Books</a>
<a href="" class="middleLinks">Podcast</a>
<a href="" class="middleLinks">Workshops</a>
<a href="" class="middleLinks">Conversations</a>
</div>
<div id="subIn">
<div>
<a href="" class="button">Subscribe</a>
</div>
<div id="in"></div>
</div>
</header>
<div id="whiteBack">
<section id="top">
<div id="topText">
<h1 id="topTitle">Design maturity redefined</h1>
<h6 id="topCaption">Read this new industry-spanning report to learn how design powers business liftoff.</h6>
<a href="" class="button" id="viewReport">View the report</a>
</div>
</section>
</div>
</body>
</html>