-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.html
86 lines (85 loc) · 4.13 KB
/
story.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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to GRID</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen, projection" />
</head>
<body>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<div class="block" style="height: 100px;">
<div class="centered">
<div class="container">
<div class="row-fluid">
<div class="span12" id="main">
<div class ="row-fluid" id="spacer">
<div class="spacer30">
</div>
</div>
<div class="row-fluid" id="row1">
<div class="span3">
<div id="grid_logo">
<img src="img/grid_logo.png">
</div>
<div class="spacer20">
</div>
<div>
<form class="form" action="/consumer/j_security_check" method="post" name="login">
<input type="text" class="input-medium" placeholder="Nike Network Username">
<input type="password" class="input-medium" placeholder="Nike Network Password">
<button class="btn btn-warning" type="submit">LOG IN</button>
</form>
</div>
<div id="grid_blurb">
Grid is a collaboration platform that amplifies connections to accelerate business performance, inspire ideas, and ignite innovation<BR />
GRID is available to anyone who can log in to the NIKE, Inc. network, including employees, and ETWs of Nike and its Affiliates.
</div>
</div>
<div class="span9">
<img src="img/lebron_james.jpg">
<div class="spacer25">
</div>
<div class="story">
<p>blah blah blah and then some
This is a story about someone. It's super-fascinating. Oh, and hey! use GRID while you're at it. That's what I'm talking about.
</p>
</div>
</div>
</div>
<div class ="row-fluid">
<div class="spacer25">
</div>
</div>
<div class="hrule">
<image src="img/1px_dots.png" />
</div>
<div class ="row-fluid">
<div class="spacer20">
</div>
</div>
<div id="affiliates">
<img src="img/connect_collaborate_innovate.png" alt="Connect. Collaborate. Innovate"><img src="img/affiliate_logos.png" alt="Affiliate Logos" align="right">
</div>
<div class ="row-fluid">
<div class="spacer20">
</div>
</div>
<div class="hrule">
<image src="img/1px_dots.png" />
</div>
<div class="spacer20">
</div>
<div id="footer">
<A HREF="http://grid.nike.com/etiquette">GRID Etiquette</A> | <A HREF="http://grid.nike.com/TandC">Terms & Conditions</A> | <A HREF="http://grid.nike.com/Contact">Contact Us</A> | <EM>© 2009-2013 Cisco Systems. All rights reserved. WebEx Social Version 3.1.0 10000 107</EM>
</div>
<div class="spacer30">
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>