UNPKG

leumas-private-shared

Version:

Private React JSX Package For Leumas Shared Components, Headers, Footers, Asides, Login Pages, API Key Manager and much more. Styles and everything reusable to avoid DRY code across all of our subdomains

96 lines (95 loc) 3.48 kB
// src/config/GalleryConfigService2.js export const GalleryConfigService2 = [ { src: "https://via.placeholder.com/150", category: "Code Services", title: "Python GUI", description: "Custom Python GUI applications.", link: "https://example.com/python-gui", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "HTML, JS, CSS Applications", description: "Web applications built with HTML, JavaScript, and CSS.", link: "https://example.com/html-js-css", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "React JSX Applications or Components", description: "Custom React JSX applications and components.", link: "https://example.com/react-jsx", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Batch Files", description: "Automated batch files for various tasks.", link: "https://example.com/batch-files", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Deploy Your Files", description: "Deployment services for your files.", link: "https://example.com/deploy-files", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Leumas Library", description: "Custom prebuilt tools and HTML iframes from Leumas library.", link: "https://example.com/leumas-library", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Custom API, Node.js", description: "Development of custom APIs using Node.js.", link: "https://example.com/custom-api-nodejs", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "MERN Stack Applications", description: "Full-stack applications using the MERN stack.", link: "https://example.com/mern-stack", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Flask Servers", description: "API development and servers using Flask.", link: "https://example.com/flask-servers", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "HTML Python Applications", description: "Web applications combining HTML and Python.", link: "https://example.com/html-python", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Arduino Circuits and Code", description: "Prototyping with Arduino circuits and code.", link: "https://example.com/arduino-circuits", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Bulk Generated Code", description: "Bulk generated code, such as 3000 Arduino prototypes, 5000 HTML infographics, or 10000 JSON snippets.", link: "https://example.com/bulk-generated-code", }, { src: "https://via.placeholder.com/150", category: "Code Services", title: "Custom Microservices", description: "Development of custom microservices for web tools or passive income sources.", link: "https://example.com/custom-microservices", }, // Add more items as needed ];