Skip to content

Mudasserkhalid/college-logo-slider-wix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ College Logo Slider - Infinite Auto-Scrolling University Logos for Wix

A beautiful, responsive, infinite auto-scrolling college logo slider with drag support. Perfect for showcasing university partnerships, clients, or sponsors on your Wix website.

College Logo Slider

✨ Features

  • Infinite Scrolling: Seamless, continuous auto-scroll animation
  • Drag Support: Users can drag/slide to control the animation
  • Responsive Design: Works perfectly on desktop, tablet, and mobile devices
  • 2 Rows with Different Speeds: Creates visual interest with alternating scroll directions
  • Hover Effects: Interactive hover states for better user engagement
  • Zero Dependencies: Pure HTML, CSS, and JavaScript - no frameworks required
  • Customizable: Easy to modify colors, sizes, and add your own logos
  • SEO Optimized: Includes proper meta tags and semantic HTML

🎨 Included Universities

Row 1 (6 Schools):

  • University of Wisconsin-Eau Claire
  • University of Wisconsin-Green Bay
  • University of Wisconsin-Madison
  • University of Wisconsin-Milwaukee
  • University of Minnesota-Duluth
  • University of St. Thomas

Row 2 (5 Schools):

  • Normandale Community College
  • University of Minnesota
  • Michigan State University
  • University of Michigan
  • Marquette University

πŸš€ How to Use on Wix

Method 1: Using HTML Embed Element (Recommended)

  1. Upload Your Files to Wix

    • Go to your Wix site editor
    • Click on "Add" β†’ "More" β†’ "HTML Code"
    • Before embedding, you need to upload the HTML file and logos folder
  2. Upload HTML File

    • In Wix, go to "Settings" β†’ "Files"
    • Upload wix-embed.html (you may need to upload to a hosting service first)
    • Or directly copy the HTML code below
  3. Upload Logos

    • Upload the entire logos/ folder to your Wix Media Manager
    • Note the URLs/paths of the uploaded logos
    • Update the image paths in the HTML code if needed
  4. Embed the Slider

    • Add an "HTML Code" element to your page
    • Open wix-embed.html and copy the entire content
    • Paste it into the HTML Code element
    • Adjust the width settings if needed
    • Click "Update" to save

Method 2: Using iFrame Embed

  1. Host the Files

    • Upload all files to a web hosting service (GitHub Pages, Netlify, etc.)
    • Get the public URL of your wix-embed.html file
  2. Embed in Wix

    • Add an "HTML Code" element to your Wix page
    • Use this code (replace with your URL):
<iframe 
    src="YOUR_HOSTED_URL/wix-embed.html" 
    width="100%" 
    height="350" 
    frameborder="0" 
    scrolling="no"
    style="border: none;">
</iframe>

Method 3: Direct Code Embed

  1. Copy the Code

    • Open wix-embed.html
    • Copy everything from <style> to </script> (lines 30-441)
    • Also copy the content inside <body> (lines 280-369)
  2. Add to Wix

    • Add an "HTML Code" element
    • Paste the CSS and JavaScript in the HTML Code box
    • Make sure the logos folder is uploaded to Wix Media Manager
    • Update image paths to point to your Wix media URLs

πŸ“ Project Structure

newslider/
β”œβ”€β”€ wix-embed.html          # Main HTML file with embedded CSS and JS
β”œβ”€β”€ logos/                  # Logo images folder
β”‚   β”œβ”€β”€ uwec-logo.png      # University of Wisconsin-Eau Claire
β”‚   β”œβ”€β”€ uwgb-logo.png      # University of Wisconsin-Green Bay
β”‚   β”œβ”€β”€ uw-logo.png        # University of Wisconsin-Madison
β”‚   β”œβ”€β”€ uwm-logo.png       # University of Wisconsin-Milwaukee
β”‚   β”œβ”€β”€ umd-logo.png       # University of Minnesota-Duluth
β”‚   β”œβ”€β”€ ust-logo.png       # University of St. Thomas
β”‚   β”œβ”€β”€ nc-logo.png        # Normandale Community College
β”‚   β”œβ”€β”€ umn-logo.png       # University of Minnesota
β”‚   β”œβ”€β”€ msu-logo.png       # Michigan State University
β”‚   β”œβ”€β”€ um-logo.png        # University of Michigan
β”‚   └── marquette-logo.png # Marquette University
└── README.md              # This file

🎨 Customization

Changing Logo Colors/Backgrounds

Edit the CSS in wix-embed.html (lines 103-206):

.college-school-box.your-school-box {
    background: #YOUR_COLOR !important;
    color: white !important; /* Adjust text color if needed */
}

Adding Your Own Logos

  1. Add your logo image to the logos/ folder
  2. Add a new school box in the HTML:
<div class="college-school-box your-school-box">
    <img src="logos/your-logo.png" alt="Your School Name" class="college-school-logo">
</div>
  1. Add CSS styling for your school (see above)
  2. Update both the original and duplicate tracks

Changing Animation Speed

Modify the animation duration in CSS (lines 38-43):

.college-slider-row {
    animation: scroll-left 31.25s linear infinite; /* Change 31.25s to desired duration */
}

Adjusting Box Sizes

Modify the .college-school-box properties (lines 71-82):

.college-school-box {
    min-width: 320px;  /* Adjust width */
    height: 140px;     /* Adjust height */
    padding: 20px 28px; /* Adjust padding */
}

πŸ“± Responsive Design

The slider automatically adapts to different screen sizes:

  • Desktop: Full-size boxes (320px width)
  • Tablet (<768px): Medium boxes (200px width)
  • Mobile (<480px): Compact boxes (160px width)

🌐 Browser Compatibility

  • βœ… Chrome/Edge (latest)
  • βœ… Firefox (latest)
  • βœ… Safari (latest)
  • βœ… Opera (latest)
  • βœ… Mobile browsers (iOS Safari, Chrome Mobile)

πŸ” SEO Benefits

This slider includes:

  • Semantic HTML5 structure
  • Proper alt text for all images
  • Meta tags for search engines
  • Schema-ready markup
  • Fast loading times
  • Mobile-first responsive design

πŸ“ License

This project is free to use and modify. Attribution is appreciated but not required.

πŸ’Ό Need Professional Help?

Created by Qubetex - Your partner for web development and design solutions.

What We Offer:

  • 🎨 Custom Website Development
  • πŸ“± Mobile App Development
  • πŸ’Ό Medical Billing Solutions
  • πŸ“Š SEO & Digital Marketing
  • πŸ–₯️ UI/UX Design Services
  • πŸš€ Software Development
  • πŸ€– AI Solutions

🀝 Contributing

Contributions are welcome! If you have suggestions or improvements:

  1. Fork this repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

πŸ“§ Support

For questions or support:

⭐ Show Your Support

If this project helped you, please consider:

  • Giving it a ⭐ on GitHub
  • Sharing it with others
  • Hiring us for your next project: Qubetex Fiverr

Made with ❀️ by Qubetex | Get Professional Web Services

About

Beautiful infinite auto-scrolling college logo slider with drag support for Wix websites. Responsive, customizable, and SEO-optimized. Perfect for showcasing university partnerships.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages