-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 1.65 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
<!doctype html>
<html lang="en">
<head>
<title>ChainHeads - A Blockchain Solutions Provider</title>
<meta name="description" content="Chainheads provides consulting, development, training, and implementation of blockchain solutions to customers seeking to leverage distributed ledger technology.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/main.css">
<!-- ADD LATER
<link rel="stylesheet" media="screen and (max-width: 1299px)" href="css/medium.css">
<link rel="stylesheet" media="screen and (max-width: 600px)" href="css/small.css">
-->
</head>
<body>
<!-- Logo and title -->
<section id="logo-title">
<header class="name">
<h1 class="company-name">ChainHeads</h1>
</header>
</section>
<!-- Navigation -->
<nav>
<ul class="navlist">
<li class="nav-item"><a class="nav-links" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-links" href="#solutions">Solutions</a></li>
<li class="nav-item"><a class="nav-links" href="#about">About</a></li>
<li class="contact"><a class="nav-links" href="#contact">Contact</a></li>
</ul>
</nav>
<main>
<!-- Hero -->
<section id="hero">
<h2>Hero</h2>
</section>
<!-- Sidebar -->
<section id="sidebar">
<h3>Sidebar</h3>
</section>
<!-- Featured Work section -->
<section id="feature">
<h3>Featured</h3>
</section>
</main>
</body>
</html>