-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
143 lines (104 loc) · 4.98 KB
/
404.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
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="xorc.tech - xray realtime distributed orchestration platform">
<meta name="author" content="xorc.tech">
<meta name="generator" content="Hugo 0.89.4" />
<title>xorc.tech - home of the Xray Orchestration Platform</title>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="https://xorc.tech/images/favicon.ico" />
<!-- Stylesheets -->
<!-- Themefisher Icon font -->
<link rel="stylesheet" href="https://xorc.tech/plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="https://xorc.tech/plugins/bootstrap/dist/css/bootstrap.min.css">
<!-- Lightbox.min css -->
<link rel="stylesheet" href="https://xorc.tech/plugins/lightbox2/dist/css/lightbox.min.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="https://xorc.tech/plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://xorc.tech/plugins/slick-carousel/slick/slick-theme.css">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-129782477-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Main Stylesheet -->
<link rel="stylesheet" href="/css/style.min.css">
</head>
<body id="body">
<!-- Fixed Navigation -->
<section class="header navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-md">
<a class="navbar-brand" href="https://xorc.tech/">
<img src="https://xorc.tech/images/xorcio.png" alt="logo" width="150px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="tf-ion-android-menu"></span>
</button>
<div id="drapeaux">
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://xorc.tech/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#contribute">Contribute</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section>
<section class="page-404 text-center d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, but the page you were trying to view does not exist.</p>
<a href="https://xorc.tech/" class="btn btn-main mt-20">Go Home</a>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="https://xorc.tech/plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="https://xorc.tech/plugins/bootstrap/dist/js/popper.min.js"></script>
<script src="https://xorc.tech/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Parallax -->
<script src="https://xorc.tech/plugins/parallax/jquery.parallax-1.1.3.js"></script>
<!-- lightbox -->
<script src="https://xorc.tech/plugins/lightbox2/dist/js/lightbox.min.js"></script>
<!-- Slick Carousel -->
<script src="https://xorc.tech/plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Portfolio Filtering -->
<script src="https://xorc.tech/plugins/mixitup/dist/mixitup.min.js"></script>
<!-- Smooth Scroll js -->
<script src="https://xorc.tech/plugins/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAZ6VxNSNDlGNZZB2_KTAM6TD2q_myKeq0"></script>
<!-- Custom js -->
<script src="https://xorc.tech/js/script.js"></script>
</body>
</html>