-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (108 loc) · 5.44 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
121
122
123
124
125
126
127
128
129
130
131
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!--
Template 2091 Ziggy
http://www.tooplate.com/view/2091-ziggy
-->
<title>Revere CyberTech</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/tooplate-style.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<section class="first-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="text-content">
<h2>Revere CyberTech</h2>
<div class="line-dec"></div>
<span>AI Solutions Protecting American Military Forces</span><br>
<br>
<br>
<br><h5>Learn More Below</h5>
</div>
</div>
</div>
</div>
</section>
<section class="second-section">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="service-item">
<div class="icon">
<img src="img/first-icon.png" alt="">
</div>
<h4>Augmented and Virtual Reality</h4>
<p>AR and VR will transform the way soldiers and law enforcement consume pertinent information. Revere CyberTech is currently developing wearable technology and independent AR software for wearable technology.</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<div class="icon">
<img src="img/second-icon.png" alt="">
</div>
<h4>Smart Health</h4>
<p>Combat medics and First Responder health professionals are tasked with the unique challenge of treating wounded soldiers while continuing the fight. Medical technologies are being developed to lighten the burden on their shoulders.</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<div class="icon">
<img src="img/third-icon.png" alt="">
</div>
<h4>Meta Data Analysis</h4>
<p>Machines are good at consuming huge volumes of data, developing patterns based on that data, and drawing conclusions based on those patterns. In practice, there are several reliable sources for this data. The collection and analysis of this data will assist the intelligence community.</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<div class="icon">
<img src="img/fourth-icon.png" alt="">
</div>
<h4>Task Automation</h4>
<p>Soldiers and law enforcement officials have dangerous jobs. At a macro level, AI can be leveraged to not only lessen the dangers associated with those jobs but also improve individual effectiveness.</p>
</div>
</div>
</div>
</div>
</section>
<section class="third-section">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="left-image col-md-4">
<img src="img/left-image.png" alt="">
</div>
<div class="right-text col-md-8">
<h4>We design and build AI tools</h4><br>
<p><big>In many ways, American defense is losing its advantage over foreign militaries. This is mainly due to the slow pace in which the DoD has embraced and adopted AI technologies. Revere CyberTech was started by an MIT computer science student and Army ROTC cadet interested in leveraging the power of machine learning to protect American interests.<big></p><br>
<br>
<br>
<br><p>Direct inquiries to <mark>[email protected]</mark?</p>
</div>
</div>
</div>
</div>
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>