File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,37 @@ export default function Home() {
6262 </ p >
6363 </ div >
6464
65+ { /* Info Blurb */ }
66+ < div className = "max-w-3xl mx-auto mb-8" >
67+ < div className = "bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-5 shadow-sm" >
68+ < div className = "flex items-start gap-3" >
69+ < svg className = "w-5 h-5 text-vector-cobalt dark:text-vector-magenta flex-shrink-0 mt-0.5" fill = "none" stroke = "currentColor" viewBox = "0 0 24 24" >
70+ < path strokeLinecap = "round" strokeLinejoin = "round" strokeWidth = { 2 } d = "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
71+ </ svg >
72+ < div >
73+ < h3 className = "font-semibold text-gray-900 dark:text-white mb-2 text-sm" > What's an Implementation?</ h3 >
74+ < p className = "text-xs text-gray-700 dark:text-gray-300 leading-relaxed mb-2" >
75+ Executable code for ML algorithms, models, and techniques spanning individual methods to comprehensive libraries:
76+ </ p >
77+ < ul className = "text-xs text-gray-700 dark:text-gray-300 space-y-1 ml-3" >
78+ < li className = "flex items-start gap-1.5" >
79+ < span className = "text-vector-cobalt dark:text-vector-magenta" > •</ span >
80+ < span > < span className = "font-medium text-vector-cobalt dark:text-vector-magenta" > Applied Research</ span > — novel experimentation and techniques often accompanying published work</ span >
81+ </ li >
82+ < li className = "flex items-start gap-1.5" >
83+ < span className = "text-vector-cobalt dark:text-vector-magenta" > •</ span >
84+ < span > < span className = "font-medium text-vector-cobalt dark:text-vector-magenta" > Bootcamp</ span > — demos and tutorials</ span >
85+ </ li >
86+ < li className = "flex items-start gap-1.5" >
87+ < span className = "text-vector-cobalt dark:text-vector-magenta" > •</ span >
88+ < span > < span className = "font-medium text-vector-cobalt dark:text-vector-magenta" > Tool</ span > — production-ready libraries for real-world use</ span >
89+ </ li >
90+ </ ul >
91+ </ div >
92+ </ div >
93+ </ div >
94+ </ div >
95+
6596 { /* Search Bar */ }
6697 < SearchBar />
6798
You can’t perform that action at this time.
0 commit comments