-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (95 loc) · 4.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Azorian Solutions is a solutions consultant that specializes in WISP / FISP industry needs and technologies with extensive experience in software engineering and integration. I also provide FCC 477 / BDC submission processing services.">
<meta name="keywords" content="consulting wireless wisp networking wifi ptp ptmp access point software tower construction fwll fiber microwave licensed unlicensed millimeter-wave mmwave">
<meta name="author" content="Matt Scott @ Azorian Solutions">
<!-- TITLE -->
<title>The pursuit of perfection has been achieved. - Azorian Solutions</title>
<!-- FAVICON -->
<link href="img/favicon/favicon.ico" rel="icon">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" href="img/favicon/apple-icon.png">
<!-- BOOTSTRAP CSS -->
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<!-- FONT-AWESOME & ET-LINE-FONT CSS -->
<link rel="stylesheet" href="node_modules/fontawesome-free-6.4.0-web/css/all.min.css">
<link rel="stylesheet" href="css/et-line-font/et-line-font.css">
<!-- MAGNIFIC POPUP CORE CSS -->
<link href="css/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- OWL CAROUSEL -->
<link href="css/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="css/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
<!-- MAIN STYLE CSS -->
<link rel="stylesheet" href="css/style.css?2345453">
<!-- RESPONSIVE STYLE CSS -->
<link rel="stylesheet" href="css/responsive.css?366534">
<!-- COLORS CSS -->
<link rel="stylesheet" href="css/colors/blue.css">
</head>
<body>
<!-- ====== Preloader ====== -->
<div class="loading">
<div class="load-circle">
</div>
</div>
<!-- ======End Preloader ====== -->
<!-- ====== HEADER START ====== -->
<section class="s-header" id="home" data-scroll-index="0">
<div class="header-overlay">
<!-- ====== NAVGITION ====== -->
<nav class="navbar land-nav navbar-fixed-top">
<div class="container">
<div class="row">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<!-- logo -->
<a class="logo navbar-brand" href="/" data-scroll-nav="0">
Azorian<span>Solutions</span>
</a>
</div>
</div>
</div><!-- /.container -->
</nav>
<!-- ====== END NAVGITION ====== -->
<!-- Header Content -->
<div class="middle-c text-center">
<div class="capt">
<h1>The pursuit of <span>perfection</span> has been <span>achieved</span>.</h1>
<h3>It has been a journey serving all of my clients to my greatest ability, but it is time for me to move on to a less stressful industry.</h3>
<h3>I bid you adieu.</h3>
</div>
</div>
<!-- End Header Content -->
</div>
</section>
<!-- ====== JS ====== -->
<!-- JQUERY -->
<script src="js/jquery.v1.12.4.js"></script>
<!-- BOOTSTRAP JS -->
<script src="js/bootstrap.min.js"></script>
<!-- COUNT TO JS -->
<script src="js/jquery.countTo.js"></script>
<!-- ISOTOPE JS -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- MASONRY JS -->
<script src="js/masonry.pkgd.min.js"></script>
<!-- Magnific Popup core JS -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- PARSLEY file -->
<script src="js/parsley.js"></script>
<!-- OWL CAROUSEL JS -->
<script src="js/owl.carousel.min.js"></script>
<!-- SCROLLIT file -->
<script src="js/scrollIt.min.js"></script>
<!-- custom js -->
<script src="js/main.js"></script>
</body>
</html>