@hustle-together/api-dev-tools 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo/workflow-demo.html +45 -15
- package/package.json +1 -1
package/demo/workflow-demo.html
CHANGED
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>API Dev Tools -
|
|
6
|
+
<title>Hustle API Dev Tools - Build APIs the Right Way</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
7
10
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
|
|
8
11
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
|
|
9
12
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/TextPlugin.min.js"></script>
|
|
@@ -712,20 +715,23 @@
|
|
|
712
715
|
}
|
|
713
716
|
|
|
714
717
|
/* ============================================
|
|
715
|
-
HUSTLE BRAND TITLE
|
|
718
|
+
HUSTLE BRAND TITLE - Matching Home Page Style
|
|
716
719
|
============================================ */
|
|
717
720
|
.hustle-brand {
|
|
718
721
|
display: flex;
|
|
719
722
|
justify-content: center;
|
|
720
|
-
|
|
721
|
-
|
|
723
|
+
align-items: center;
|
|
724
|
+
gap: 15px;
|
|
725
|
+
margin-bottom: 15px;
|
|
722
726
|
flex-wrap: wrap;
|
|
727
|
+
text-align: center;
|
|
723
728
|
}
|
|
724
729
|
|
|
725
730
|
.hustle-word {
|
|
726
|
-
font-size:
|
|
727
|
-
font-
|
|
728
|
-
|
|
731
|
+
font-size: 5rem;
|
|
732
|
+
font-family: 'Fredoka', sans-serif;
|
|
733
|
+
font-weight: 700;
|
|
734
|
+
letter-spacing: 4px;
|
|
729
735
|
opacity: 0;
|
|
730
736
|
transform: translateY(30px);
|
|
731
737
|
}
|
|
@@ -739,6 +745,33 @@
|
|
|
739
745
|
color: var(--accent-red);
|
|
740
746
|
}
|
|
741
747
|
|
|
748
|
+
/* Intro section centering */
|
|
749
|
+
#intro {
|
|
750
|
+
text-align: center;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
#intro .ascii-border {
|
|
754
|
+
display: flex;
|
|
755
|
+
flex-direction: column;
|
|
756
|
+
align-items: center;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.package-name {
|
|
760
|
+
text-align: center;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.version {
|
|
764
|
+
text-align: center;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.tagline {
|
|
768
|
+
text-align: center;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.scroll-hint {
|
|
772
|
+
text-align: center;
|
|
773
|
+
}
|
|
774
|
+
|
|
742
775
|
/* ============================================
|
|
743
776
|
PHASE FLOW - LIGHTING UP SEQUENCE
|
|
744
777
|
============================================ */
|
|
@@ -1568,21 +1601,18 @@
|
|
|
1568
1601
|
<div class="ascii-border">
|
|
1569
1602
|
<div class="hustle-brand" id="hustleBrand">
|
|
1570
1603
|
<span class="hustle-word">HUSTLE</span>
|
|
1604
|
+
<span class="hustle-word hustle-highlight">API</span>
|
|
1571
1605
|
<span class="hustle-word hustle-highlight">DEV</span>
|
|
1572
1606
|
<span class="hustle-word">TOOLS</span>
|
|
1573
1607
|
</div>
|
|
1574
1608
|
<div class="package-name" id="packageName">@hustle-together/api-dev-tools</div>
|
|
1575
|
-
<div class="version" id="versionText">v2.0.
|
|
1576
|
-
<p class="tagline">"
|
|
1609
|
+
<div class="version" id="versionText">v2.0.2</div>
|
|
1610
|
+
<p class="tagline">"Hustle together. Share resources. Build stronger."<span class="cursor"></span></p>
|
|
1577
1611
|
|
|
1578
1612
|
<div class="intro-text">
|
|
1579
1613
|
<p>
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
<strong>multiple-choice options</strong> based on real findings.
|
|
1583
|
-
</p>
|
|
1584
|
-
<p style="margin-top: 20px;">
|
|
1585
|
-
<strong>Scroll down</strong> to see the 5-phase workflow in action.
|
|
1614
|
+
<strong>Enforced workflows</strong> for AI-assisted API development.
|
|
1615
|
+
Research first. Interview second. <span class="text-red">No shortcuts.</span>
|
|
1586
1616
|
</p>
|
|
1587
1617
|
</div>
|
|
1588
1618
|
|
package/package.json
CHANGED