@@ -397,6 +397,168 @@ <h2 class="text-4xl font-bold mb-8 text-stone-800 text-center">Domain Structure<
397397 </ div >
398398 </ div >
399399
400+ <!-- GitHub Statistics -->
401+ < div class ="mb-16 ">
402+ < h2 class ="text-4xl font-bold mb-8 text-stone-800 text-center "> Our Open Source Presence</ h2 >
403+ < div class ="bg-stone-50 rounded-lg p-8 ">
404+ < div class ="grid md:grid-cols-3 gap-6 text-center mb-8 ">
405+ < div class ="bg-white p-6 rounded-lg shadow ">
406+ < div class ="text-4xl font-bold text-orange-600 mb-2 "> 43+</ div >
407+ < p class ="text-gray-700 font-semibold "> Public Repositories</ p >
408+ < p class ="text-sm text-gray-500 mt-1 "> Open source projects</ p >
409+ </ div >
410+ < div class ="bg-white p-6 rounded-lg shadow ">
411+ < div class ="text-4xl font-bold text-orange-600 mb-2 "> 30+</ div >
412+ < p class ="text-gray-700 font-semibold "> Community Followers</ p >
413+ < p class ="text-sm text-gray-500 mt-1 "> On GitHub</ p >
414+ </ div >
415+ < div class ="bg-white p-6 rounded-lg shadow ">
416+ < div class ="text-4xl font-bold text-orange-600 mb-2 "> 2013</ div >
417+ < p class ="text-gray-700 font-semibold "> Since</ p >
418+ < p class ="text-sm text-gray-500 mt-1 "> Organization founded</ p >
419+ </ div >
420+ </ div >
421+ < div class ="text-center ">
422+ < p class ="text-gray-700 mb-4 ">
423+ We are a community of developers working collaboratively in the technological ecosystems of Coderic Corporation.
424+ </ p >
425+ < a href ="https://github.com/Coderic " class ="bg-stone-800 hover:bg-stone-700 text-white font-bold py-3 px-8 rounded-lg text-lg inline-block transition ">
426+ View Our GitHub Organization
427+ </ a >
428+ </ div >
429+ </ div >
430+ </ div >
431+
432+ <!-- Core Principles -->
433+ < div class ="mb-16 ">
434+ < h2 class ="text-4xl font-bold mb-8 text-stone-800 text-center "> Our Core Principles</ h2 >
435+ < p class ="text-lg text-gray-700 text-center max-w-3xl mx-auto mb-12 ">
436+ The Coderic Development Team operates under fundamental principles that guide our work, decisions, and learning approach.
437+ </ p >
438+
439+ < div class ="grid md:grid-cols-3 gap-8 ">
440+ <!-- Fundamental Principles -->
441+ < div class ="bg-gradient-to-br from-blue-50 to-indigo-50 border-2 border-blue-200 rounded-lg p-6 ">
442+ < h3 class ="text-2xl font-bold mb-4 text-stone-800 flex items-center ">
443+ < svg xmlns ="http://www.w3.org/2000/svg " class ="h-6 w-6 mr-2 text-blue-600 " fill ="none " viewBox ="0 0 24 24 " stroke ="currentColor ">
444+ < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z " />
445+ </ svg >
446+ Fundamental Principles
447+ </ h3 >
448+ < ul class ="space-y-2 text-gray-700 text-sm ">
449+ < li class ="flex items-start ">
450+ < span class ="text-blue-600 mr-2 "> •</ span >
451+ < span > Cooperation</ span >
452+ </ li >
453+ < li class ="flex items-start ">
454+ < span class ="text-blue-600 mr-2 "> •</ span >
455+ < span > Open Access</ span >
456+ </ li >
457+ < li class ="flex items-start ">
458+ < span class ="text-blue-600 mr-2 "> •</ span >
459+ < span > Open Data</ span >
460+ </ li >
461+ < li class ="flex items-start ">
462+ < span class ="text-blue-600 mr-2 "> •</ span >
463+ < span > Direct Democracy</ span >
464+ </ li >
465+ < li class ="flex items-start ">
466+ < span class ="text-blue-600 mr-2 "> •</ span >
467+ < span > Solidarity Economy</ span >
468+ </ li >
469+ < li class ="flex items-start ">
470+ < span class ="text-blue-600 mr-2 "> •</ span >
471+ < span > Common Good Economy</ span >
472+ </ li >
473+ < li class ="flex items-start ">
474+ < span class ="text-blue-600 mr-2 "> •</ span >
475+ < span > Free Hardware</ span >
476+ </ li >
477+ < li class ="flex items-start ">
478+ < span class ="text-blue-600 mr-2 "> •</ span >
479+ < span > Free Software</ span >
480+ </ li >
481+ < li class ="flex items-start ">
482+ < span class ="text-blue-600 mr-2 "> •</ span >
483+ < span > Political Transparency</ span >
484+ </ li >
485+ </ ul >
486+ </ div >
487+
488+ <!-- Design Decision Principles -->
489+ < div class ="bg-gradient-to-br from-green-50 to-emerald-50 border-2 border-green-200 rounded-lg p-6 ">
490+ < h3 class ="text-2xl font-bold mb-4 text-stone-800 flex items-center ">
491+ < svg xmlns ="http://www.w3.org/2000/svg " class ="h-6 w-6 mr-2 text-green-600 " fill ="none " viewBox ="0 0 24 24 " stroke ="currentColor ">
492+ < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z " />
493+ </ svg >
494+ Design Principles
495+ </ h3 >
496+ < ul class ="space-y-2 text-gray-700 text-sm ">
497+ < li class ="flex items-start ">
498+ < span class ="text-green-600 mr-2 "> •</ span >
499+ < span > < strong > Keep it simple.</ strong > Simplicity is key.</ span >
500+ </ li >
501+ < li class ="flex items-start ">
502+ < span class ="text-green-600 mr-2 "> •</ span >
503+ < span > < strong > Do it for a reason.</ strong > It's not art.</ span >
504+ </ li >
505+ < li class ="flex items-start ">
506+ < span class ="text-green-600 mr-2 "> •</ span >
507+ < span > < strong > Build it to last.</ strong > Longevity matters.</ span >
508+ </ li >
509+ < li class ="flex items-start ">
510+ < span class ="text-green-600 mr-2 "> •</ span >
511+ < span > < strong > Make it sustainable.</ strong > Downtime is key to productivity.</ span >
512+ </ li >
513+ < li class ="flex items-start ">
514+ < span class ="text-green-600 mr-2 "> •</ span >
515+ < span > < strong > Enable others.</ strong > We are replaceable.</ span >
516+ </ li >
517+ </ ul >
518+ </ div >
519+
520+ <!-- Dialogic Learning Principles -->
521+ < div class ="bg-gradient-to-br from-purple-50 to-pink-50 border-2 border-purple-200 rounded-lg p-6 ">
522+ < h3 class ="text-2xl font-bold mb-4 text-stone-800 flex items-center ">
523+ < svg xmlns ="http://www.w3.org/2000/svg " class ="h-6 w-6 mr-2 text-purple-600 " fill ="none " viewBox ="0 0 24 24 " stroke ="currentColor ">
524+ < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253 " />
525+ </ svg >
526+ Learning Principles
527+ </ h3 >
528+ < ul class ="space-y-2 text-gray-700 text-sm ">
529+ < li class ="flex items-start ">
530+ < span class ="text-purple-600 mr-2 "> •</ span >
531+ < span > Equal Dialogue</ span >
532+ </ li >
533+ < li class ="flex items-start ">
534+ < span class ="text-purple-600 mr-2 "> •</ span >
535+ < span > Cultural Intelligence</ span >
536+ </ li >
537+ < li class ="flex items-start ">
538+ < span class ="text-purple-600 mr-2 "> •</ span >
539+ < span > Transformation</ span >
540+ </ li >
541+ < li class ="flex items-start ">
542+ < span class ="text-purple-600 mr-2 "> •</ span >
543+ < span > Instrumental Dimension</ span >
544+ </ li >
545+ < li class ="flex items-start ">
546+ < span class ="text-purple-600 mr-2 "> •</ span >
547+ < span > Meaning Creation</ span >
548+ </ li >
549+ < li class ="flex items-start ">
550+ < span class ="text-purple-600 mr-2 "> •</ span >
551+ < span > Solidarity</ span >
552+ </ li >
553+ < li class ="flex items-start ">
554+ < span class ="text-purple-600 mr-2 "> •</ span >
555+ < span > Equality of Differences</ span >
556+ </ li >
557+ </ ul >
558+ </ div >
559+ </ div >
560+ </ div >
561+
400562 <!-- Call to Action -->
401563 < div class ="bg-gradient-to-r from-orange-500 to-orange-600 text-white rounded-lg p-12 text-center ">
402564 < h2 class ="text-3xl font-bold mb-4 "> Ready to Be Part of the Coderic Ecosystem?</ h2 >
0 commit comments