Skip to content

ferritecoin/ferritecoin-org-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ferritecoin-org-website

Contributing

Fork the repository
Push changes to local repository Open a pull request

Website structure

---
title: ferritecoin.org website structure
---
flowchart LR
    ferritecoin.org---html
    ferritecoin.org---css
    ferritecoin.org---js
    ferritecoin.org---img
    subgraph static
        css---styles.css
        css---navbar_styles.css
        img---nav
        js---navbar.js
        js---operation_menu.js
        js---basic_wallet_functions.js
        js---index_game.js
    end
    subgraph templates
        html---base.html
        html---index.html
        html---fext.html
        html---faucet.html
        html---wallet.html
        html---fec_downloads.html
        html---index_test.html
        html---favicon.png
    end
Loading

About

Frontend for ferritecoin.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.8%
  • JavaScript 16.9%
  • CSS 11.3%