forked from Cognitive-Technology-Group/CogTechWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (77 loc) · 3.79 KB
/
index.html
File metadata and controls
89 lines (77 loc) · 3.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/img/brain.ico">
<title>Cognitive Technology Group</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/styles.css" rel="stylesheet">
<!-- Google webmastser tools verification -->
<meta name="google-site-verification" content="RFlohuKDkMGcnWaww4Ayls1mCFoqxzk5AA7oPGQsva8" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div id="nav" class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">CogTech Group</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="make.html">Make with Us</a></li>
<li><a href="forum.html">Forum</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1 id="homepage-title">Cognitive Technology Group</h1>
<h2>Welcome!</h2>
<p id="home-text">
The Cognitive Technology Group is an incubator for people interested in doing any project related to brain technology or independent brain research.
Join us to connect with equipment, other people, and a fun space to get things done.
We’re here to make it as easy as possible for designers, hackers, and cognitive scientists to try new projects with the brain.
</p>
<div id="divider"></div>
<h2>What is Cognitive Technology?</h2>
<h3>cog·ni·tive sci·ence</h3>
<p id="home-text">
the study of thought, learning, and mental organization, which draws on aspects of psychology, neuroscience, linguistics, philosophy, and computer modeling.</p>
<h3>tech·nol·o·gy</h3>
<p id="home-text">
the application of scientific knowledge for practical purposes.<br>
the branch of knowledge that deals with the creation and use of technical means and their interrelation with life, society, and the environment, drawing upon such subjects as industrial arts, engineering, applied science, and pure science.
</p>
<p>
<a class="btn btn-lg btn-danger" href="make.html" role="button">Make with Us »</a>
</p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>