-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (141 loc) · 5.59 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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- [[1]] # App title # -->
<title>ThoughtBlogs</title>
<meta name="description" content="The One-Page Windows Phone 7 App Website Template">
<meta name="author" content="Nick Harewood: www.space-scape.com/wp7appsite/">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="stylesheets/base.min.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<style type="text/css">
/* [[3]] #Windows Phone App Website Branding Styles */
/* Text and Background colour */
body {
color: #000;
background-color:#BDBDBD;
}
/* Header Colours */
h1, h2, h3, h4, h5, h6 {color: #333;}
/* Link colour */
a, a:visited { color: #666;}
/* Logo */
#header #logo h1 {
width: 175px;
height: 110px;
background: transparent url(images/branding/logo.png) no-repeat;
}
/* Strapline colour */
#header #strapline p {color: #000;}
/* App Feature List - define custom feature icons here - */
ul.featurelist li.BulletImage { background-image: url(images/listcircle.png);}
/* User Review Quote */
blockquote.user_quote p {color: #666;}
</style>
<link rel="shortcut icon" href="images/branding/favicon.ico">
</head>
<body>
<div id="maincontainer" class="container">
<div class="sixteen columns" id="header">
<div id="logo" class="four columns alpha">
<!-- [[4]] # App title # -->
<h1>ThoughtBlogs</h1>
</div>
<div id="strapline" class="six columns omega offset-by-six">
<!-- [[5]] # App strapline # -->
<p>Read the latest<br/> blog posts from<br/>Thoughtworkers</p>
</div>
</div>
<br class="clear"/>
<div class="sixteen columns" id="contentcontainer">
<div class="four columns alpha">
<h2>Latest</h2>
<!-- # Twitter Feed # -->
<div class="tweet"></div>
<!-- [[6]] # Twitter Follow Button : Enter your twitter link below # -->
<a href="https://twitter.com/gprasant" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @gprasant</a>
</div>
<div id="phonescreens" class="six columns">
<div id="slider">
<!-- [[7]] # App Screenshots - Replace items in this list with your own 240x400px Images # -->
<ul>
<li><img src="images/screenshots/screenshot0.png" alt="App Screenshot" /></li>
<li><img src="images/screenshots/screenshot1.png" alt="App Screenshot" /></li>
<li><img src="images/screenshots/screenshot2.png" alt="App Screenshot" /></li>
<li><img src="images/screenshots/screenshot3.png" alt="App Screenshot" /></li>
</ul>
</div>
<!-- [[8]] # App Marketplace Link - Find your app on the marketplace and insert the URL below# -->
<p class="downloadlink"><a href="http://www.windowsphone.com/en-IN/apps/3ed33aac-2e71-4b10-9f52-7f911e5d18c3">Download for Windows Phone</a></p>
</div>
<div id="features" class="six columns omega">
<h2>Features v1.0</h2>
<!-- [[9]] # App Feature List # -->
<ul class="featurelist">
<li class="BulletImage">Read the top ten posts</li>
</ul>
<h2>Features v1.1</h2>
<ul class="featurelist">
<li class="BulletImage">Cache posts offline to read later</li>
<li class="BulletImage">Notifications on live tiles</li>
</ul>
<!-- [[10]] # User Reviews & Quotes # -->
<!--<blockquote class="user_quote">
<p>The best (and only) Windows Phone 7 App site template I've ever used!</p>
<cite>Nick Harewood, App Designer</cite>
</blockquote>-->
</div>
</div>
</div>
<!-- # Footer # -->
<div class="container" id="footer">
<p><a href="http://wp7appsite.codeplex.com/">WP7 App Site</a> by <a href="http://www.space-scape.com/">Nick Harewood</a></p>
</div>
<!-- Load all the JS -->
<script type="text/javascript" src="javascripts/jsLoader.js"></script>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>
<script type="text/javascript">
// [[2]] # Twitter Feed Options - see http://tweet.seaofclouds.com/ for details #
jQuery(function($){
$(".tweet").tweet({
username: "gprasant",
join_text: "auto",
count: 3,
auto_join_text_default: "We said:",
auto_join_text_ed: "We",
auto_join_text_ing: "We were",
auto_join_text_reply: "",
auto_join_text_url: "",
loading_text: "loading tweets..."
});
});
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script type="text/javascript">
// [[11]] # UserVoice Widget code location
var uvOptions = {};
(function() {
var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/qvvKZGQcHFJyzqfZNPnKA.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
})();
// [[12]] # Screenshot Slider options #
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
pause: 5000,
controlsShow: false
});
});
</script>
</body>
</html>