-
Notifications
You must be signed in to change notification settings - Fork 0
/
vacation.html
135 lines (105 loc) · 3.98 KB
/
vacation.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<title>Eugene Ebere - Portfolio</title>
<meta charset="UTF-8">
<meta name="description" content="Eugene Ebere - Portfolio">
<meta name="keywords" content="personal, portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/reset.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Fonts
================================================== -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700" rel="stylesheet">
<!-- Icon Fonts
================================================== -->
<link rel="stylesheet" href="icon-fonts/etlinefont/style.css"/>
<!-- Font icons -->
<link rel="stylesheet" href="icon-fonts/fontawesome-5.0.6/css/fontawesome-all.min.css"/>
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="outer">
<div class="inner">
<div class="percentage"></div>
</div>
</div>
</div>
<!--/Preloader -->
<!-- HEADER
================================================== -->
<nav class="navbar">
<span >
<a href="index.html" class="carousel-control-prev-icon" style="margin: 2rem 5rem"></a>
</span>
</nav>
<!-- Full Menu -->
<!-- PAGE CONTENT
================================================== -->
<div class="container">
<div class="page-content about-page">
<div class="page-title top_90 bottom_60">
<h1 class="title">Vacation Handler</h1>
<div class="zigzag">
<svg viewBox="0 0 69.172 14.975" width="37" height="28" y="0px" x="0px" xmlns="http://www.w3.org/2000/svg">
<path d="M1.357,12.26 10.807,2.81 20.328,12.332
29.781,2.879 39.223,12.321 48.754,2.79 58.286,12.321"/>
</svg>
</div>
</div>
</div>
<!-- Portfolio Detail -->
<div class="col-lg-8 offset-lg-2">
<p class="about-text text-center">Vacation Handler is an app that tries to ensure you have the
vacation that you always dreamed of by giving you access to various locations for your vacation.</p>
<!-- Portfolio List-->
<div class="col-lg-6 offset-lg-3 top_90 bottom_120">
</div>
</div>
</div>
</div>
</div> <!-- wrapper end -->
<!-- FOOTER
================================================== -->
<footer>
<div class="container padding_90">
<div class="row">
<div class="col-lg-9">
<div class="social">
<a href="https://twitter.com/Eugene_Euggy"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/eugeneebere/?hl=en"><i class="fab fa-instagram"></i></a>
<a href="htpps://dribbble.com/Eugene_ebere"><i class="fab fa-dribbble"></i></a>
</div><br>
<p></p><br>
<p>+234 706 471 9254</p>
<p>[email protected]</p>
</div>
<div class="col-lg-3">
<div class="uptotop">up to top</div>
</div>
</div>
</div>
</footer>
<!-- Javascripts -->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/packery-mode.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/main.js"></script>
</body>
</html>