-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,200,200italic,300,600&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="reset.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>ReachExpo</title>
</head>
<body>
<header>
<img id="logo" src="logo.png" alt="Reach Expo">
<nav class="menu">
<a href="#">Features</a>
<a href="#">Pricing</a>
<a href="#" class="active">Enquire</a>
</nav>
</header>
<main>
<section>
<h1 class="heading">Your virtual expedition platform.</h1>
<p class="sub-heading">Providing both the exhibitor and the visitors with a full experience and a genuine connection with the event.</p>
</section>
<section>
<p class="events">Events</p>
<p class="events-para">Tell her she looks thin. That's a popular name today. Little "e", big B? We'll need to have a look inside you with this camera. And I'd do it again! And perhaps a third time! But that would be it. Leela, are you alright?</p>
<a href="" class="text-button">Text button →</a>
</section>
</main>
</body>
</html>