Welcome to the State University of New Paltz website project! This project is designed to showcase the university's offerings and provide essential information to prospective students and visitors.
The project is organized as follows:
suny-new-paltz-website
├── src
│ ├── assets
│ │ ├── css
│ │ │ └── styles.css # CSS styles for the website
│ │ ├── js
│ │ │ └── scripts.js # JavaScript for interactive elements
│ ├── components
│ │ ├── header.html # Header structure with logo and title
│ │ ├── footer.html # Footer structure with copyright and social links
│ │ └── navbar.html # Navigation bar with links to main pages
│ ├── pages
│ │ ├── index.html # Homepage with introduction and highlights
│ │ ├── about.html # Information about SUNY New Paltz
│ │ ├── academics.html # Academic programs and faculty information
│ │ ├── admissions.html # Admissions process and requirements
│ │ └── contact.html # Contact information and inquiry form
├── package.json # npm configuration file
├── .gitignore # Files to be ignored by version control
└── README.md # Project documentation
-
Clone the repository:
git clone <repository-url> -
Navigate to the project directory:
cd suny-new-paltz-website -
Install dependencies:
npm install -
Run the project: You can use a local server to view the website. For example, you can use
live-serveror any other preferred method.
This website aims to provide a comprehensive overview of SUNY New Paltz, highlighting its academic programs, admissions process, and campus life. It serves as a resource for prospective students and their families, as well as current students and faculty.