-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
118 lines (111 loc) · 5.71 KB
/
about.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
<!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="js/jquery.min.js"></script>
<script src="slick/slick.js"></script>
<link rel="stylesheet" href="slick/slick.css">
</head>
<body id="about">
<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 class="activePage">About</li><li><a href="jabberwocky.html">Jabberwocky</a></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>Learn <i>About</i> Us</h1>
<!--<p>Veridian Dynamics is a company built on money, and people.</p>-->
<article class="card center">
<section class="third">
<p>
<i>Veridian Dynamics is a family, just like yours.</i>
<br/><br/>
But we don't
waste our time with game night. We put our family to
work. We mean real work. Not just raking the yard.
</p>
</section>
<section class="third">
<p>
<i>Our family works for every member of your
family.</i>
<br/><br/>
Even the
dead ones. And we're working to bring them back and copy them,
in case you lose them again.
</p>
</section>
<section class="third">
<p>
<i>We love our Veridian Dynamic family.</i>
<br/><br/>
Which is why we
work nights, weekends, and major holidays. Because that's when
families should be together.
</p>
</section>
</article>
<img class="resize" src="image/pic3a.png" alt='Veridian is a family.' height='550' width='900'>
<!-- <article class="card" id="family">
<section>
<h2>Family</h2>
<a href="/web/20160707213346/http://www.flickr.com/photos/safari_vacation/7496765660/">SalFalko</a> via <a href="/web/20160707213346/http://photopin.com">photopin</a> <a href="/web/20160707213346/http://creativecommons.org/licenses/by-nc/2.0/">cc</a>
<p><i>Veridian Dynamics is a family, just like yours.</i>
<br/><br/>
But we don't
waste our time with game night. We put our family to
work. We mean real work. Not just raking the yard.
<br/><br/>
<i>Our Veridian Dynamic family works for every member of your
family.</i>
<br/><br/>
Even the
dead ones. And we're working to bring them back and copy them,
in case you lose them again.
<br/><br/>
<i>We love our family.</i>
<br/><br/>
Which is why we
work nights, weekends, and major holidays. Because that's when
families should be together.</p>
</section>
<section>
<img class="resize" src="image/pic3a.png" alt='Veridian is a family.' height='729' width='900'>
<a href="apply.html"><i>Join the Veridian Dynamics family today.</i></a>
</section>
</article>-->
<footer>
<div>
<section id="left">
<h3>Social</h3>
<ul>
<li><a href="/web/20160707213346/https://twitter.com/share" class="fa fa-twitter fa-2x"></a></li>
<li><a href="/web/20160707213346/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="/web/20160707213346/https://linkedin.com/" class="fa fa-linkedin fa-2x"></a></li>
<li><a href="/web/20160707213346/https://pinterest.com/" class="fa fa-pinterest fa-2x"></a></li>
<li><a href="/web/20160707213346/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>