-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
84 lines (84 loc) · 6.68 KB
/
about.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bro Pramish</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<header>
<nav>
<div class="centerNav fadeInDown">
<div class="navLinks left">
<a href="./index.html">Home</a>
<a href="#">Phototours</a>
<a href="./about.html">About</a>
</div>
<a class="brand" href="./"><img class="img-responsive animated pulse" src="images/logo.svg" alt=""></a>
<div class="navLinks right">
<a href="#">Testimonials</a>
<a href="#">FAQ</a>
<a href="#">Contact</a>
</div>
</div>
</nav>
</header>
<main class="container-fluid">
<div class="welcome">
<div class="content animated pulse fadeInUp">
<h1>ABOUT US</h1>
<h5>GET A STEP CLOSER</h5>
<a href="#more"><button class="btn buttonN learn-more">Learn more</button></a>
</div>
</div>
<div id="more">
<h5>WHO ARE WE?</h5>
<h1>WE ARE ONE OF THE MOST EXPERIENCED TRAVEL-MATE YOU'LL EVER MEET</h1>
<div class="more-text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<h5>WHAT DO WE DO?</h5>
<h1>WE NOT ONLY MAKE YOUR TRAVEL EASIER BUT ALSO YOUR MEMORY</h1>
<div class="more-text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<h5>WHERE ARE WE?</h5>
<h1>WE ARE AT 150 PLACES INSIDE NEPAL, 100 PLACES OUTSIDE</h1>
<div class="more-text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
<div class="honors">
<h3>WE ARE GLOBALLY CERTIFIED</h3>
<div class="certs">
<div class="wrap">
<div class="cert-i"><i class="fa fa-times"></i></div>
<div class="cert-i"><i class="fa fa-bars"></i></div>
<div class="cert-i"><i class="fa fa-facebook"></i></div>
<div class="cert-i"><i class="fa fa-sticky-note-o"></i></div>
<div class="cert-i"><i class="fa fa-bar-chart"></i></div>
<div class="cert-i"><i class="fa fa-bath"></i></div>
</div>
</div>
</div>
<div class="highlight">
<div class="highlight-content">
<p>TOUR HIGHLIGHT</p>
<h2>WESTERN ICELAND</h2>
<h6>MAY 4<sup>th</sup> - 12<sup>th</sup> 2017</h6>
<button class="btn full-details">FULL DETAILS</button>
</div>
</div>
</main>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/core.js"></script>
</body>
</html>