{% extends "base.html" %} {% block title %}Welcome - CREATESONLINE{% endblock %} {% block extra_style %} h1 { font-size: 2.8em; color: #000000; margin-bottom: 15px; text-align: center; font-weight: 300; letter-spacing: -1px; position: relative; } h1::after { content: ''; display: block; width: 60px; height: 3px; background: #000000; margin: 20px auto 0; } .subtitle { text-align: center; color: #666666; font-size: 1.1em; margin-bottom: 50px; font-weight: 300; line-height: 1.6; } .links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin: 50px 0; } .link-card { background: #000000; padding: 40px 30px; text-decoration: none; color: white; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); border: 2px solid #000000; position: relative; overflow: hidden; } .link-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent); transition: left 0.5s; } .link-card:hover::before { left: 100%; } .link-card:hover { background: #ffffff; color: #000000; border: 2px solid #000000; transform: translateY(-8px); box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3); } .link-card h3 { margin-bottom: 12px; font-size: 1.3em; font-weight: 600; letter-spacing: -0.5px; } .link-card p { opacity: 0.85; font-size: 0.95em; font-weight: 300; line-height: 1.6; } .link-card:hover p { opacity: 0.7; } .version { text-align: center; color: #999999; margin-top: 60px; font-size: 0.85em; font-weight: 300; padding-top: 40px; border-top: 1px solid #e0e0e0; } .version p { margin: 5px 0; } @media (max-width: 768px) { .links { grid-template-columns: 1fr; } .container { padding: 50px 30px; } h1 { font-size: 2em; } } {% endblock %} {% block content %}
Complete guides and API reference
Get started in 5 minutes
Real-world code examples
View source and contribute
CREATESONLINE v0.1.23
Built by the CREATESONLINE Team