forked from apax-software/apax-website-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (67 loc) · 2.1 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
---
layout: page
redirect_from:
- category/apax-news.html
- category/apax-blog.html
- testimonials.html
- community.html
---
<div id="headerwrap">
<div class="container">
<div class="col-lg-8">
<h1 class="subtitle">
A mentor-driven program for startups like you
</h1>
</h1>
</div><!-- /col-lg-7 -->
</div><!-- /container -->
</div> <!-- /headerwrap -->
<!-- Wrap -->
<div class="room"></div>
<div id="features">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12 center">
<a href="/perks">
<!-- <img src="/assets/img/Icons/Mobile_red.png"> -->
<i class="fa-line-chart fa"></i>
</a>
<h2>Perks</h2>
</div>
<div class="col-md-4 col-xs-12 center">
<a href="/mentors">
<!-- <img src="/assets/img/Icons/Consulting_red.png"> -->
<i class="fa fa-group"></i>
</a>
<h2>Mentors</h2>
</div>
<div class="col-md-4 col-xs-12 center">
<a href="/portfolio">
<!-- <img src="/assets/img/Icons/Web_red.png"> -->
<i class="fa fa-book"></i>
</a>
<h2>Portfolio</h2>
</div>
</div>
<div class="row" id="tagline">
<p>The Awesome Fellowship is a mentor-driven program designed to accelerate your high tech startup. The program is tailored to your startup's needs and run on a flexible timeline unique to your team -- supporting your startup for up to one year. Teams are accepted on a rolling basis. <a href="/apply">You can apply at any time</a>. <a href="/apply">Click here</a> to see the criteria used to evaluate applications.</p>
</div>
</div>
</div><!-- /container -->
</div><!-- / wrap -->
<script>
$(document).ready(function(){
var $form = $('form');
$form.submit(function(){
$.post($(this).attr('action'), $(this).serialize(), function(response){
$('.form-btn').toggle()
$('.form-complete').toggle()
},'json');
return false;
});
});
</script>
<!-- /White Wrap Version 2 - The Space -->
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /info -->