An open API service indexing awesome lists of open source software.

https://github.com/bloggrammer/edu-ansa

An educational website for undergraduate and graduate students.
https://github.com/bloggrammer/edu-ansa

blog educational-resources student-projects

Last synced: 3 months ago
JSON representation

An educational website for undergraduate and graduate students.

Awesome Lists containing this project

README

        

# EduAnsa

EduAnsa is a static website developed as a go-to resource for students.

Even though EduAnsa is a static website, it is build with reusable HTML components (partial HTML files) to avoid HTML duplications. These partial HTML files are combined together using the `Apache server INCLUDE` statement written in the `.htaccess` file.

```html











```

## Tech Stack

- [x] HTML
- [x] CSS (SCSS)
- [x] Vanilla JavaScript

## Sample Pages

![include](client/assets/docs/home-page.PNG)

_Sample Home Page_

![include](client/assets/docs/blog-list.PNG)

_Blog Page_