This project is a website similar to the SCP Foundation, dedicated to documenting and archiving anomalous entities discovered by the APP Foundation. The website includes detailed pages for each entity, structured similarly to a wiki format.
- Entity Pages: Each entity has its own page, accessible through the main navigation or the header menu.
- Login_page: A page used to login using a username and code (used for a hidden feature).
- Responsive Design: The website is compatible with various screen sizes.
- Interactive Navigation: The navigation bar includes a list of links, with hover effects that enhance user interaction.
/project-root
│
├── index.html # Main page of the APP Archives
├── about.html # A brief page about the APP Foundation.
├── contact.html # A credits page in the form of a contact list.
├── community.html # A page that includes contributions by the fans of our project.
├── Sister_sites.html # A page linking our inspirations for the project.
├── styles.css # CSS file for styling the website
├── /entities # Folder containing individual entity pages
│ ├── APP002.html
│ ├── APP128.html
│ ├── APP246.html
│ ├── APP333.html
│ ├── APP501.html
│ └── APP724.html
│ └── APP001.html
├── /images # Folder for images, including the logo
│ ├── app logo (svg and png variants of different sizes)
│ └── entity images
│ └── other visual resources for the site
└── login_page
- Clone or Download this repository.
- Open
index.htmlin any web browser to explore the main page. - Navigate through the entities using the main page (The logo takes you to the mainpage)
- Improving the Home page layout and content.
- Creating individual web pages for each bar in the navigation menu (About, Community, Resources, etc.).
- Making entities searchable.