-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
93 lines (67 loc) · 2.3 KB
/
Copy pathIndex.html
File metadata and controls
93 lines (67 loc) · 2.3 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Website</title>
<!-- CSS -->
<link rel="stylesheet" href="style.css" />
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/11c573c9e6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- Top Banner -->
<div class="top-banner">
<div class="container">
<div class="small-bold-text banner-text">
New to Usability Hub: Opened and Closed Card Sorting
</div>
</div>
</div>
<!-- Navbar -->
<nav>
<div class=" container main-nav flex">
<a href="#" class="campany-logo">
<img
src="bird_2.jpg"
alt="Company Logo"
style="width: 80px;"
/>
</a>
<ul class=" nav-links flex">
<li><a href="#"class="hover-links button">Home</a></li>
<li><a href="#"class="hover-links button">About</a></li>
<li><a href="#"class="hover-links button">Contact</a></li>
<li><a href="#"class="hover-links button">Services</a></li>
<li><a href="#"class="hover-links button">Products</a></li>
<li><a href="#"class="hover-links secondary-button">Sign in </a></li>
<li><a href="#"class="howver-links primary-button">Sign up </a></li>
</ul>
</div>
</nav>
<!-- Header -->
<header>
<div class="container section-header flex">
<div class="header-left">
<h1 > Design Confidently </h1> <br>
UsabilityHub is a remote user research platform <br>that takes the guesswork out of design decisions
you ca hire our Builders through our platform
Contact with us for better services.</p> <br> <hr> <br>
<a href="#" class="primary-button">Get Started</a>
</div>
<div class="header-right">
<img class="header-right-image" src="picture1.jpg" alt="Header Image" />
</div>
</div>
</header>
<!-- Companies Section -->
<section class="companies"> </section>
<!-- Features Section -->
<section class="features"> </section>
<!-- Big Features Section -->
<section class="big-features"> </section>
</body>
</html>