瀏覽代碼

front page revised with content

bmallred 11 年之前
父節點
當前提交
86ad1d4f7e
共有 14 個文件被更改,包括 269 次插入53 次删除
  1. 二進制
      images/analyze.jpg
  2. 二進制
      images/develop.jpg
  3. 二進制
      images/logo-android.png
  4. 二進制
      images/logo-dotnet.png
  5. 二進制
      images/logo-html5.png
  6. 二進制
      images/logo-jquery.png
  7. 二進制
      images/logo-python.png
  8. 二進制
      images/logo-sharepoint.png
  9. 二進制
      images/maintain.jpg
  10. 12 3
      index.html
  11. 5 1
      partials/company.html
  12. 47 11
      partials/home.html
  13. 12 0
      partials/services.html
  14. 193 38
      styles/site.css

二進制
images/analyze.jpg


二進制
images/develop.jpg


二進制
images/logo-android.png


二進制
images/logo-dotnet.png


二進制
images/logo-html5.png


二進制
images/logo-jquery.png


二進制
images/logo-python.png


二進制
images/logo-sharepoint.png


二進制
images/maintain.jpg


+ 12 - 3
index.html

39
39
40
		<div id="container">
40
		<div id="container">
41
			<div id="header">
41
			<div id="header">
42
				<div id="logo"><a href="#/" title="Revolving Cow"><img src="blank.gif" alt="Revolving Cow" /></a></div>
42
				<div id="logo" style="display: none;"><a href="#/" title="Revolving Cow"><img src="blank.gif" alt="Revolving Cow" /></a></div>
43
			</div>
43
			</div>
44
			<div id="content">
44
			<div id="content">
45
				<div ng-view></div>
45
				<div id="ng-view" ng-view></div>
46
			</div>
46
			</div>
47
		</div>
47
		</div>
48
48
64
				</div>
64
				</div>
65
			</div>-->
65
			</div>-->
66
66
67
			<div id="logo-slider">
68
				<img src="images/logo-dotnet.png" alt="Microsoft .NET" />
69
				<img src="images/logo-sharepoint.png" alt="Microsoft SharePoint" />
70
				<img src="images/logo-jquery.png" alt="jQuery" />
71
				<img src="images/logo-android.png" alt="Android" />
72
				<img src="images/logo-python.png" alt="Python" />
73
				<img src="images/logo-html5.png" alt="HTML5" />
74
			</div>
75
67
			<div id="social">
76
			<div id="social">
68
				<ul>
77
				<ul>
69
					<li><a href="//plus.google.com/114406518580005058024" title="Google&#43;" rel="publisher">Google&#43;</a></li>
78
					<li><a href="//plus.google.com/114406518580005058024" title="Google&#43;" rel="publisher">Google&#43;</a></li>
70
					<li><a href="//twitter.com/RevolvingCow" title="&#64;RevolvingCow">Twitter</a></li>
79
					<li><a href="//twitter.com/RevolvingCow" title="&#64;RevolvingCow">Twitter</a></li>
71
					<li><a href="" title="LinkedIn">LinkedIn</a></li>
80
					<li><a href="//www.linkedin.com/company/revolving-cow-llc" title="LinkedIn">LinkedIn</a></li>
72
				</ul>
81
				</ul>
73
			</div>
82
			</div>
74
83

+ 5 - 1
partials/company.html

4
4
5
<h2>Origins</h2>
5
<h2>Origins</h2>
6
6
7
<p>Founded in 2013 mainly as an excuse to manage our own timelines and incorporate more "play" in to our daily routines.</p>
7
<p>Founded in 2013 mainly as an excuse to manage our own timelines and incorporate more "play" in to our daily routines.</p>
8
9
<h2>Getting to know the herd</h2>
10
11
<p>An enthusiastic bunch who enjoy exploring possibilities over some warm sake (does that make us Wagyu?). The ability to think outside the pasture has allowed us to apply creative working solutions to a variety of problems where our competitors may spend more time and effort getting the square peg in to the circle hole.</p>

+ 47 - 11
partials/home.html

1
<!-- <img src="/images/fast-efficient-lightweight.png" alt="Fast, efficient, and lightweight" /> -->
2
<h2>Fast, efficient, and lightweight</h2>
3
4
<p>Practicing the "test first" philosophy our code is more likely to run longer and more efficiently.</p>
5
<p>With a strong belief in not over complicating a problem we strive to find the core issues and approach them with simple and sound solutions.</p>
6
7
<!-- <img src="/images/limber.png" alt="We&apos;re limber!" /> -->
8
<h2>We're limber!</h2>
9
10
<p>No matter whether your environment uses Linux, Mac, or Windows we can integrate.</p>
11
<p>Regardless of programming language or framework we can handle it.</p>
1
<ul class="bullets three">
2
	<li>
3
		<div class="bullet-image">
4
			<img src="images/analyze.jpg" alt="Analyze" />
5
		</div>
6
		<div class="bullet-content">
7
			<h2>Analyze.</h2>
8
			
9
			<p>Through the process of inspecting, cleaning, transforming, and modeling we can</p>
10
			
11
			<ul>
12
				<li>- <span class="highlight">highlight</span> userful information</li>
13
				<li>- provide <span class="highlight">accurate</span> conclusions</li>
14
				<li>- support <span class="highlight">decision making</span></li>
15
			</ul>
16
		</div>
17
		<div class="bullet-footer">
18
			<p><a class="button rosy" href="#/services" title="More">More</a></p>
19
		</div>
20
	</li>
21
	<li>
22
		<div class="bullet-image">
23
			<img src="images/develop.jpg" alt="Analyze" />
24
		</div>
25
		<div class="bullet-content">
26
			<h2>Develop.</h2>
27
			
28
			<p>From requirement gathering to final delivery we practice test driven development to provide <span class="highlight">efficient</span> and <span class="highlight">long lasting</span> custom solutions.</p>
29
		</div>
30
		<div class="bullet-footer">
31
			<p><a class="button rosy" href="#/services" title="More">More</a></p>
32
		</div>
33
	</li>
34
	<li>
35
		<div class="bullet-image">
36
			<img src="images/maintain.jpg" alt="Analyze" />
37
		</div>
38
		<div class="bullet-content">
39
			<h2>Maintain.</h2>
40
			
41
			<p>Whether it is because an existing platform has changed, the requirements have been <span class="highlight">refined</span>, tracking <span class="highlight">defects</span>, or even <span class="highlight">preventative</span> or <span class="highlight">performance</span> enhancing we can handle it!</p>
42
		</div>
43
		<div class="bullet-footer">
44
			<p><a class="button rosy" href="#/services" title="More">More</a></p>
45
		</div>
46
	</li>
47
</ul>

+ 12 - 0
partials/services.html

2
2
3
<p>Lets face it... your current needs may be similar to other businesses but never quite the same. When some process can be custom fitted to your individual needs many of your daily headaches go away allowing focus to be placed your customer and final product.</p>
3
<p>Lets face it... your current needs may be similar to other businesses but never quite the same. When some process can be custom fitted to your individual needs many of your daily headaches go away allowing focus to be placed your customer and final product.</p>
4
4
5
<!-- <img src="/images/fast-efficient-lightweight.png" alt="Fast, efficient, and lightweight" /> -->
6
<h2>Fast, efficient, and lightweight</h2>
7
8
<p>Practicing the "test first" philosophy our code is more likely to run longer and more efficiently.</p>
9
<p>With a strong belief in not over complicating a problem we strive to find the core issues and approach them with simple and sound solutions.</p>
10
11
<!-- <img src="/images/limber.png" alt="We&apos;re limber!" /> -->
12
<h2>We're limber!</h2>
13
14
<p>No matter whether your environment uses Linux, Mac, or Windows we can integrate.</p>
15
<p>Regardless of programming language or framework we can handle it.</p>
16
5
<h2>Analyzing your data</h2>
17
<h2>Analyzing your data</h2>
6
18
7
<p>Your business may be operatingly smoothly with investments panning out, but ever wonder why? Or more importantly how can you maintain this groove or give it a boost?</p>
19
<p>Your business may be operatingly smoothly with investments panning out, but ever wonder why? Or more importantly how can you maintain this groove or give it a boost?</p>

+ 193 - 38
styles/site.css

1
@import url("http://fonts.googleapis.com/css?family=Architects+Daughter");
1
/*@import url("http://fonts.googleapis.com/css?family=Architects+Daughter");*/
2
@import url("http://fonts.googleapis.com/css?family=Quicksand:400,700");
3
4
/* General feel */
2
5
3
body
6
body
4
{
7
{
5
	margin: 0;
8
	margin: 0;
6
	padding: 0;
9
	padding: 0;
7
	/*font-family: 'Architects Daughter', cursive;*/
10
	/*font-family: "'"Architects Daughter", cursive;*/
11
	font-family: "Quicksand", sans-serif;
8
	background: url("../images/background.gif") repeat 0px 0px;
12
	background: url("../images/background.gif") repeat 0px 0px;
9
}
13
}
10
14
15
a,
16
a:link,
17
a:visited
18
{
19
	text-decoration: underline;
20
}
21
22
a:hover
23
{
24
	text-decoration: none;
25
}
26
27
h2
28
{
29
	text-shadow: 0 0 1px #656462;
30
	letter-spacing: -1px;
31
}
32
33
/* Layout */
34
11
header
35
header
12
{
36
{
13
	text-align: center;
37
	text-align: center;
25
header nav a:link,
49
header nav a:link,
26
header nav a:visited
50
header nav a:visited
27
{
51
{
52
	margin: 6px 0;
53
	padding: 1em 2em;
28
	background: url("../images/separator.gif") repeat-y 0px 0px;
54
	background: url("../images/separator.gif") repeat-y 0px 0px;
29
	padding-left: 1em;
30
	padding-right: 1em;
31
	color: #fcf7f0;
55
	color: #fcf7f0;
56
	text-decoration: none;
32
}
57
}
33
58
34
header nav a.first
59
header nav a.first
36
	background: transparent;
61
	background: transparent;
37
}
62
}
38
63
64
header nav a:hover
65
{
66
	outline: none;
67
	cursor: pointer;
68
	text-align: center;
69
	text-decoration: none;
70
	padding: .5em 2em .55em;
71
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
72
	-webkit-border-radius: .5em; 
73
	-moz-border-radius: .5em;
74
	border-radius: .5em;
75
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
76
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
77
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
78
79
	/* We are using the "Rosy" theme on this */
80
	background: #ba4b58;
81
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
82
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
83
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
84
}
85
39
footer
86
footer
40
{
87
{
41
	padding: 1em 0;
88
	padding: 1em 0;
50
	text-decoration: none;
97
	text-decoration: none;
51
}
98
}
52
99
53
a,
54
a:link,
55
a:visited
56
{
57
	text-decoration: none;
58
}
59
60
a:hover
61
{
62
	text-decoration: none;
63
}
64
65
/*#logo
66
{
67
	position: absolute;
68
	top: 1.35em;
69
	left: 5em;
70
	height: 7em;
71
	width: 7em;
72
	/ *background-color: #000;* /
73
	z-index: 100;
74
}*/
75
76
#header
100
#header
77
{
101
{
78
	text-align: center;
102
	text-align: center;
80
	padding: 1em 0;
104
	padding: 1em 0;
81
}
105
}
82
106
83
#logo a
84
{
85
	border: none;
86
}
87
107
#logo a,
88
#logo img
108
#logo img
89
{
109
{
90
	width: 7em;
91
	height: 7em;
92
	border: none;
110
	border: none;
93
}
111
}
94
112
103
#container
121
#container
104
{
122
{
105
	margin: 0 auto;
123
	margin: 0 auto;
106
	/*box-shadow: 0 5px 10px #000 inset;*/
124
	padding-bottom: 1em;
107
	background: url("../images/container.gif") repeat 0px 0px;
125
	background: url("../images/container.gif") repeat 0px 0px;
108
}
126
}
109
127
110
#content
128
#content
111
{
129
{
112
	width: 700px;
113
	padding: 2em;
114
	min-height: 12em;
130
	min-height: 12em;
115
}
131
}
116
132
133
#ng-view
134
{
135
	width: 700px;
136
	margin: 0 auto;
137
}
138
139
#logo-slider
140
{
141
	text-align: center;
142
	overflow: hidden;
143
	height: 64px;
144
	margin: 1em 0 2em 0;
145
}
146
147
#logo-slider img
148
{
149
	margin: 0 1em;
150
	opacity: 0.4;
151
}
152
153
#logo-slider img:hover
154
{
155
	opacity: 1;
156
}
157
117
#social
158
#social
118
{
159
{
119
	background: url("../images/social.gif") repeat-x 0px 0px;
160
	background: url("../images/social.gif") repeat-x 0px 0px;
124
#social ul li
165
#social ul li
125
{
166
{
126
	margin: 0;
167
	margin: 0;
127
	padding: 0;
168
	padding: 0 10%;
128
	display: inline-block;
169
	display: inline-block;
129
	list-style: none;
170
	list-style: none;
130
}
171
}
131
172
173
#social a:hover
174
{
175
	color: #ba4b58;
176
}
177
132
.copyright 
178
.copyright 
133
{ 
179
{ 
134
	padding-top: 2em;
180
	padding-top: 2em;
138
	color: #fff;
184
	color: #fff;
139
}
185
}
140
186
187
/* Buttons */
188
189
.button {
190
    display: inline-block;
191
	outline: none;
192
	cursor: pointer;
193
	text-align: center;
194
	text-decoration: none !important;
195
	font: 14px/100% Arial, Helvetica, sans-serif;
196
	padding: .5em 2em .55em;
197
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
198
	-webkit-border-radius: .5em; 
199
	-moz-border-radius: .5em;
200
	border-radius: .5em;
201
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
202
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
203
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
204
}
205
.button:hover {
206
	text-decoration: none;
207
}
208
.button:active {
209
	position: relative;
210
	top: 1px;
211
}
212
213
.rosy {
214
	color: #fae7e9;
215
	border: solid 1px #b73948;
216
	background: #da5867;
217
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
218
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
219
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
220
}
221
.rosy:hover {
222
	background: #ba4b58;
223
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
224
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
225
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
226
}
227
.rosy:active {
228
	color: #dca4ab;
229
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
230
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
231
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
232
}
233
234
/* Special classes */
235
141
.center
236
.center
142
{
237
{
143
	text-align: center;
238
	text-align: center;
239
}
240
241
.highlight
242
{
243
	color: #ba4b58;
244
}
245
246
.bullets
247
{
248
	width: 100%;
249
	margin: 0 auto;
250
}
251
252
.bullets.three li
253
{
254
	margin: 0.25em;
255
	padding: 0;
256
	display: inline-block;
257
	list-style: none;
258
	width: 200px;
259
	background-color: #f5f2ed;
260
	box-shadow: 0px 10px 15px -6px #000;
261
	vertical-align: top;
262
}
263
264
.bullet-image
265
{
266
	padding: 0;
267
	margin: 0;
268
	height: 267px;
269
	background-color: #000;
270
}
271
272
.bullet-content
273
{
274
	padding: 0 1.60em 2em 1.60em;
275
	margin: 0;
276
	height: 19em;
277
	text-align: left;
278
	vertical-align: top;
279
	overflow: hidden;
280
	font-size: smaller;
281
}
282
283
.bullet-content ul
284
{
285
	padding: 0;
286
}
287
288
.bullet-content ul li
289
{
290
	display: block !important;
291
	font-size: smaller;
292
	box-shadow: none !important;
293
}
294
295
.bullet-footer
296
{
297
	padding: 0 1.60em 1em 1.60em;
298
	margin: 0;
144
}
299
}