-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
198 lines (178 loc) · 9.27 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!doctype html>
<html lang="en">
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<!--My CSS-->
<link rel="stylesheet" href="css/style.css">
<title>HISTORIAN OF THE FUTURE</title>
</head>
<body>
<header>
<!--Navigation-->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
CHARLES <strong>OSTMAN</strong>
<br>
<small> Historian of the future </small>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="mission.html">Mission</a>
</li>
<li class="nav-item">
<a class="nav-link" href="archive.html">Archive</a>
</li>
<li class="nav-item">
<a class="nav-link" href="content.html">Content</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#anchor" class="nav-link"><strong>LOG IN</strong></a></li>
</ul>
</div>
</div>
</nav>
</header>
<!--Carousel-->
<section id="carousel">
<div id="slides" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#slides" data-slide-to="0" class="active"></li>
<li data-target="#slides" data-slide-to="1"></li>
<li data-target="#slides" data-slide-to="2"></li>
<li data-target="#slides" data-slide-to="3"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/background.jpg">
</div>
<div class="carousel-item">
<img src="img/cover.jpg">
<div class="carousel-caption">
<h1 class="display-4">Evolution into the next millennium </h1>
<p> "What appears to be the future for many, is already the past for some, who are now unfolding it into the present" </p>
</div>
</div>
<div class="carousel-item">
<img src="img/cover2.jpg">
<div class="carousel-caption">
<p>At the intersection of transformative technologies and evolutionary paradigms...</p>
<h1 class="display-4"> Evolution tends to favor the most adaptive, rather than merely the "fittest". </h1>
</div>
</div>
<div class="carousel-item">
<img src="img/cover3.jpg">
<div class="carousel-caption">
<h1 class="display-4">"Evolution tends to be a trauma induced process"</h1>
<p> Given that the periodicity and amplitude of the encountered trauma cycles do not exceed the system capacity to respond, it will adapt and evolve to a more functional form, or perish. </p>
</div>
</div>
</div>
</div>
</section>
<!--divider-->
<hr class="my-4">
<!--Log in-->
<div id="form">
<a id="anchor"></a>
<form>
<h3> JOIN OUR MEMBER AREA | <strong> LOG IN </strong> </h3>
<div class="form-group">
<label for="inputEmail1">Email address</label>
<input type="email" class="form-control" id="inputEmail1" required>
</div>
<div class="form-group">
<label for="inputPassword1">Password</label>
<input type="password" class="form-control" id="inputPassword1">
</div>
<button type="submit" class="btn btn-primary btn-lg">LOG IN</button>
</form>
</div>
<!--divider-->
<hr class="my-4">
<!--background-->
<section id="plx">
<div class="container">
<div class="title text-center">
<h2>"Knowledge and process management complexity, scale, and velocity is exceeding human capacity for mission critical decision rendering compressed into ever shortening time scales, in a hyperconnected operational ecosystem."</h2>
</div>
</div>
</section>
<!--More Info Three Columns-->
<section id="cards">
<div class="text-center">
<h3>WORDS TO INPIRE, EMPOWER AND EDUCATE </h3>
</div>
<div class="card-deck text-center">
<div class="col-lg-4">
<div class="card">
<img src="img/blog1.webp" class="card-img-top" alt="Intelligent Panspermia">
<div class="card-body">
<h5 class="card-title">The Intelligent Panspermia Protocol</h5>
<p class="card-text">The purpose of the intelligent panspermia (Greek term for “the spreading of seeds) agenda would be to enable a form of pre-emptive “version control” of emergent civilizations in relative proximity solar systems.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<img src="img/blog2.webp" class="card-img-top" alt="Existence Matrices">
<div class="card-body">
<h5 class="card-title">Evolving Existence Matrices</h5>
<p class="card-text">A state of personal existence, in which biological DNA has been the data set that codifies our existence template in the real world, projected to physical proximity in localized time, has become less relevant than the “virtual DNA” of our virtual existence template, which is not limited to physical proximity and localized time, but instead is projected to the entire planet, in real time, all the time.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<img src="img/blog3.webp" class="card-img-top" alt="Quantum Age">
<div class="card-body">
<h5 class="card-title">Entering the Quantum Age</h5>
<p class="card-text">An argument can be made that we are entering what could be termed as "the quantum age", a era in which the seemingly "impossible" not only becomes possible, but mandatory in this next increment of accelerating evolutionary morphology.</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-6">
<p>CALL : 707 861 9445</p>
<p>TEXT : 707 243 3186 </p>
</div>
<div class="col-md-6">
<a href="mailto:charles.ostman@historianofthefuture.com"> charles.ostman@historianofthefuture.com </a>
<br>
<a href="mailto:charles.ostman@gmail.com"> charles.ostman@gmail.com</a>
</div>
<div class="col-12">
<hr class="light">
<h5>Copyright © 2004-2020</h5>
</div>
</div>
</div>
</footer>
<!--Bootstrap JS Queries-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>