-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
140 lines (140 loc) · 5.37 KB
/
index.php
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
<?php get_header();?>
<section class="explain">
<article id="what">
<header>
<h2>What?</h2>
</header>
<div class="description">
<p>Code Kick Off lets you choose and integrate technologies like <a href="http://html5boilerplate.com/">HTML5 boilerplate</a>, <a href="http://compass-style.org/">Compass</a>, different CSS grid frameworks & <a href="http://wordpress.org/">Wordpress</a>, to start new web projects faster.</p>
</div>
</article>
<article id="why">
<header>
<h2>Why?</h2>
</header>
<div class="description">
<p>There are tons of new cool technologies out there that are helping us develop faster & faster. Code Kick Off goes one step further by integrating all these technologies in one place.</p>
</div>
</article>
<article id="how">
<header>
<h2>How?</h2>
</header>
<div class="description">
<p>You enter your project’s settings and choose the technologies you work with. Code Kick Off will create a <code>.zip</code> file with a set of files ready to be used.</p>
<div class="invite-button">
<a href="<?php bloginfo('url');?>/create/" class="start-btn">Start Now →</a>
</div>
</div>
</article>
</section>
<article id="start-invite">
<div class="wrap">
<header>
<h2>Try it now!</h2>
</header>
<div class="description">
<ul>
<li>Code Kick Off is <strong>completely free</strong></li>
<li>It takes 5 seconds to setup a new project</li>
<li>You can choose the technologies that you want to work with</li>
</ul>
<div class="invite-button">
<a href="<?php bloginfo('url');?>/create/" class="start-btn">Give it a try!</a>
</div>
</div>
</div>
</article>
<article id="beta">
<div class="wrap">
<header>
<h2>We’re in beta. Tell us what you think!</h2>
</header>
<div class="description">
<p>We’d love to hear your thougts on Code Kick Off!</p>
<ul>
<li>What other tools you'd like us to integrate?</li>
<li>What do you feel is missing?</li>
<li>How can we make it even easier?</li>
</ul>
<p>Send your ideas <a href="http://codekickoff.uservoice.com/">here</a> or give us a shout in <a href="http://twitter.com/codekickoff">Twitter!</a></p>
<ul class="share">
<li class="twitter"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://codekickoff.com/" data-text="I just tried @codekickoff and it was awesome!" data-count="vertical" data-via="codekickoff">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></li>
<li class="digg"><a class="DiggThisButton DiggMedium" href="http://digg.com/submit?url=<?php urlencode('http://codekickoff.com/')?>&title=<?php urlencode('Code Kick Off: Kick Off Your New Web Project')?>" rev="technology"><span style="display:none">Code Kick Off is an application that lets you choose and integrate technologies like HTML5 boilerplate, Compass, different CSS grid frameworks & Wordpress, to start new web projects faster.</span></a></li>
<li class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fcodekickoff.com%2F&layout=box_count&show_faces=true&width=200&action=recommend&font=arial&colorscheme=light&height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:65px;" allowTransparency="true"></iframe></li>
</ul>
</div>
</div>
</article>
<article id="whats-new">
<header>
<h2>What's new?</h2>
</header>
<div class="description">
<?php
query_posts('numberposts=3');
$counter = 1;
if(have_posts()):while(have_posts()):the_post();
if($counter > 3){
break;
}
?>
<article class="post <?php echo $counter==1?'first':'';?> <?php echo $counter==3?'last':''?>">
<header>
<h3 class="title"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title();?></a></h3>
<div class="meta"><small class="date">Posted on <?php the_date();?> by <?php the_author();?></small></div>
</header>
<div class="entry">
<?php the_excerpt();?>
</div>
</article>
<?php
$counter++;
endwhile;endif;
//Reset Query
wp_reset_query();
?>
<div class="clear"></div>
<div style="width:300px;margin-right:30px;float:left;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7822138632410714";
/* Code Kick Off Home Page */
google_ad_slot = "4175514296";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div style="width:300px;margin-right:30px;float:left;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7822138632410714";
/* Code Kick Off Home Page */
google_ad_slot = "4175514296";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div style="width:300px;float:left;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7822138632410714";
/* Code Kick Off Home Page */
google_ad_slot = "4175514296";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="clear"></div>
</div>
</article>
<?php get_footer();?>