-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmma-web-design.html
48 lines (46 loc) · 2.98 KB
/
mma-web-design.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
---
layout: default
messenger_logged_in_greeting: 'Hey, are you looking to get a MMA website made? Let us know if you have any questions!'
messenger_ref: web_design_mma
permalink: /mma-web-design/
static_header: true
title: MMA Web Design
twitter:
card: summary_large_image
---
<header class="jumbotron jumbotron-fluid jumbotron-static-header jumbotron-web-design mb-5">
<div class="jumbotron-body">
<div class="container">
<div class="row justify-content-center justify-content-md-start text-center text-md-left">
<div class="col-10 col-md-8 col-lg-6">
<h1 class="mb-2 text-white">Professional web design for <abbr title="Mixed Martial Arts">MMA</abbr> promoters.</h1>
<p class="lead mb-4">We have over 10 years’ experience designing websites for <abbr title="Mixed Martial Arts">MMA</abbr> promoters like you.</p>
<a class="btn btn-primary" data-toggle="modal" data-services="web-design" href="#quote">
<span class="btn-text">Get a free quote now</span>
</a>
</div>
</div>
</div>
</div>
</header>
<section class="section mb-5" id="features">
<div class="container">
<div class="row">
{% include feature.html icon="palette" title="Custom website design" description="Get a professionally-designed website created just for your MMA organisation." %}
{% include feature.html icon="calendar-alt" title="Events" description="Easily manage your calendar of upcoming events, as well as add results for past fight cards." %}
{% include feature.html icon="ticket-alt" title="Tickets" description="Sell tickets to upcoming events. Then check attendees in on show day using our mobile check-in app." note="Coming to iOS in 2019." %}
{% include feature.html icon="boxing-glove" title="Fighters" description="Help fans get to know your stable of fighters better with fight records, statistics, social media links, and more." %}
{% include feature.html icon="shopping-basket" title="E-commerce" description="We don’t sell e-commerce as an add-on; it comes with every website. Increase revenue by selling your own merchandise." %}
{% include feature.html icon="newspaper" title="News" description="Keep fans updated on newly-signed fights, as well as breaking stories from your organisation." %}
{% include feature.html icon="play-circle" title="VOD integration" description="Because we have our own MMA VOD platform, we can seemlessly integrate your channel with your website." %}
{% include feature.html icon="cloud-upload" title="Cloud hosted" description="Your website is secure, backed up, and won’t go down during important ticket-selling periods." %}
</div>
<footer class="text-center">
<a class="btn btn-primary" data-toggle="modal" data-services="web-design" href="#quote">
<span class="btn-text">Get a free quote now</span>
</a>
</footer>
</div>
</section>
{% include web-design-pricing.html category="mma" %}
{% include latest-projects.html category="mma" %}