App-GitKtti
view release on metacpan or search on metacpan
docs/index.html view on Meta::CPAN
transform: translateX(0);
}
}
@keyframes starfield {
0% { transform: translateY(0) rotate(0deg); }
100% { transform: translateY(-100vh) rotate(360deg); }
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #e0e0e0;
background: #0a0a0a;
min-height: 100vh;
overflow-x: hidden;
position: relative;
}
body::before {
content: '';
docs/index.html view on Meta::CPAN
filter: drop-shadow(0 0 15px rgba(240, 101, 67, 0.5));
transition: all 0.3s ease;
}
.git-logo:hover {
transform: scale(1.1) rotate(5deg);
filter: drop-shadow(0 0 25px rgba(240, 101, 67, 0.8));
}
.logo {
font-size: 2.5rem;
font-weight: 800;
color: #667eea;
text-decoration: none;
text-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
transition: all 0.3s ease;
}
.logo:hover {
transform: scale(1.05);
text-shadow: 0 0 30px rgba(102, 126, 234, 0.8);
}
docs/index.html view on Meta::CPAN
.hero-logo {
width: 150px;
height: 150px;
background: url('assets/gitktti_logo.png') center/contain no-repeat;
margin: 0 auto 2rem;
filter: drop-shadow(0 0 30px rgba(240, 101, 67, 0.6));
animation: float 4s ease-in-out infinite;
}
.hero h1 {
font-size: 5rem;
margin-bottom: 1rem;
text-shadow: 0 0 40px rgba(102, 126, 234, 0.6);
background: linear-gradient(45deg, #667eea, #764ba2, #ff6b6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: float 6s ease-in-out infinite;
font-weight: 900;
letter-spacing: -2px;
}
.hero .subtitle {
font-size: 2rem;
margin-bottom: 2rem;
opacity: 0.9;
color: #667eea;
text-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
animation: slideInLeft 1.5s ease-out 0.5s both;
}
.hero .tagline {
font-size: 1.4rem;
margin-bottom: 4rem;
opacity: 0.8;
max-width: 800px;
margin-left: auto;
margin-right: auto;
animation: slideInRight 1.5s ease-out 1s both;
}
.cta-button {
display: inline-block;
background: linear-gradient(45deg, #667eea, #764ba2);
color: white;
padding: 20px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 1.2rem;
transition: all 0.4s ease;
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
border: 2px solid transparent;
position: relative;
overflow: hidden;
animation: glow 3s ease-in-out infinite;
}
.cta-button::before {
content: '';
docs/index.html view on Meta::CPAN
border: 1px solid rgba(102, 126, 234, 0.2);
}
.features {
padding: 6rem 2rem;
position: relative;
}
.features h2 {
text-align: center;
font-size: 3.5rem;
margin-bottom: 4rem;
color: #e0e0e0;
text-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
font-weight: 800;
animation: fadeInUp 1s ease-out;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 3rem;
margin-bottom: 4rem;
}
docs/index.html view on Meta::CPAN
opacity: 1;
}
.feature-card:hover {
transform: translateY(-15px) scale(1.02);
box-shadow: 0 30px 60px rgba(102, 126, 234, 0.3);
border-color: rgba(102, 126, 234, 0.6);
}
.feature-icon {
font-size: 4rem;
margin-bottom: 2rem;
display: block;
filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.5));
animation: float 4s ease-in-out infinite;
}
.feature-card:nth-child(even) .feature-icon {
animation-delay: -2s;
}
.feature-card h3 {
font-size: 1.8rem;
margin-bottom: 1.5rem;
color: #e0e0e0;
position: relative;
z-index: 1;
font-weight: 700;
}
.feature-card p {
color: #b0b0b0;
line-height: 1.8;
position: relative;
z-index: 1;
font-size: 1.1rem;
}
.aliases-section {
background: rgba(15, 15, 15, 0.9);
padding: 6rem 2rem;
border-top: 1px solid rgba(102, 126, 234, 0.3);
border-bottom: 1px solid rgba(102, 126, 234, 0.3);
}
.aliases-section h2 {
text-align: center;
font-size: 3.5rem;
margin-bottom: 4rem;
color: #e0e0e0;
text-shadow: 0 0 30px rgba(255, 107, 107, 0.5);
font-weight: 800;
}
.aliases-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
max-width: 1000px;
margin: 0 auto;
}
docs/index.html view on Meta::CPAN
border: 1px solid rgba(102, 126, 234, 0.2);
}
.alias-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
border-color: rgba(102, 126, 234, 0.5);
}
.alias-item code {
font-family: 'Monaco', 'Menlo', monospace;
background: rgba(102, 126, 234, 0.2);
padding: 0.8rem 1.2rem;
border-radius: 10px;
font-weight: bold;
color: #667eea;
font-size: 1.2rem;
text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
}
.alias-item p {
margin-top: 1rem;
color: #b0b0b0;
font-size: 1rem;
line-height: 1.6;
}
.installation {
padding: 6rem 2rem;
text-align: center;
}
.installation h2 {
font-size: 3.5rem;
margin-bottom: 3rem;
color: #e0e0e0;
text-shadow: 0 0 30px rgba(118, 75, 162, 0.5);
font-weight: 800;
}
.installation p {
font-size: 1.3rem;
color: #b0b0b0;
margin-bottom: 3rem;
}
.code-block {
background: rgba(10, 10, 10, 0.9);
color: #e2e8f0;
padding: 3rem;
border-radius: 20px;
margin: 3rem auto;
max-width: 800px;
text-align: left;
font-family: 'Monaco', 'Menlo', monospace;
font-size: 1rem;
line-height: 1.6;
overflow-x: auto;
border: 1px solid rgba(102, 126, 234, 0.3);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
position: relative;
white-space: pre-line;
}
.code-block::before {
content: '';
docs/index.html view on Meta::CPAN
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2, #ff6b6b);
border-radius: 20px 20px 0 0;
}
/* Syntax highlighting colors */
.code-block .comment {
color: #6a9955;
font-style: italic;
}
.code-block .prompt {
color: #569cd6;
font-weight: bold;
}
.code-block .command {
color: #dcdcaa;
font-weight: bold;
}
.code-block .url {
color: #4fc1ff;
text-decoration: underline;
}
.code-block .variable {
color: #9cdcfe;
}
.code-block .path {
color: #ce9178;
}
.code-block .alias {
color: #c586c0;
font-weight: bold;
}
.code-block .string {
color: #ce9178;
}
.workflow-section {
background: rgba(15, 15, 15, 0.9);
padding: 6rem 2rem;
border-top: 1px solid rgba(102, 126, 234, 0.3);
}
.workflow-section h2 {
text-align: center;
font-size: 3.5rem;
margin-bottom: 4rem;
color: #e0e0e0;
text-shadow: 0 0 30px rgba(255, 107, 107, 0.5);
font-weight: 800;
}
.workflow-steps {
max-width: 900px;
margin: 0 auto;
}
.workflow-step {
background: rgba(30, 30, 30, 0.8);
margin: 2rem 0;
docs/index.html view on Meta::CPAN
border: 1px solid rgba(102, 126, 234, 0.2);
}
.workflow-step:hover {
transform: translateX(10px);
box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
border-color: rgba(102, 126, 234, 0.5);
}
.workflow-step h3 {
font-size: 1.6rem;
margin-bottom: 1.5rem;
color: #e0e0e0;
font-weight: 700;
}
.workflow-step p {
color: #b0b0b0;
line-height: 1.8;
font-size: 1.1rem;
}
.workflow-step code {
background: rgba(102, 126, 234, 0.2);
padding: 0.6rem 1rem;
border-radius: 8px;
font-family: 'Monaco', 'Menlo', monospace;
color: #667eea;
font-size: 1rem;
text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
}
footer {
background: rgba(0, 0, 0, 0.9);
color: white;
text-align: center;
padding: 3rem 0;
margin-top: 2rem;
border-top: 1px solid rgba(102, 126, 234, 0.3);
backdrop-filter: blur(20px);
}
footer p {
font-size: 1.1rem;
margin-bottom: 1rem;
}
.footer-links {
margin-top: 2rem;
}
.footer-links a {
color: #667eea;
text-decoration: none;
margin: 0 1.5rem;
transition: all 0.3s ease;
font-weight: 500;
font-size: 1.1rem;
}
.footer-links a:hover {
color: #ff6b6b;
text-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}
@media (max-width: 768px) {
.hero h1 {
font-size: 3rem;
}
.hero .subtitle {
font-size: 1.5rem;
}
.hero .tagline {
font-size: 1.1rem;
padding: 0 1rem;
}
.features h2,
.aliases-section h2,
.installation h2,
.workflow-section h2 {
font-size: 2.5rem;
}
.features-grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.feature-card {
padding: 2rem;
}
docs/index.html view on Meta::CPAN
grid-template-columns: 1fr;
}
.workflow-step {
padding: 2rem;
margin: 1rem 0;
}
.code-block {
padding: 2rem;
font-size: 0.9rem;
}
.container {
padding: 0 15px;
}
.hero {
padding: 6rem 0;
}
.features,
.aliases-section,
.installation,
.workflow-section {
padding: 4rem 1rem;
}
}
@media (max-width: 480px) {
.hero h1 {
font-size: 2.5rem;
}
.hero .subtitle {
font-size: 1.3rem;
}
.logo {
font-size: 2rem;
}
.features h2,
.aliases-section h2,
.installation h2,
.workflow-section h2 {
font-size: 2rem;
}
.cta-button {
padding: 15px 30px;
font-size: 1rem;
}
}
</style>
</head>
<body>
<div class="stars"></div>
<script>
// Generate stars
function createStars() {
docs/index.html view on Meta::CPAN
<p>Smart branch checkout with Git flow awareness</p>
</div>
<div class="alias-item">
<code>ktest</code>
<p>Run diagnostic tests</p>
</div>
</div>
</section>
<section class="modernization-section" style="background: rgba(15, 15, 15, 0.9); padding: 6rem 2rem; border-top: 1px solid rgba(102, 126, 234, 0.3); border-bottom: 1px solid rgba(102, 126, 234, 0.3);">
<h2 style="text-align: center; font-size: 3.5rem; margin-bottom: 4rem; color: #e0e0e0; text-shadow: 0 0 30px rgba(118, 75, 162, 0.5); font-weight: 800;">ð Version 2.0 - Modern Architecture</h2>
<div style="max-width: 1000px; margin: 0 auto;">
<div style="background: rgba(30, 30, 30, 0.8); padding: 3rem; border-radius: 25px; border: 1px solid rgba(102, 126, 234, 0.3); backdrop-filter: blur(10px); margin-bottom: 3rem;">
<h3 style="font-size: 1.8rem; margin-bottom: 2rem; color: #667eea; font-weight: 700;">What's New in 2.0?</h3>
<ul style="color: #b0b0b0; line-height: 1.8; font-size: 1.1rem; list-style: none; padding: 0;">
<li style="margin: 1rem 0; padding-left: 2rem; position: relative;">
<span style="position: absolute; left: 0; color: #667eea;">â</span>
<strong>CPAN Distribution:</strong> Install with <code style="background: rgba(102, 126, 234, 0.2); padding: 0.4rem 0.8rem; border-radius: 6px; color: #667eea;">cpanm App::GitKtti</code>
</li>
<li style="margin: 1rem 0; padding-left: 2rem; position: relative;">
<span style="position: absolute; left: 0; color: #667eea;">â</span>
<strong>Modern Commands:</strong> <code style="background: rgba(102, 126, 234, 0.2); padding: 0.4rem 0.8rem; border-radius: 6px; color: #667eea;">gitktti-*</code> instead of <code style="background: rgba(102, 126, 234,...
</li>
<li style="margin: 1rem 0; padding-left: 2rem; position: relative;">
<span style="position: absolute; left: 0; color: #667eea;">â</span>
docs/index.html view on Meta::CPAN
<p>For urgent fixes: <code>kfix --name critical-security-patch</code></p>
</div>
</div>
</section>
</main>
</div>
<footer>
<div class="container">
<p>© 2025 GitKtti⢠by saumonâ¢. Made with â¤ï¸ for developers who love clean Git workflows.</p>
<p style="margin-top: 1rem; color: #667eea; font-size: 1rem;">ð Now available on CPAN - Version 2.0</p>
<div class="footer-links">
<a href="https://github.com/saumon/gitktti">GitHub Repository</a>
<a href="https://github.com/saumon/gitktti/issues">Report Issues</a>
<a href="https://github.com/saumon/gitktti/blob/master/README.md">Documentation</a>
</div>
</div>
</footer>
</body>
</html>
( run in 2.481 seconds using v1.01-cache-2.11-cpan-ceb78f64989 )