townie-testingserveFile.md3 matches
46| `.js`, `.mjs` | `application/javascript` |
47| `.json` | `application/json` |
48| `.png` | `image/png` |
49| `.jpg`, `.jpeg` | `image/jpeg` |
50| `.svg` | `image/svg+xml` |
51| `.txt` | `text/plain` |
52| `.pdf` | `application/pdf` |
24borderWindowOuter: `inset -1px -1px ${colors.windowFrame}, inset 1px 1px ${colors.buttonFace}`,
25minimizeIcon:
26"data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' viewBox='0 0 6 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='6' height='2' fill='black'/%3E %3C/svg%3E",
27maximizeIcon:
28"data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2V7V8H1H8H9V7V2V0H8H1H0V2ZM8 7V2H1V7H8Z' fill='black'/%3E %3C/svg%3E",
29closeIcon:
30"data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H1H2V1H3V2H4H5V1H6V0H7H8V1H7V2H6V3H5V4H6V5H7V6H8V7H7H6V6H5V5H4H3V6H2V7H1H0V6H1V5H2V4H3V3H2V2H1V1H0V0Z' fill='black'/%3E %3C/svg%3E",
31elementSpacing: 8,
32};
124<TitleBarControl
125style={{
126backgroundImage: `url(${tokens.minimizeIcon})`,
127backgroundRepeat: "no-repeat",
128// // Only a single value is supported
141<TitleBarControl
142style={{
143backgroundImage: `url(${tokens.maximizeIcon})`,
144backgroundRepeat: "no-repeat",
145// backgroundPosition: "top 2px left 3x",
157marginLeft={2}
158style={{
159backgroundImage: `url(${tokens.closeIcon})`,
160backgroundRepeat: "no-repeat",
161// backgroundPosition: "top 3px left 4px",
287288return c.body(svg, 200, {
289"Content-Type": "image/svg+xml",
290});
291});
THELEEROOMMOTORSconstants.ts2 matches
141CARS: '/api/cars',
142CAR_DETAIL: (id: number) => `/api/cars/${id}`,
143CAR_IMAGES: (id: number) => `/api/cars/${id}/images`,
144CAR_SEARCH: '/api/cars/search',
145CAR_SUGGESTIONS: '/api/cars/suggestions',
215MODAL_ANIMATION_DURATION: 200,
216INFINITE_SCROLL_THRESHOLD: 100,
217IMAGE_LAZY_LOAD_THRESHOLD: 50
218} as const;
THELEEROOMMOTORStypes.ts4 matches
39}
4041export interface CarImage {
42id: number;
43carId: number;
44imageUrl: string;
45altText: string;
46isPrimary: boolean;
48}
4950export interface CarWithImages extends Car {
51images: CarImage[];
52}
53
THELEEROOMMOTORSREADME.md4 matches
7### User Features
8- Browse and search cars by brand, model, year, price, mileage, fuel type
9- View detailed car specifications with image galleries
10- User registration and authentication (JWT-based)
11- Wishlist and car comparison functionality
24- JWT authentication with refresh tokens
25- Role-based authorization (user/admin)
26- Image upload and management
27- Advanced search and filtering
28- Responsive UI with Tailwind CSS
95- **users**: User accounts with roles and profiles
96- **cars**: Vehicle inventory with specifications
97- **car_images**: Multiple images per vehicle
98- **wishlists**: User saved cars
99- **inquiries**: Contact requests and test drive bookings
104- Mobile-first responsive design
105- Advanced search and filtering
106- Image galleries with zoom
107- Comparison tools
108- Real-time updates
95category: "branding",
96description: "Complete brand identity for a tech startup",
97image: "https://maxm-imggenurl.web.val.run/modern-minimalist-logo-design-with-geometric-shapes-purple-and-blue-gradient",
98tags: ["Logo Design", "Brand Guidelines", "Typography"]
99},
103category: "web",
104description: "Responsive e-commerce platform design",
105image: "https://maxm-imggenurl.web.val.run/modern-ecommerce-website-design-clean-layout-purple-accents",
106tags: ["Web Design", "UI/UX", "E-commerce"]
107},
111category: "print",
112description: "Corporate annual report with infographics",
113image: "https://maxm-imggenurl.web.val.run/elegant-annual-report-design-layout-with-charts-and-graphs",
114tags: ["Print Design", "Layout", "Infographics"]
115},
119category: "ui",
120description: "Clean and intuitive mobile app design",
121image: "https://maxm-imggenurl.web.val.run/modern-mobile-app-interface-design-clean-purple-blue-theme",
122tags: ["Mobile Design", "UI/UX", "App Design"]
123},
127category: "branding",
128description: "Complete branding package for upscale restaurant",
129image: "https://maxm-imggenurl.web.val.run/elegant-restaurant-branding-design-logo-menu-business-cards",
130tags: ["Branding", "Logo Design", "Menu Design"]
131},
135category: "web",
136description: "Professional corporate website redesign",
137image: "https://maxm-imggenurl.web.val.run/professional-corporate-website-design-clean-modern-layout",
138tags: ["Web Design", "Corporate", "Responsive"]
139},
143category: "print",
144description: "Fashion magazine spread design",
145image: "https://maxm-imggenurl.web.val.run/modern-magazine-layout-design-fashion-editorial-spread",
146tags: ["Editorial Design", "Layout", "Typography"]
147},
151category: "ui",
152description: "Analytics dashboard with data visualization",
153image: "https://maxm-imggenurl.web.val.run/modern-dashboard-interface-design-data-visualization-charts",
154tags: ["Dashboard", "Data Viz", "UI Design"]
155},
159category: "branding",
160description: "Fresh brand identity for fintech startup",
161image: "https://maxm-imggenurl.web.val.run/fintech-startup-branding-modern-logo-business-cards-letterhead",
162tags: ["Startup", "Fintech", "Brand Identity"]
163}
8category: "branding",
9description: "Complete brand identity for a tech startup",
10image: "https://maxm-imggenurl.web.val.run/modern-minimalist-logo-design-with-geometric-shapes-purple-and-blue-gradient",
11tags: ["Logo Design", "Brand Guidelines", "Typography"]
12},
16category: "web",
17description: "Responsive e-commerce platform design",
18image: "https://maxm-imggenurl.web.val.run/modern-ecommerce-website-design-clean-layout-purple-accents",
19tags: ["Web Design", "UI/UX", "E-commerce"]
20},
24category: "print",
25description: "Corporate annual report with infographics",
26image: "https://maxm-imggenurl.web.val.run/elegant-annual-report-design-layout-with-charts-and-graphs",
27tags: ["Print Design", "Layout", "Infographics"]
28},
32category: "ui",
33description: "Clean and intuitive mobile app design",
34image: "https://maxm-imggenurl.web.val.run/modern-mobile-app-interface-design-clean-purple-blue-theme",
35tags: ["Mobile Design", "UI/UX", "App Design"]
36},
40category: "branding",
41description: "Complete branding package for upscale restaurant",
42image: "https://maxm-imggenurl.web.val.run/elegant-restaurant-branding-design-logo-menu-business-cards",
43tags: ["Branding", "Logo Design", "Menu Design"]
44},
48category: "web",
49description: "Professional corporate website redesign",
50image: "https://maxm-imggenurl.web.val.run/professional-corporate-website-design-clean-modern-layout",
51tags: ["Web Design", "Corporate", "Responsive"]
52},
56category: "print",
57description: "Fashion magazine spread design",
58image: "https://maxm-imggenurl.web.val.run/modern-magazine-layout-design-fashion-editorial-spread",
59tags: ["Editorial Design", "Layout", "Typography"]
60},
64category: "ui",
65description: "Analytics dashboard with data visualization",
66image: "https://maxm-imggenurl.web.val.run/modern-dashboard-interface-design-data-visualization-charts",
67tags: ["Dashboard", "Data Viz", "UI Design"]
68},
72category: "branding",
73description: "Fresh brand identity for fintech startup",
74image: "https://maxm-imggenurl.web.val.run/fintech-startup-branding-modern-logo-business-cards-letterhead",
75tags: ["Startup", "Fintech", "Brand Identity"]
76}
152div.innerHTML = `
153<div class="relative overflow-hidden group">
154<img src="${item.image}" alt="${item.title}" class="w-full h-48 object-cover transition-transform duration-300 group-hover:scale-110">
155<div class="portfolio-overlay">
156<div class="text-white">
320});
321322// Preload images for better performance
323function preloadImages() {
324portfolioItems.forEach(item => {
325const img = new Image();
326img.src = item.image;
327});
328}
329330// Initialize image preloading
331preloadImages();
porfolioindex.html1 match
5<meta name="viewport" content="width=device-width, initial-scale=1.0">
6<title>Alex Morgan - Graphic Designer</title>
7<link rel="icon" href="/frontend/favicon.svg" type="image/svg+xml">
8
9<!-- TailwindCSS -->
412. Modify colors and styling in `style.css`
423. Replace placeholder content in `index.html`
434. Add your own project images (use AI image generation or external links)
todo-sqliteindex.html1 match
7<script src="https://cdn.twind.style" crossorigin></script>
8<script src="https://esm.town/v/std/catch"></script>
9<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>✅</text></svg>">
10<style>
11:root {