An open API service indexing awesome lists of open source software.

https://github.com/redfox-studios/1line-challenge-2025

A simple portolio that has only one line of each code (HTML, CSS and JS). Made at 1line challenge 2025
https://github.com/redfox-studios/1line-challenge-2025

1line 2025 challenge competitive-programming css html javascript portfolio redfox-studios website

Last synced: 7 months ago
JSON representation

A simple portolio that has only one line of each code (HTML, CSS and JS). Made at 1line challenge 2025

Awesome Lists containing this project

README

          

# 1Line Challenge 2025 🚀

## The Challenge
Create the most impressive portfolio website using only HTML, CSS, and JavaScript - with a twist: all your code must be written in just 3 lines!
Join here: https://discord.gg/JWVMk9pvPS

### Rules 📋

1. **File Structure**
```html
Your Title

/* All your CSS goes here in ONE line */

// All your JavaScript goes here in ONE line

```

2. **Core Rules**

- ✅ All CSS must be written in line 1 (inside the `` tag)
- ✅ All HTML content must be written in line 2 (inside the `<body>` tag)
- ✅ All JavaScript must be written in line 3 (inside the `<script>` tag)
- ✅ DOCTYPE and meta tags don't count towards the line limit

3. **Restrictions**

- ❌ No external frameworks or libraries (no Bootstrap, jQuery, etc.)
- ❌ No external CSS files
- ❌ No external JavaScript files
- ❌ No AI-generated code
- ❌ No CSS preprocessors
- ❌ No bundlers or build tools
- ❌ No CDNs
- ❌ No external fonts (use system fonts only)
- ❌ No minifiers or code compressors

4. **Requirements**
- Must be a portfolio website
- Must be responsive
- Must be readable (even though it's one line)
- Must work in modern browsers
- All code must be original and written by you

### Judging Criteria 🏆

1. **Design**
- Visual appeal
- User experience
- Responsiveness
- Creativity

2. **Code Quality**
- Efficiency
- Organization (despite being in one line)
- Browser compatibility
- Performance

3. **Functionality**
- Features implemented
- Interactivity
- Smooth animations
- Error-free execution

### Tips for Success 💡
1. Plan your code structure before writing
2. Use semicolons to separate statements
3. Test thoroughly in different browsers
4. Comment your code for readability (when sharing with others)
5. Consider using CSS Grid and Flexbox for responsive layouts
6. Optimize your code to keep it concise
7. Use system fonts for better performance

### Submission Guidelines 📝
1. Create a GitHub repository named "1line-challenge-2025"
2. Your repository must contain:
- index.html (your one-line challenge code)
- README.md (description of your portfolio)
- screenshot.png (preview of your portfolio)
3. Deploy your portfolio (GitHub Pages, Vercel, etc.)
4. Submit your repository URL and live demo link

### Timeline ⏰
- Start: January 1, 2025
- Submission Deadline: August= , 2025
- Winners Announcement: August 10, 2025

### Prizes 🏅

- 🥇 **First Place**: RedFox Studios VIP for 4 accounts
- 🥈 **Second Place**: RedFox Studios Discord VIP Membership for 3 accounts
- 🥉 **Third Place**: RedFox Studios Discord VIP Membership for 2 accounts
- 🎨 **Best Design**: RedFox Studios Discord VIP Membership for 1 account
- 💻 **Most Creative Code**: RedFox Studios Discord VIP Membership for 1 account

### FAQ ❓

**Q: Can I use images?**
A: Yes, but they must be hosted online and referenced via URL.

**Q: Can I use multiple HTML files?**
A: No, everything must be in a single index.html file.

**Q: Can I minify my code?**
A: No, code must be written in its original form without using minifiers.

**Q: Can I use CSS variables?**
A: Yes, as long as they're defined within your one line of CSS.

Good luck, and may the best one-liner win! 🚀