Skip to content

Aristeia-ynov/gamify

Repository files navigation

GameFy

Live Streaming Platform

Repography

Repography logo / Recent activity Time period

Timeline graph Issue status graph Pull request status graph Trending topics

Repography logo / Structure

Structure

Repography logo / Top contributors

Top contributors

Folder Structure


.
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── README.md
├── SECURITY.md
├── ajax
│   ├── follow.php
│   ├── load-more.php
│   ├── login.php
│   ├── register.php
│   └── search.php
├── assets
│   ├── css
│   │   ├── login-registration-css
│   │   │   ├── 1564224329loading3.gif
│   │   │   ├── Chart.min.js.téléchargement
│   │   │   ├── bootstrap-coloroicker.css
│   │   │   ├── bootstrap-colorpicker.min.js.téléchargement
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap.min.js.téléchargement
│   │   │   ├── bootstrap.min_dark.css
│   │   │   ├── common.css
│   │   │   ├── custom.css
│   │   │   ├── custom.js.téléchargement
│   │   │   ├── dark-side-style-dark.css
│   │   │   ├── dark-side-style.css
│   │   │   ├── dark_style.css
│   │   │   ├── fontawesome.css
│   │   │   ├── icofont.min.css
│   │   │   ├── jquery-1.12.4.min.js.téléchargement
│   │   │   ├── jquery.canvasjs.min.js.téléchargement
│   │   │   ├── jquery.slimscroll.min.js.téléchargement
│   │   │   ├── jquery.tagit.css
│   │   │   ├── jqueryui.min.js.téléchargement
│   │   │   ├── load.js.téléchargement
│   │   │   ├── myscript.js.téléchargement
│   │   │   ├── nicEdit.js.téléchargement
│   │   │   ├── noimage.png
│   │   │   ├── notify.js.téléchargement
│   │   │   ├── plugin.css
│   │   │   ├── plugin.js.téléchargement
│   │   │   ├── responsive.css
│   │   │   ├── style.css
│   │   │   ├── tag-it.js.téléchargement
│   │   │   ├── waves.min.css
│   │   │   └── waves.min.js.téléchargement
│   │   ├── main.css
│   │   └── vendor
│   │       ├── dark_mode.css
│   │       ├── h-poppy.css
│   │       ├── ligh_mode.css
│   │       ├── side-menu.css
│   │       └── style.css
│   ├── images
│   │   ├── loader_dark.gif
│   │   ├── loader_dark_moder.gif
│   │   ├── mainIcon.png
│   │   ├── mainLogo.png
│   │   └── secondLogo.png
│   └── js
│       ├── lib
│       │   └── jquery.js
│       ├── login.js
│       ├── main.js
│       └── vendor
│           └── swiper.js
├── azure-pipelines.yml
├── includes
│   ├── config.php
│   ├── footer.php
│   ├── global_functions.php
│   ├── head.php
│   ├── header.php
│   ├── scripts.php
│   └── sidebar.php
├── index.php
├── login-registration.php
├── logout.php
├── pull_request_template.md
├── search.php
├── sonar-project.properties
└── stream.php


11 directories, 73 files