About Us Page
The About Us page (/nosotros) provides a comprehensive company profile with team member showcases, image gallery, embedded video tutorial, and a PQRS (Peticiones, Quejas, Reclamos y Sugerencias) contact form.
Overview
Access the About Us page at/nosotros featuring:
Team Showcase
Display team members with avatars, roles, and descriptions
Image Gallery
Visual gallery showcasing company images and work
Video Tutorial
Embedded video content for user education
PQRS Form
Contact form for requests, complaints, claims, and suggestions
Route Configuration
The About Us page is defined inroutes/web.php:
View file:
resources/views/nosotros.blade.phpPage Layout
The About Us page extends the app layout with custom styling:Hero Section
Features company information with decorative elements:The hero section uses the Soft UI design system with decorative circular backgrounds in yellow and pink.
Team Section
Displays team members with custom card styling:- Team Cards
- Styling
Statistics Pills
Displays key metrics about the platform:Image Gallery
Showcases company work with article-style cards:Card Components
Each card includes:
- Feature image (160px height, object-fit cover)
- Color-coded tag (yellow/pink/green/blue)
- Title and description
- Metadata footer with date
Embedded Video Tutorial
Video section with labeled iframe:The video uses a 16:9 aspect ratio with
aspect-ratio CSS property for responsive sizing.PQRS Contact Form
Comprehensive contact form for user inquiries:Form Fields
Form Fields
Nombre (Name)
- Text input, required field
- User’s full name
- Email input, required field
- Valid email format required
- Select dropdown with options:
- Petición (Request)
- Queja (Complaint)
- Reclamo (Claim)
- Sugerencia (Suggestion)
- Textarea, required field
- Minimum 10 characters
- Detailed user message
Form Implementation
Design System
The About Us page uses the Soft UI design system:Colors
- Hero background:
#1a1a1a(dark) - Accent yellow:
var(--card-yellow)from design system - Accent pink:
var(--card-pink)from design system
Typography
- Headings:
DM Serif Displayserif font - Body text:
DM Sanssans-serif font - Font sizes range from 0.65rem (tags) to 2.4rem (hero title)
Component Styling
- Border radius: 14px - 20px for cards and pills
- Box shadows:
0 4px 20px rgba(0,0,0,0.07)for depth - Hover transforms:
translateY(-4px)for interactivity
Nosotros Model
The page is associated with a minimal Eloquent model:The model uses default Eloquent behavior with timestamps. Currently has no custom fillable fields or relationships.
Usage Example
Accessing the About Us page:- Browser
- Blade Link
- Controller Redirect
Navigate to
/nosotros from the sidebar menu or directly via URLKey Features
Team Profiles
Professional team member showcases with roles and expertise
Visual Content
Image gallery and video tutorials for engagement
User Feedback
PQRS form for comprehensive user communication
Responsive Design
Fully responsive layout optimized for all devices
Related Pages
Configuration
Settings and preferences
Messages
View user messages and inquiries
Views
Learn about Blade template structure
