-
Notifications
You must be signed in to change notification settings - Fork 1
/
jabberwocky.html
127 lines (120 loc) · 4.58 KB
/
jabberwocky.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="/static/css/banner-styles.css" />
<link rel="stylesheet" href="style/style.css" type="text/css" media="screen">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Karla:400,400italic,700' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Veridian Dynamics - We make everything better. Sometimes.</title>
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="slick/slick.js"></script>
<link rel="stylesheet" href="slick/slick.css">
</head>
<body id="jabberwocky">
<header>
<!--<img src="image/logo.png" alt='Your Good Souls' height='107' width='438'>-->
<h1>
<img id='largeLogo'class="resize" src="image/logo.png" alt="Veridian Dynamics" width="643" height="280">
</h1>
<nav>
<ol>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="activePage">Jabberwocky</li>
<li><a href="projects.html">Projects</a></li>
<li><a href="apply.html">Apply</a></li>
<li><a href="apologies.html">Apologies</a></li>
</ol>
</nav>
<!--<h2>Pecunia praeest hominibus</h2>-->
</header>
<h1>Introducing <i>Jabberwocky</i></h1>
<!--<p>Veridian Dynamics is a company built on money, and people.</p>-->
<article class="card center">
<section class="third">
<p>
<i>A revolution is coming.</i>
<br/>
<br/> Business is changing. Changing at the speed of information.
</p>
</section>
<section class="third">
<p>
<i>Whoever adapts first wins.</i>
<br/>
<br/> In order to compete, we innovate. In order to innovate, we redefine.
</p>
</section>
<section class="third">
<p>
<i>How do we redefine?</i>
<br/>
<br/> With a new definition.
</p>
</section>
</article>
<div class="dark">
<article class="card">
<h2 class="center">Imagine a new way to do business</h2></article>
<img class="resize" src="image/cheetah1.png" alt='Faster than a cheetah.' height='550' width='1920'>
<article class="card tight">
<p class="center big"><i>Faster</i> than a cheetah</p>
</article>
<img class="resize" src="image/cheetah2.png" alt='Stronger than another cheetah.' height='550' width='1920'>
<article class="card tight">
<p class="center big"><i>Stronger</i> than another cheetah</p>
</article>
<img class="resize" src="image/whale.jpg" alt='More magnificent than a whale.' height='550' width='1920'>
<article class="card tight">
<p class="center big">more <i>Magnificent</i> than a fish, or a whale</p>
</article>
<article class="card center">
<p><i>So what is it? what is it exactly that will revolutionize the
way we do business? Simple. It's...</i></p>
<h1 class='tight giant'><i>JABBERWOCKY</i></h1>
<p>The game is changing. Right now. Coming 2017-07-07</p>
<br/>
<br/>
<br/>
</article>
</div>
<footer>
<div>
<section id="left">
<h3>Social</h3>
<ul>
<li>
<a href="https://twitter.com/share" class="fa fa-twitter fa-2x"></a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.html?u=https%3A%2F%2Fparse.com" class="fa fa-facebook fa-2x"></a>
</li>
<li>
<a href="<? echo $gplusmsg ?>" class="fa fa-google-plus fa-2x"></a>
</li>
<li>
<a href="https://linkedin.com/" class="fa fa-linkedin fa-2x"></a>
</li>
<li>
<a href="https://pinterest.com/" class="fa fa-pinterest fa-2x"></a>
</li>
<li>
<a href="https://tumblr.com/" class="fa fa-tumblr fa-2x"></a>
</li>
</ul>
</section>
<section id="right">
<h3>Disclaimer</h3>
<p>Here at Veridian Dynamics, we care about <i>you.</i> That's why, by visiting this site, you agree to suspend all of your rights. Because we <i>care</i>.
<br/>
<br/> Veridian retains rights to all content generated while users browse this site.
</p>
</section>
</div>
</footer>
</body>
</html>