A modern, responsive company website for Taiwan Leopard Mobile Technology, showcasing mobile applications and services.
Website: http://binghuan.github.io/ileopard/
台灣雪豹科技 (Taiwan Leopard Mobile Technology) was founded in 2014 with the vision of becoming Taiwan's first true mobile internet company. The company now has over 200 employees and focuses on both developing original mobile applications and representing excellent domestic and international mobile apps.
- 友愛、自信、活力 (Friendship, Confidence, Vitality)
- Product Philosophy: 專注、極致、口碑、快 (Focus, Excellence, Reputation, Speed)
The website showcases our main mobile applications:
- Clean Master - Mobile cleaning and optimization
- CM Security - Mobile security solution
- Photo Grid - Photo editing and collage app
- CM Browser - Fast and secure mobile browser
- Battery Doctor - Battery optimization tool
- HTML5 - Semantic markup
- CSS3 & SCSS - Modern styling with Material Design
- Material Design Lite (MDL) - Google's Material Design components
- Material Icons - Icon system
- Roboto Font - Typography
- Responsive Design - Mobile-first approach
ileopard/
├── images/ # Company and product images
│ ├── andy.png # Company mascot
│ ├── clean_master.png
│ ├── cm_security.png
│ ├── photo_grid.png
│ ├── cm_browser.png
│ ├── battery_doctor.png
│ └── ...
├── index.html # Main website file
├── styles.css # Custom styles
├── material.scss # Material Design styles
└── README.md # Project documentation
Address:
11047台北市信義區信義路五段7號83樓
83F., No.7, Sec. 5, Xinyi Rd., Xinyi Dist., Taipei City 110, Taiwan (R.O.C.)
Phone: 02-8101-0288
Business Registration: 54682636
- LinkedIn: Leopard Mobile
- Facebook: 台灣雪豹科技
- Google Play: Developer Profile
|
|
- Clone the repository:
git clone https://github.com/binghuan/ileopard.git
cd ileopard- Open
index.htmlin your web browser or serve it using a local server:
# Using Python
python -m http.server 8000
# Using Node.js
npx serve .- Navigate to
http://localhost:8000in your browser
Built with ❤️ by @BH_Lin