A modern, professional website for the Cornell Database Group, featuring research highlights, team members, publications, and projects.
- Modern Design: Gradient hero sections with Cornell red color scheme
- Responsive Layout: Fully responsive design that works on all devices
- Interactive Elements: Collapsible publication sections by year
- Smooth Animations: Fade-in effects and smooth transitions
- Accessibility: Keyboard navigation and ARIA labels
Cornell-DB-Group/
├── index.html # Main website file
├── static/
│ ├── css/
│ │ ├── bulma.min.css # Bulma CSS framework
│ │ ├── fontawesome.all.min.css # Font Awesome icons
│ │ └── index.css # Custom styles
│ ├── js/
│ │ ├── fontawesome.all.min.js # Font Awesome JavaScript
│ │ └── index.js # Custom JavaScript
│ └── images/
│ └── cornell-logo.png # Cornell logo
└── README.md # This file
- Hero Section: Main title with Cornell DB Group branding
- News: Latest research achievements and milestones
- People: Faculty, PhD students, graduates, and undergrads
- Projects: Featured research projects with links
- Publications: Organized by year (2026-2017) with collapsible sections
- Footer: Contact information and social media links
- HTML5: Semantic markup
- CSS3: Custom styles with Bulma framework
- JavaScript: Interactive features and animations
- Font Awesome: Icon library
- Google Fonts: Typography (Google Sans, Noto Sans)
To view the website locally:
- Open
index.htmlin a web browser - Or use a local server:
Then visit
cd Cornell-DB-Group python -m http.server 8000http://localhost:8000in your browser
This website can be deployed to:
- GitHub Pages
- Netlify
- Vercel
- Any static hosting service
The primary color scheme uses Cornell red (#b31b1b, #c41e3a). To change:
- Edit the gradient colors in
static/css/index.css
- Update news items in the News section
- Add/remove people in the People section
- Update publications in the Publications section
- Add new projects in the Projects section
- Replace
static/images/cornell-logo.pngwith your preferred logo
Design inspired by SemBench website with custom Cornell branding.
© 2025 Cornell Database Group