-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
executable file
·86 lines (85 loc) · 3.87 KB
/
portfolio.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
---
layout: page
permalink: portfolio/
title: Portfolio
redirect_from:
- /client-showcase.html
---
<div class="container-fluid top-container">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-4 ">
<div class="box horizontal">
<div class="vertical">
<img class="fade-in" src="/assets/img/portfolio/mobile-serve-logo.png" alt="Mobile Serve Logo" />
</div>
<div class="hover-fade">
<h5>Mobile Serve</h5>
<p>APAX built the web and mobile platform for MobileServe from the ground up, and we’re rolling out new features every week! The core system is built on django and also includes apps for iOS and Android. The software is fully responsive and includes ecommerce, complex reporting, social media, and user on-boarding.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="center box horizontal">
<div class="vertical">
<img class="fade-in" src="/assets/img/portfolio/university_of_kentucky_logo_grey.png" alt="Mobile Serve Logo" />
</div>
<div class="hover-fade">
<h5>Univ of Kentucky</h5>
<p>APAX has a long history with the University of Kentucky and provides application development services, website design services, mobile platform development, and more! Our work is visible across campus and ranges from designing Drupal sites, collecting data for research programs, and developing software for the athletics program.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="center box horizontal">
<div class="vertical">
<img class="fade-in" src="/assets/img/portfolio/keeneland_logo_grey.jpg" alt="Keeneland Logo" />
</div>
<div class="hover-fade">
<h5>Keeneland</h5>
<p>APAX partnered with Cornett, an ad agency, to build and maintain the Keeneland Race Day mobile platform. The app aggregates data from several sources to allow users to view race odds, payouts, and results. It is supported on iPhone, iPad, and Android.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-4">
<div class="box horizontal">
<div class="vertical">
<img class="fade-in" src="/assets/img/portfolio/LFUCG_smallcolor_grey.jpg" alt="Mobile Serve Logo" />
</div>
<div class="hover-fade">
<h5>LFUCG</h5>
<p>APAX provides ongoing web application development and mobile services to LFUCG. We support the lexingtonky.gov website and have developed a number of mobile platforms for the city of Lexington.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="center box horizontal">
<div class="vertical">
<img class="fade-in" src="/assets/img/portfolio/bullard.png" alt="Mobile Serve Logo" />
</div>
<div class="hover-fade">
<h5>Bullard</h5>
<p>APAX helps Bullard with the software that powers their thermal imaging products. Our software is used to configure the imagers and automates the manufacturing processes. APAX works closely with the internal engineers at Bullard to support continued development and debugging of each new line of products.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="center box horizontal">
<div class="vertical">
<img class="fade-in" src="/assets/img/portfolio/presbyterian_church_grey.png" alt="Mobile Serve Logo" />
</div>
<div class="hover-fade">
<h5>PC USA</h5>
<p>APAX has partnered with the Presbyterian Church to provide support and enhancements for their software infrastructure. APAX provides full stack support for their Django, ASP.Net, PHP, and mobile platforms. APAX also supports their largest event, the biennial General Assembly.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>