GithubHelp home page GithubHelp logo

tracks12 / me Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 19.73 MB

My Personnal Portfolio Web Site

Home Page: https://floriancardinal.000webhostapp.com/

PHP 26.64% HTML 14.36% CSS 45.29% JavaScript 13.70%
florian cardinal web-developer web developer

me's Introduction

Site Portfolio 2018


Dependencies

Front (Styles & Scripts)

Librairies / API's version
Font Awesome 4.7.0
JQuery 3.3.1
ParticulesJS 2.0.0

Fonts


MVC Resources

Source files in /core/

  • controllers resources: /core/controllers/
  • models resources (data binding): /core/models/
  • views resources: /core/views/

Routing

  • HTTP Request: /core/HTTPRoute.php
  • XHR Request: /core/XHRRoute.php

Other Modules

  • Data Base connection: /core/connect.php
  • Injection Verification & Protection: /core/services.php

Database connection

After cloning the repository you need to create the database json config file in the /core/constants directory which will be called config.json with inside:

{
	"database": {
		"host": "localhost",
		"name": "id8823866_cv",
		"char": "utf8",
		"user": "id8823866_root",
		"pass": "~75rRTijOvE<bkte"
	}
}

Don't forget to import the cv.sql file into your database !


Last Updates

Apr 28, 2020

  • Dynamic theme
  • Script fixed
  • Update documentation updates

Mar 23, 2020

  • Explode all index views
  • Php script fixed
  • Style root var added
  • Prepare css dynamic theme
  • Data base update
  • Add folder for assets
  • Apply MVC architecture

Sep 3, 2019

  • Update php contact script
  • Delete parasitic files
  • Update portfolio link documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.