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

Our socials

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

Our address

Bulevardul Unirii Nr. 61, Bloc F3, Scara 3, Etaj 6, 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

CannaZip

Cannazip is the only Cannabis/CBD-specific brand of flexible packaging pouches – for the industry, by the industry. The website highlights its state-of-the-art ordering and production process that meets the needs of the ever-evolving Cannabis and CBD markets.

2021
project mockup Cannazip

Debrief

The objective was to create a pixel-perfect website that smoothly integrates the design that enables Cannazip to showboat its unique brand of packaging pouches.

  • Client CannaZip
  • Design CannaZip
  • 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
  • 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 there is a hierarchy of style attributes overwriting other attributes that affect the same elements.

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."

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.

Gitlab-white-svg-2

GitLab

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

The result

CannaZip
  • 420 cannabis facts
  • 0 deadlines missed
  • 1 unique experience
CannaZip
CannaZip
CannaZip
CannaZip
CannaZip
Next project
Talent Reimagined
View
Neo Vision

Our socials

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

Our address

Bulevardul Unirii Nr. 61, Bloc F3, Scara 3, Etaj 6, Sector 3, 030167
Bucharest, Romania

Our contact

  • hello@neovision.dev

Footer menu

  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
© 2015 - 2022 Neo Vision Technologies. All rights reserved.
{{--
  Template Name: Homepage Template
--}}

@extends('layouts.app')

@section('content')
  @while(have_posts()) @php the_post() @endphp
    @include('partials.intro')
    @include('partials.values')
    @include('partials.hello')
    @include('partials.from-case')
    @include('partials.remodel')
    @include('partials.facts')
    @include('partials.from-blog')
    @include('partials.cta')
  @endwhile
@endsection