Beispiel #1
0
<?php 
$title = "Startup Tools and Resources";
$description = "Tools to help you build, run and grow a startup: ";
$keywords = "Startup Tools, Startup Resources";
$i = 0;
foreach ($tagsList as $kw) {
    $i++;
    if ($i < 10) {
        $keywords = $keywords . ", " . $kw["name"];
        $description = $description . $kw["name"] . ", ";
    }
}
$description = substr($description, 0, -2);
get_header($title, $description, $keywords);
?>

<script>mixpanel.track("All Tags Page");</script>


<?php 
printHeroUnit();
?>


<?php 
printTagsListCta($tagsList, false);
?>


<?php 
get_footer();
Beispiel #2
0
    if ($i < 6) {
        $keywords = $keywords . ", " . $kw["name"];
        $description = $description . $kw["name"] . ", ";
    }
}
$description = substr($description, 0, -2);
get_header($title, $description, $keywords);
?>


<?php 
printHeroUnit();
?>

<?php 
printTagsListCta($tagsList, true);
?>


<div class="container">
<div class="service">
<div class="row">

<h2 class="pull-left">Featured Startup Tools</h2>
<div class="pull-right">
	<form method="POST" action="save.php" id="search-form">
<input type="text" id="search" class="typeahead span2 search-query" style="margin-top: 12px;" data-provide="typeahead" placeholder="search all tools">
</form>
</div>
</div>