-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (70 loc) · 1.88 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
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Codify Academy's 37Signals Replication">
<meta name="keywords" content="Codify Academy, 37Signals Replication">
<meta name="author" content="Chris Brody @ Codify Academy">
<title>37signals: Web-based collaboration apps for small business</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Crimson+Text" rel="stylesheet" type="text/css">
<link rel="icon" type="image/ico" href="favicon.ico">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<nav>
<ul>
<li>
<a href="#">Company blog</a>
</li>
<li>
<a href="#">Our story</a>
</li>
<li>
<a href="#">Follow us on Twitter</a>
</li>
<li>
<a href"#">System status</a>
</li>
<li>
<a href="#" class+"signin">Sign in</a>
</li>
</ul>
</nav>
<header>
<img src="http://codifyacademy.com/salespage/img/logo-37s-large.png" alt="37signals logo">
<h1> Making collaboration productive and enjoyable for people everyday. </h1>
<h5>
"Frustration=free web-based apps for collaboration, sharing information, and making decisions."
</h5>
</header>
<section class="products">
<a href="#" class="bc">
<img src="img/logo-bc.png" alt="Basecamp Tool">
<h3>
<span>Basecamp</span>
<sup>®</sup>
</h3>
<h4>Manage Projects</h4>
<p>Used by millions for project management.</p>
</a>
<a href="#" class="hr">
<img src= "img/logo-hr.png" alt="Highrise Tool">
<h3>
<span>Highrise</span>
<sub>®</sub>
</h3>
<h4>Manage Contacts</h4>
<p>Know the people you do business with.</p>
</a>
<a href="#" class="cf">
<img src="img/logo-cf.png" alt="Campfire Tool">
<h3>
<span>Campfire</span>
<sup>™</sup>
</h3>
<h4>Work in Real Time</h4>
<p>Group chat rooms for your business without lag.</p>
</a>
</section>
</body>
</html>