-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·61 lines (57 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Homepage- Donut</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="icon" type="image/x-icon" href="img/favicon.png">
</head>
<body>
<header class="clearfix">
<div class="container">
<img src="img/donut.png" alt="donut icon">
<h1>donut</h1>
<nav>
<a href="#">Sign In</a>
<ul>
</ul>
</nav>
</div>
</header>
<main>
<section id="banner" class="clearfix">
<div class="container">
<h2>Build amazing company culture with Donut.</h2>
<div id="slack-button">
<a href="#">
<img id="add-to-slack-button" src="img/addToSlack.png" alt="add to slack">
</a>
</div>
<figure>
<img id="hero-image" src="img/banner-women.svg" alt="happy woman with donut">
</figure>
</div>
</section>
</main>
<section>
<div class="user">
<table>
<tr>
<td><img src="img/logo_invision.png"></td>
<td><img src="img/logo_ibm.png"></td>
<td><img src="img/logo_blueApron.png"></td>
<td><img src="img/logo_CultureAmp.png"></td>
<tr/>
<tr>
<td><img src="img/logo_Q.png"></td>
<td><img src="img/logo_meetup.png"></td>
<td><img src="img/logo_AThinkingApe.png"></td>
<td><img src="img/logo_nulogy.png"></td>
</tr>
</table>
</div>
</section>
</body>
</html>