-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (67 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Fraction Analytics</title>
<link rel="shortcut icon" href="https://www.cyberdudenetworks.com/client-login/assets/images/favicon.png"
type="image/x-icon">
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700%7COpen+Sans&display=swap" />
<!-- Libraries -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Custom styling -->
<link rel="stylesheet" href="./assets/css/util.css">
<link rel="stylesheet" href="./assets/css/animation.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<div class="wrapper">
<!-- Header -->
<header>
<img class="logo" src="./assets/img/Lion.png" width="140" alt="Logo" />
<nav>
<ul>
<li><a href="home">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="projects">Projects</a></li>
</ul>
</nav>
<button> <i class="fa fa-envelope-o" /></i> Contact Us</button>
</header>
<!-- End Header -->
<!-- Main Content -->
<div class="content">
<div class="hero-info m-50" style="flex-basis: 640px;">
<h1>Keep your business safe with <span class="locale"> Fraction Analytics</span></h1>
<p>Video analytics is a technology that processes a digital video signal using a special algorithm to perform a security-related function.That is, they try to determine if an unwanted or suspicious behavior is occurring in the field of view of a video camera and the algorithm notifies the console operator of the finding.
</p>
<a class="btn btn-outline" target="_blank"> <i
class="fa fa-video-camera"></i> Learn now</a>
<div class="social-links">
<ul>
<li><a href="https://www.facebook.com" target="_blank"
class="btn-social bg-facebook">
<i class="fa fa-facebook"></i> Facebook
</a></li>
<li><a href="https://www.youtube.com" target="_blank"
class="btn-social bg-youtube">
<i class="fa fa-youtube"></i> YouTube
</a></li>
<li><a href="https://www.instagram.com" target="_blank"
class="btn-social bg-instagram">
<i class="fa fa-instagram"></i> Instagram
</a></li>
</ul>
</div>
</div>
<img src="assets/img/undraw_researching_22gp.svg" alt="Learning">
</div>
<!-- End Main Content -->
<!-- Footer -->
<footer>
</footer>
<!-- End Footer -->
</div>
</body>
</html>