-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.37 KB
/
Copy pathindex.html
File metadata and controls
40 lines (36 loc) · 1.37 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FIGLAB</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<img src="images/figlab_logo.png" alt="" class="logo">
<ul>
<li class="services">Services</li>
<li class="career">Career</li>
<button class="btn-primary">Launch your product</button>
</ul>
</nav>
<div class="banner-container">
<div class="banner-content">
<h1>We build exceptional <span>web applications.</span></h1>
<p>Our product-focused teams help brands, organizations, and startups <strong>ideate and launch</strong> digital products with a fully aligned process that puts users first.</p>
<p>Leverage our expertise for your next web or application development project, or <strong>augment your product</strong> team with short and long-term contract options.</p>
<button class="btn-secondary">Launch your product</button>
</div>
<div class="banner-img">
<img src="images/banner_photo.png" alt="">
</div>
</div>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>