-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·130 lines (121 loc) · 5.45 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Artificial Minds Open Source Projects</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<nav class="nav">
<ul>
<li>
<a href="http://www.thoughtfulinnovation.co.uk/" target="_blank"><img src="images/logo.png" width="300px" height="auto"/></a>
</li>
</ul>
</nav>
<section class="content">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<p style="font-size:16px; line-height:24px; text-align:center">Technology is all around us; making our lives easier, connecting people, and even saving lives. It's involved in a large percent of everything we do, both at work and at home. Artificial Minds Offer Cortex a secure IoT solution to connect objects Simpler and make homes and industries Smarter. </p>
</div></div>
</div>
</section>
<section class="projects">
<div class="heading">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h2>OPEN SOURCE PROJECTS</h2>
</div>
</div>
</div>
</div>
<div class="project-panels">
<div class="container">
<div class="col-sm-offset-2 col-sm-8">
<div class="box1">
<div class="row">
<div class="col-sm-4">
<img src="images/project-1.jpg" width="100%" height="auto"/>
</div>
<div class="col-sm-8">
<div class="box-text">
<h3>Cortex - OS</h3>
<p>This repository is intended for use by Cortex-OS developers, to build your own version of the OS and enhance functionality.</p>
</div>
<div class="box-link">
<ul>
<li style="margin-right:5px">
<a href="#" ><img src="images/github-character.png" width="28px" height="auto"/></a>
</li>
<li>
<a href="https://github.com/ArtificialMinds/Cortex-OS" target="_blank" class="more-btn">More</a>
</li>
</ul>
</div>
</div></div>
</div>
<div class="box1">
<div class="row">
<div class="col-sm-4">
<img src="images/project-2.jpg" width="100%" height="auto"/>
</div>
<div class="col-sm-8">
<div class="box-text">
<h3>Cortex - APP</h3>
<p>This repository is intended for use by Cortex-App developers, to build and add your own features to the mobile app.</p>
<p>
The app uses [Cordova][cordova] to develop in web technologies, producing iOS and Android builds from one codebase.</p>
</div>
<div class="box-link">
<ul>
<li style="margin-right:5px">
<a href="#"><img src="images/github-character.png" width="28px" height="auto"/></a>
</li>
<li>
<a href="https://github.com/ArtificialMinds/Cortex-App" target="_blank" class="more-btn">More</a>
</li>
</ul>
</div>
</div></div>
</div>
<div class="box1">
<div class="row">
<div class="col-sm-4">
<img src="images/project-3.jpg" width="100%" height="auto"/>
</div>
<div class="col-sm-8">
<div class="box-text">
<h3>The Cortex API</h3>
<p>This repository is intended for use by Cortex developers, to build your own connected devices by defining Cortex device logic to execute in the cloud.</p>
</div>
<div class="box-link">
<ul>
<li style="margin-right:5px">
<a href="#"><img src="images/github-character.png" width="28px" height="auto"/></a>
</li>
<li>
<a href="https://github.com/ArtificialMinds/Neuron" target="_blank" class="more-btn">More</a>
</li>
</ul>
</div>
</div></div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-line">
</div>
<div class="copy-right-text">
<p>
© 2017 Artificial Minds. All rights reserved.
</p>
</div>
</footer>
</body>
</html>