2026-06-16 13:06:21 +00:00
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30
2026-06-16 13:06:21 +00:00
2026-05-30 14:56:19 +05:30
2026-05-30 14:56:19 +05:30

Memorial Model Academy - Website (Frontend only)

This repo contains the source code of MEMORIAL MODEL ACADEMY

Demo Website:

Memorial Model Academy

Pages:

  • index.html / Home
  • about_us.html
  • admission_readmission.html
  • academic_calendar.html
  • teachingstaff.html
  • rule_regulation.html
  • alumni.html
  • gallery.html
  • general_provisions.html
  • gamesports.html
  • literarywork.html
  • library.html
  • lab.html
  • hostel.html
  • notice.html
  • contact_us.html

Project Structure:

.
├── css
│   ├── slimbox2.css
│   └── style.css
├── downloads
│   └── site1
│       ├── AdmissionForm (2).pdf
│       ├── Booklist 2024-25.pm.pdf
│       ├── Entrance 2026.pdf
│       ├── Entrance Result 2024.pdf
│       ├── Entrance Result 2025.pdf
│       ├── Interview Result 2026 (Teachers).pdf
│       ├── Result Final 24-25.pdf
│       └── Session Reschedule 2025.pdf
├── images
│   ├── site1
│   │   └── gallery
│   │       ├── ACTIVITIES AND FUCTIONS
│   │       │   ├── 1.jpg
│   │       │   ├── 2.jpg
│   │       │   └── 3.jpg
│   │       ├── Har Ghar Tiranga
│   │       │   ├── new-1.jpeg
│   │       │   ├── new-2.jpeg
│   │       │   └── new.jpeg
│   │       ├── SCHOOL SPORTS
│   │       │   ├── SPORTS11.jpg
│   │       │   └── SPORTS22.jpg
│   │       └── TEACHING STAFF
│   │           ├── Aruna.jpg
│   │           ├── BIJOY.jpg
│   │           ├── BISORJIT.jpg
│   │           ├── Gyaneshori.jpg
│   │           ├── HASSIM.jpg
│   │           ├── HUSSAIN.jpg
│   │           ├── INAOBI.jpg
│   │           ├── JIban.jpg
│   │           ├── L sonia.jpg
│   │           ├── LU.jpg
│   │           ├── MUKUN.jpg
│   │           ├── NGOUBA2.jpg
│   │           ├── NOLINI - Copy.jpg
│   │           ├── PREM.jpg
│   │           ├── RANJAN.jpg
│   │           ├── RITA - Copy.jpg
│   │           ├── Rakesh.jpg
│   │           ├── SANTAI.jpg
│   │           ├── SURENDRO.jpg
│   │           ├── Sanatomba.jpg
│   │           ├── Surjit.jpg
│   │           ├── Untitled-1.jpg
│   │           ├── brojen.jpg
│   │           ├── chon.jpg
│   │           ├── inaocha.jpg
│   │           ├── jayenta.jpg
│   │           ├── kothou.jpg
│   │           ├── lokendro.jpg
│   │           ├── naba.jpg
│   │           ├── premjit.jpg
│   │           ├── premkumar.jpg
│   │           ├── ratna.jpg
│   │           └── samir.jpg
│   ├── slides
│   │   ├── 19702665_1138191809615772_5363566021665658406_o.jpg
│   │   ├── DADIES_TEACHER5.jpg
│   │   ├── Teachers_group_Photo3.jpg
│   │   ├── kk.jpg
│   │   └── sl1.png
│   ├── loading.gif
│   ├── logout.png
│   └── mma_mm.png
├── js
│   ├── summernote
│   │   ├── font
│   │   │   ├── summernote.eot
│   │   │   ├── summernote.eot_
│   │   │   ├── summernote.ttf
│   │   │   ├── summernote.woff
│   │   │   └── summernote.woff2
│   │   ├── bootstrap_3.4.1.css
│   │   └── summernote_0.8.18.css
│   ├── tinymce3x
│   │   ├── plugins
│   │   │   └── tiny_mce_wiris
│   │   │       └── wirisplugin-generic.js
│   │   ├── jquery.tinymce.js
│   │   └── tiny_mce.js
│   ├── image-slider.js
│   ├── jquery-2.1.1.min.js
│   ├── script.js
│   └── slimbox2.js
├── templates
│   └── default
│       ├── asset
│       │   ├── mmalogo.png
│       │   └── social-logos.png
│       ├── css
│       │   ├── EPAOMAYEK.TTF
│       │   ├── Poppins-Regular.ttf
│       │   ├── RobotoCondensed_Regular.ttf
│       │   ├── icons-keyinfo.png
│       │   ├── mohave.light.ttf
│       │   ├── mohave.medium.ttf
│       │   ├── mohave.regular.ttf
│       │   └── template.css
│       └── favicon.ico
├── about_us.html
├── academic_calendar.html
├── admission_readmission.html
├── alumni.html
├── contact_us.html
├── gallery.html
├── gamesports.html
├── general_provisions.html
├── home.html
├── hostel.html
├── index.html
├── lab.html
├── library.html
├── literarywork.html
├── notice.html
├── README.md
├── rule_regulation.html
├── teachingstaff.html

Note

This repo is only the frontend

S
Languages
HTML 74.9%
JavaScript 13.6%
CSS 11.5%