├── .DS_Store ├── README.md ├── assets ├── .DS_Store ├── app.js ├── bootstrap.css ├── fonts │ ├── IRANSansX-Bold.woff2 │ ├── IRANSansX-Light.woff2 │ └── IRANSansX-Medium.woff2 ├── jquery.js └── style.css ├── icon.png ├── index.html ├── manifest.json └── twitter.webp /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/README.md -------------------------------------------------------------------------------- /assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/.DS_Store -------------------------------------------------------------------------------- /assets/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/app.js -------------------------------------------------------------------------------- /assets/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/bootstrap.css -------------------------------------------------------------------------------- /assets/fonts/IRANSansX-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/fonts/IRANSansX-Bold.woff2 -------------------------------------------------------------------------------- /assets/fonts/IRANSansX-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/fonts/IRANSansX-Light.woff2 -------------------------------------------------------------------------------- /assets/fonts/IRANSansX-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/fonts/IRANSansX-Medium.woff2 -------------------------------------------------------------------------------- /assets/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/jquery.js -------------------------------------------------------------------------------- /assets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/assets/style.css -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/icon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/index.html -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/manifest.json -------------------------------------------------------------------------------- /twitter.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedramgholizadeh/PersianNationalCodeGenerator/HEAD/twitter.webp --------------------------------------------------------------------------------