Skip to content

An online address that hosts everything related to the INFORMS Student Chapter at the University of South Dakota.

Notifications You must be signed in to change notification settings

usdinforms/usdinforms.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFORMS Student Chapter - University of South Dakota

A professional, responsive website for the INFORMS Student Chapter at the University of South Dakota, built with modern web technologies and following best practices for accessibility and user experience.

🌟 Features

  • Responsive Design: Fully responsive layout that works on all devices
  • Modern UI/UX: Clean, professional design with smooth animations
  • Accessibility: WCAG compliant with keyboard navigation support
  • Performance Optimized: Fast loading with optimized assets
  • Interactive Elements: Smooth scrolling, hover effects, and animations
  • Mobile-First: Mobile navigation with hamburger menu

🎨 Design System

Brand Colors

  • USD Red (Primary): #AD0000 - Headers, buttons, highlights
  • INFORMS Blue (Secondary): #003087 - Main secondary color
  • INFORMS Orange: #E87722 - Accent color
  • INFORMS Green: #84BD00 - Growth, balance
  • INFORMS Yellow: #F1C400 - Optimism, secondary accent
  • Cool Gray: #75787B - Neutral supporting color

Typography

  • Headers: Roboto (Bold/Medium weights)
  • Body Text: Lora (Regular/Light weights)
  • Fallbacks: Helvetica, Georgia, Arial, Times New Roman

📁 Project Structure

usdinform.github.io/
├── index.html          # Main HTML file
├── styles.css          # CSS styles and responsive design
├── script.js           # JavaScript functionality
├── README.md           # Project documentation
├── master_prompt.md    # Design specifications
└── content_glossary.md # Content guidelines

🚀 Getting Started

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, Edge)
  • A local web server (optional, for development)

Installation

  1. Clone or download the project files
  2. Open index.html in your web browser
  3. For development, use a local server:
    # Using Python 3
    python -m http.server 8000
    
    # Using Node.js (if you have http-server installed)
    npx http-server
    
    # Using PHP
    php -S localhost:8000

Development

The website is built with vanilla HTML, CSS, and JavaScript, making it easy to customize:

  • HTML: Semantic structure with accessibility features
  • CSS: Modern CSS with Grid, Flexbox, and custom properties
  • JavaScript: ES6+ features with event handling and animations

📱 Pages & Sections

Home Page

  • Hero banner with USD + INFORMS branding
  • Welcome message
  • Executive Board section (5 members in grid layout)
  • Footer with quick links

About Us

  • INFORMS mission and goals
  • USD chapter introduction
  • Icon-based goals presentation

Events & Resources

  • Events timeline (guest lectures, workshops, competitions)
  • Resources grid (membership, study groups, mentorship, career prep)
  • Call-to-action section

🛠️ Customization

Adding Content

  1. Executive Board: Update member information in index.html
  2. Events: Add new events to the events timeline
  3. Resources: Modify resource cards as needed
  4. Contact Information: Update email addresses and social links

Styling Changes

  1. Colors: Modify CSS custom properties in styles.css
  2. Typography: Update font imports and family declarations
  3. Layout: Adjust grid and flexbox properties
  4. Animations: Customize transition and animation values

Functionality

  1. Navigation: Modify JavaScript event handlers
  2. Forms: Implement form submission logic
  3. Analytics: Add tracking code to script.js
  4. Performance: Optimize images and assets

📧 Contact Information

Executive Board 2025–2026

  • President: Satkar Karki
  • Vice-President: Hadi Hindieh
  • Secretary: Riti Dahal
  • Treasurer: Sabun Dhital
  • Webmaster: Nicholas Macchio

General Contact

  • Email: informs@usd.edu
  • University: University of South Dakota
  • Organization: INFORMS Student Chapter

🔧 Technical Details

Browser Support

  • Chrome 60+
  • Firefox 55+
  • Safari 12+
  • Edge 79+

Performance

  • Lighthouse Score: 95+ (Performance, Accessibility, Best Practices, SEO)
  • First Contentful Paint: < 1.5s
  • Largest Contentful Paint: < 2.5s

Accessibility

  • WCAG 2.1 AA compliant
  • Keyboard navigation support
  • Screen reader friendly
  • High contrast ratios
  • Focus indicators

📄 License

This project is created for the INFORMS Student Chapter at the University of South Dakota. All rights reserved.

🤝 Contributing

For contributions or suggestions, please contact the webmaster or submit an issue through the appropriate channels.


Built with ❤️ for the INFORMS Student Chapter Community

About

An online address that hosts everything related to the INFORMS Student Chapter at the University of South Dakota.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published