1+ < div class ="text-center mb-6 ">
2+ < h2 class ="text-3xl font-bold text-gray-900 dark:text-white mb-2 "> About takeCode</ h2 >
3+ < p class ="text-lg text-gray-600 dark:text-gray-300 "> A modern web interface for your code snippets</ p >
4+ </ div >
5+
6+ < div class ="space-y-6 ">
7+ < div class ="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg ">
8+ < h3 class ="text-xl font-semibold text-gray-900 dark:text-white mb-3 "> What is takeCode?</ h3 >
9+ < p class ="text-gray-700 dark:text-gray-300 leading-relaxed ">
10+ takeCode is a modern, responsive web interface that allows you to browse and search through your massCode snippet collections.
11+ Built with performance and usability in mind, it provides syntax highlighting, theme support, and powerful search capabilities.
12+ </ p >
13+ </ div >
14+
15+ < div class ="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg ">
16+ < h3 class ="text-xl font-semibold text-gray-900 dark:text-white mb-3 "> Features</ h3 >
17+ < ul class ="text-gray-700 dark:text-gray-300 space-y-2 ">
18+ < li class ="flex items-center ">
19+ < span class ="text-green-500 mr-2 "> ✓</ span >
20+ Real-time regex search with highlighting
21+ </ li >
22+ < li class ="flex items-center ">
23+ < span class ="text-green-500 mr-2 "> ✓</ span >
24+ Syntax highlighting for 200+ languages
25+ </ li >
26+ < li class ="flex items-center ">
27+ < span class ="text-green-500 mr-2 "> ✓</ span >
28+ Light, dark, and auto themes
29+ </ li >
30+ < li class ="flex items-center ">
31+ < span class ="text-green-500 mr-2 "> ✓</ span >
32+ Responsive design for all devices
33+ </ li >
34+ < li class ="flex items-center ">
35+ < span class ="text-green-500 mr-2 "> ✓</ span >
36+ One-click copy to clipboard
37+ </ li >
38+ < li class ="flex items-center ">
39+ < span class ="text-green-500 mr-2 "> ✓</ span >
40+ Docker ready deployment
41+ </ li >
42+ </ ul >
43+ </ div >
44+
45+ < div class ="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg ">
46+ < h3 class ="text-xl font-semibold text-gray-900 dark:text-white mb-3 "> Credits</ h3 >
47+ < div class ="space-y-4 ">
48+ < div >
49+ < h4 class ="font-medium text-gray-900 dark:text-white "> Built with</ h4 >
50+ < ul class ="text-gray-700 dark:text-gray-300 mt-2 space-y-1 ">
51+ < li > • < a href ="https://tailwindcss.com " class ="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300 " target ="_blank "> Tailwind CSS</ a > - Utility-first CSS framework</ li >
52+ < li > • < a href ="https://prismjs.com " class ="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300 " target ="_blank "> Prism.js</ a > - Syntax highlighting</ li >
53+ < li > • < a href ="https://masscode.io " class ="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300 " target ="_blank "> massCode</ a > - Code snippet manager</ li >
54+ </ ul >
55+ </ div >
56+
57+ < div >
58+ < h4 class ="font-medium text-gray-900 dark:text-white "> Inspired by</ h4 >
59+ < p class ="text-gray-700 dark:text-gray-300 mt-2 ">
60+ The clean interface and functionality of massCode, with a focus on web accessibility and modern UX patterns.
61+ </ p >
62+ </ div >
63+ </ div >
64+ </ div >
65+
66+ < div class ="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg ">
67+ < h3 class ="text-xl font-semibold text-gray-900 dark:text-white mb-3 "> Connect</ h3 >
68+ < div class ="flex flex-wrap gap-4 ">
69+ < a href ="https://github.com/codebude/takecode " target ="_blank "
70+ class ="inline-flex items-center px-4 py-2 bg-gray-800 text-white rounded-lg hover:bg-gray-700 transition-colors ">
71+ < svg class ="w-5 h-5 mr-2 " fill ="currentColor " viewBox ="0 0 24 24 ">
72+ < path d ="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z "/>
73+ </ svg >
74+ View on GitHub
75+ </ a >
76+ < a href ="https://hub.docker.com/r/codebude/takecode " target ="_blank "
77+ class ="inline-flex items-center px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition-colors ">
78+ < svg class ="w-5 h-5 mr-2 " fill ="currentColor " viewBox ="0 0 24 24 ">
79+ < path d ="M13.983 9.152h-.359c-.369 0-.666.297-.666.666v2.666c0 .369.297.666.666.666h.359c.369 0 .666-.297.666-.666V9.818c0-.369-.297-.666-.666-.666zM12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1.5 15h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z "/>
80+ </ svg >
81+ Docker Hub
82+ </ a >
83+ </ div >
84+ </ div >
85+ </ div >
0 commit comments