|
| 1 | +@page |
| 2 | +@model AboutModel |
| 3 | +@{ |
| 4 | + ViewData["Title"] = "About"; |
| 5 | +} |
| 6 | + |
| 7 | +<style> |
| 8 | + .container { |
| 9 | + max-width: 1000px; |
| 10 | + margin: 0 auto; |
| 11 | + padding: 3rem 2rem; |
| 12 | + } |
| 13 | + .about-section { |
| 14 | + background: white; |
| 15 | + border-radius: 20px; |
| 16 | + padding: 3rem; |
| 17 | + box-shadow: 0 10px 40px rgba(0,0,0,0.2); |
| 18 | + } |
| 19 | + .about-section h1 { |
| 20 | + color: #667eea; |
| 21 | + font-size: 2.5rem; |
| 22 | + margin-bottom: 1.5rem; |
| 23 | + } |
| 24 | + .about-section h2 { |
| 25 | + color: #764ba2; |
| 26 | + font-size: 1.8rem; |
| 27 | + margin: 2rem 0 1rem; |
| 28 | + } |
| 29 | + .about-section p { |
| 30 | + color: #555; |
| 31 | + line-height: 1.8; |
| 32 | + font-size: 1.1rem; |
| 33 | + margin-bottom: 1rem; |
| 34 | + } |
| 35 | + .about-section ul { |
| 36 | + list-style: none; |
| 37 | + padding: 0; |
| 38 | + } |
| 39 | + .about-section ul li { |
| 40 | + padding: 0.5rem 0; |
| 41 | + color: #666; |
| 42 | + } |
| 43 | + .about-section ul li:before { |
| 44 | + content: "✓ "; |
| 45 | + color: #667eea; |
| 46 | + font-weight: bold; |
| 47 | + margin-right: 0.5rem; |
| 48 | + } |
| 49 | + .highlight-box { |
| 50 | + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
| 51 | + color: white; |
| 52 | + padding: 2rem; |
| 53 | + border-radius: 15px; |
| 54 | + margin-top: 2rem; |
| 55 | + } |
| 56 | +</style> |
| 57 | + |
| 58 | +<div class="container"> |
| 59 | + <div class="about-section"> |
| 60 | + <h1>About DoomSkills Training Institute</h1> |
| 61 | + <p>Welcome to DoomSkills, your trusted partner in tech career transformation and skill advancement.</p> |
| 62 | + |
| 63 | + <h2>Our Mission</h2> |
| 64 | + <p>We empower IT professionals to master cutting-edge technologies through practical, hands-on training and real-world project experience.</p> |
| 65 | + |
| 66 | + <h2>Why Choose DoomSkills?</h2> |
| 67 | + <ul> |
| 68 | + <li>20+ years of industry experience in Testing, Cloud, and DevOps</li> |
| 69 | + <li>Hands-on, project-based learning approach</li> |
| 70 | + <li>Real-world scenarios and enterprise best practices</li> |
| 71 | + <li>Personalized mentorship and career guidance</li> |
| 72 | + <li>Flexible schedules for working professionals</li> |
| 73 | + <li>Certification preparation (Azure AZ-104, AZ-305, and more)</li> |
| 74 | + </ul> |
| 75 | + |
| 76 | + <h2>About the Instructor - Gaffar</h2> |
| 77 | + <p>With over 20 years of experience in IT, specializing in test automation, cloud architecture, and DevOps practices, Gaffar brings real-world expertise to every training session.</p> |
| 78 | + <ul> |
| 79 | + <li>Senior Test Automation Specialist at TCS</li> |
| 80 | + <li>Azure Cloud Architecture certifications</li> |
| 81 | + <li>Expert in Selenium, Playwright, Cucumber BDD</li> |
| 82 | + <li>Proficient in Azure, GitHub Actions, CI/CD pipelines</li> |
| 83 | + <li>ServiceNow implementation experience</li> |
| 84 | + </ul> |
| 85 | + |
| 86 | + <div class="highlight-box"> |
| 87 | + <h2 style="color: white; margin-top: 0;">Ready to Transform Your Career?</h2> |
| 88 | + <p style="color: white;">Join hundreds of professionals who have elevated their skills with DoomSkills.</p> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | +</div> |
0 commit comments