Neo Vision
  • Services
  • Work
  • About
  • Ebooks
  • Careers
  • Blog
  • Contact
  • Home
  • About
  • Ebooks
  • Services
  • Careers
  • Work
  • Blog
  • Contact

Our socials

  • Substack
  • Linkedin
  • Youtube
  • Twitter
  • Facebook
  • Instagram
  • Sortlist

Our address

Bulevardul Unirii No. 61, Bl. F3, Sc. 3, Et. 6, Ap. 607, Sector 3, 030167
Bucharest, Romania

Our contact

  • hello@neovision.dev
What we found on the web
Neo Vison Interview with Ziarul Financiar
from Ziarul Financiar
Check it out
Back

Tennis Hero

Tennis Hero is a premium tennis school based in Bucharest, Romania.

2017-2019
Tennis Hero

Debrief

The objective was to create a clear, user friendly website that aims to capture leads and convert them into active customers.

  • Client Tennis Hero
  • Design Neo Vision
  • Roles Product Strategy,
    Frontend Development,
    Backend Development,
    DevOps,
    Continuous Integration

The Process

digital-strategy-icon

Digital Strategy

  • Full Project Brief
  • Product Discovery Workshop
  • Business Process Analysis
  • GDPR Audit
  • Product Prototype
delivery-icon

Development

  • Front-end Development
  • Back-end Development
  • API Integrations
  • Internal Testing
  • Feedback and Revisions implementation
development-icon

Delivery & Expansion

  • Production Server Architecture Configuration
  • Production Server Deployment
  • Maintenance and Administration
  • Continuous Development

What we used

wordpress-icon

WordPress

The most popular open source Content Management System (CMS) is used by approximately 75 million websites. WordPress is free to install, deploy, and upgrade.

css-logo-icon

CSS

HTML defines the content, and CSS decorates it and helps tell how it is displayed. CSS stands for Cascading Stylesheet. This means a hierarchy of style attributes overwriting other attributes that affect the same elements.

php-icon

PHP

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open-source general-purpose scripting language that is especially suited for Web Development and can be embedded into HTML.

HTML5-white-svg-5

HTML5

HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/behavior (JavaScript).

JavaScript-white-svg3

JavaScript

JavaScript is a computer-readable language with many uses, most notably in web pages. JavaScript is "read" or interpreted by your browser, like Chrome or Firefox, which executes the instructions. JavaScript enhances the web page by allowing it to become more "interactive."

Gitlab-white-svg-2

GitLab

A repository is what you use to store your codebase in GitLab and change it with version control.

CentOS_logo-white-svg

CentOS

The CentOS Linux distribution is a stable, predictable, manageable, and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).

The result

Tennis Hero
  • Thousands of tennis lessons given
  • Countless hours of tweaking
  • 2 design iterations
Tennis Hero
Tennis Hero
Tennis Hero
Tennis Hero
Tennis Hero
Following the website's delivery and numerous tracking and communication integrations, we were capturing and filtering around 50 leads a day at the peak of the marketing campaigns.

Tennis Hero was one of the fastest-growing startups in Romania and was featured locally in all of the big business magazines.

It was the first sports school in Romania with a solid online presence and an easy sign-up process.

Next project
Kitchen Incorporated
View

If your projects trouble you, we need to talk. If you believe in your idea, we need to talk. If you have looked for a solution everywhere, we need to talk. If your website sucks, we need to talk. If CSS is a sports club to you, we need to talk. If your kid doesn’t want to help you, we need to talk. If your boss signs their emails “sent from my iPhone”, we need to talk. If you spam LFG on /global, we need to talk. If you wonder when this loop resets, we need to talk. If you wonder if this is even a loop, we need to talk. If you try to break the Get in touch button, we need to talk. If you believe in the change, we need to talk. If you heard of parties in Mamaia, we need to talk. If you love High Contrast, we need to talk. If finding out a member of your family bought a new device sends shivers down your spine, we need to talk. If you think that Vama Veche nu mai e ce a fost, we need to talk. If you enjoy day drinking, we need to talk. If you stalk your ex on social media, we need to talk. If you read messages from the lock screen, we need to talk. If you read this on the subway, we need to talk. If you listen to the same 20 songs, we need to talk. If you think washing the dishes is common sense, we need to talk. If you missed the cryptocurrency boom, we need to talk. If you are stuck in traffic, we need to talk. If you never heard of “Puism” , we need to talk. If you want to change the world, we need to talk. If you’re still reading this, we need to talk. If you’re sexy and you know it, we need to talk. If you are voting on every election, we need to talk. If you think Sylvanas is still cool, we need to talk. If you are a jury from an awards website, we need to talk. If you are our competition, we need to talk. If you are looking for design inspiration, we need to talk. If you have tape over your webcam, we need to talk. If you forgot to log your time in Jira, we need to talk. If you think Cardi B is overrated, we need to talk. If Wakanda is forever, we need to talk. If you think Eminem turned soft, we need to talk. If you’ve been through the desert on a horse with no name, we need to talk. If you cried when Jiraiya died, we need to talk. If you have not understood Dark, we need to talk. If you think Tupac is alive, we need to talk. If you think it’s lupus, we need to talk. If you spent all night writing content, we need to talk. If you got admitted to the bar and chose the agency life, we need to talk. If you play Face Hunter, we need to talk. If you’re a superstar, we need to talk. If you want a discount, screenshot this and we need to talk.

Drop us a line and tell us about your project, goals and needs. Get us intrigued and we’ll schedule a date. Let's get it started!

Get in touch
Neo Vision

Our socials

  • Substack
  • Linkedin
  • Youtube
  • Twitter
  • Facebook
  • Instagram
  • Sortlist

Our address

Bulevardul Unirii No. 61, Bl. F3, Sc. 3, Et. 6, Ap. 607, Sector 3, 030167
Bucharest, Romania

Our contact

  • hello@neovision.dev

Footer menu

  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
© 2015 - 2023 Neo Vision Technologies. All rights reserved.
jQuery(document).ready(function($) {
  var prices = [];

  pricedata = pricedata.split(';');
  for (var i = 0; i < pricedata.length; i++) {
    pricedata[i] = pricedata[i].split(',');

    if (!(pricedata[i][0] in prices)) {
      prices[pricedata[i][0]] = {};
    }

    if (!(pricedata[i][1] in prices[pricedata[i][0]])) {
      prices[pricedata[i][0]][pricedata[i][1]] = {};
    }

    if (!(pricedata[i][2] in prices[pricedata[i][0]][pricedata[i][1]])) {
      prices[pricedata[i][0]][pricedata[i][1]][pricedata[i][2]] = {};
    }

    prices[pricedata[i][0]][pricedata[i][1]][pricedata[i][2]].price = pricedata[i][3];
    prices[pricedata[i][0]][pricedata[i][1]][pricedata[i][2]].url = pricedata[i][4];
  }

  $('.selectors > div').click(function() {
    $(this).parent().find('.active').removeClass('active');
    $(this).addClass('active');

    var levelsId = $('.pricelevels > div.active').attr('id');
    var lessonsId = $('.pricelessons > div.active').attr('id');

    $('#hero .pricepack_price_number').html(prices[levelsId][lessonsId].hero.price);
    $('#group .pricepack_price_number').html(prices[levelsId][lessonsId].group.price);
    $('#community .pricepack_price_number').html(prices[levelsId][lessonsId].community.price);

    $('#hero .pricepack_button').attr('href', prices[levelsId][lessonsId].hero.url);
    $('#group .pricepack_button').attr('href', prices[levelsId][lessonsId].group.url);
    $('#community .pricepack_button').attr('href', prices[levelsId][lessonsId].community.url);

    $('.pricecoach').removeClass('active');
    $('.pricecoach#level-' + levelsId).addClass('active');
  });

  $('.selectors > div.active').click();

  $('.pricepack').click(function() {
    if (!window.matchMedia('(min-width: 992px)').matches) {
      $(this).toggleClass('hidden');
      $(this).find('.pricepack_toggle i').toggleClass('fa-caret-right').toggleClass('fa-caret-down');
    }
  });

  $(window).resize(function() {
    if (window.matchMedia('(min-width: 992px)').matches) {
      $('.pricepack').addClass('hidden');
      $('.pricepack_toggle i').addClass('fa-caret-right').removeClass('fa-caret-down');
    }
  });
});