Help
RSS
API
Feed
Maltego
Contact
Domain > git-development.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-09-13
18.160.181.52
(
ClassC
)
2024-05-03
13.225.63.19
(
ClassC
)
2024-10-18
18.164.124.4
(
ClassC
)
2026-02-21
95.168.171.175
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Sat, 21 Feb 2026 11:16:14 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://git-development.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Sat, 21 Feb 2026 11:16:14 GMTContent-Type: text/htmlContent-Length: 23201Last-Modified: Mon, 23 Jun 2025 21:40:03 GMTConnection: keep-aliveVary: Accept-EncodingETag: 6859c9b3-5aa1Accept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namedescription contentProfessional video game development studio crafting immersive games and gamified solutions for publishers, indie developers, and businesses.> meta namekeywords contentvideo game development, game studio, game design services, gamification, AR/VR development> meta nameauthor contentGit Development> title>Git Development - Crafting Unforgettable Gaming Experiences/title> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@400;700&familyPoppins:wght@300;400&displayswap relstylesheet> style> /* Reset and Base Styles */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Poppins, sans-serif; background-color: #1A1A1A; color: #FFFFFF; line-height: 1.6; } h1, h2, h3, h4 { font-family: Montserrat, sans-serif; font-weight: 700; } a { text-decoration: none; color: inherit; } /* Navbar */ .navbar { position: fixed; top: 0; width: 100%; background: rgba(26, 26, 26, 0.9); padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; z-index: 1000; } .logo { font-size: 1.5rem; color: #00FFFF; text-transform: uppercase; letter-spacing: 2px; position: relative; } .logo::after { content: ; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #00FFFF, #8000FF); } .nav-links { list-style: none; display: flex; gap: 1.5rem; } .nav-links a { color: #FFFFFF; font-size: 1rem; transition: color 0.3s; } .nav-links a:hover { color: #00FFFF; } /* Hero Section */ .hero { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%); position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at center, rgba(0, 255, 255, 0.2), transparent 70%); animation: pulse 10s infinite; } @keyframes pulse { 0% { transform: scale(1); opacity: 0.2; } 50% { transform: scale(1.2); opacity: 0.4; } 100% { transform: scale(1); opacity: 0.2; } } .hero-content { position: relative; z-index: 1; } .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; color: #00FFFF; text-shadow: 0 0 10px #00FFFF; } .hero p { font-size: 1.2rem; margin-bottom: 2rem; color: #FFFFFF; } .cta-button { background: #FF0000; padding: 0.8rem 2rem; border-radius: 5px; font-size: 1.1rem; color: #FFFFFF; transition: transform 0.3s, box-shadow 0.3s; } .cta-button:hover { transform: scale(1.05); box-shadow: 0 0 15px #FF0000; } /* About Section */ .about { padding: 5rem 2rem; text-align: center; } .about h2 { font-size: 2.5rem; margin-bottom: 1rem; color: #8000FF; text-shadow: 0 0 5px #8000FF; } .about p { max-width: 600px; margin: 0 auto 2rem; color: #FFFFFF; } .stats { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; } .stat { text-align: center; background: #2A2A2A; padding: 1rem; border-radius: 5px; transition: transform 0.3s; } .stat:hover { transform: translateY(-5px); } .stat h3 { font-size: 2rem; color: #00FFFF; } .stat p { font-size: 1rem; color: #4A4A4A; } /* Services Section */ .services { padding: 5rem 2rem; background: linear-gradient(180deg, #1A1A1A, #2A2A2A); } .services h2 { font-size: 2.5rem; text-align: center; margin-bottom: 2rem; color: #8000FF; text-shadow: 0 0 5px #8000FF; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; } .service-card { background: #2A2A2A; padding: 2rem; border-radius: 10px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; position: relative; } .service-card:hover { transform: scale(1.05); box-shadow: 0 0 15px #00FFFF; } .service-card::before { content: ; display: block; width: 50px; height: 50px; margin: 0 auto 1rem; background: linear-gradient(45deg, #00FFFF, #8000FF); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); transition: transform 0.3s; } .service-card:hover::before { transform: rotate(45deg); } .service-card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; color: #FFFFFF; } .service-card p { font-size: 1rem; color: #4A4A4A; } /* Portfolio Section */ .portfolio { padding: 5rem 2rem; text-align: center; } .portfolio h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #8000FF; text-shadow: 0 0 5px #8000FF; } .portfolio-carousel { display: flex; gap: 2rem; overflow-x: auto; padding-bottom: 1rem; } .portfolio-item { flex: 0 0 300px; background: #2A2A2A; border-radius: 10px; padding: 1rem; text-align: center; position: relative; } .portfolio-item::before { content: ; display: block; width: 100%; height: 150px; background: linear-gradient(45deg, #00FFFF, #8000FF); border-radius: 5px; margin-bottom: 1rem; } .portfolio-item h3 { font-size: 1.3rem; margin-bottom: 0.5rem; color: #FFFFFF; } .portfolio-item p { font-size: 1rem; color: #4A4A4A; margin-bottom: 1rem; } .portfolio-link { color: #00FFFF; font-size: 1rem; } .view-all { display: inline-block; margin-top: 2rem; color: #00FFFF; font-size: 1.1rem; } /* Testimonials Section */ .testimonials { padding: 5rem 2rem; background: linear-gradient(180deg, #2A2A2A, #1A1A1A); } .testimonials h2 { font-size: 2.5rem; text-align: center; margin-bottom: 2rem; color: #8000FF; text-shadow: 0 0 5px #8000FF; } .testimonials-slider { display: flex; gap: 2rem; overflow-x: auto; } .testimonial { flex: 0 0 300px; background: #2A2A2A; padding: 2rem; border-radius: 10px; text-align: center; } .testimonial p { font-size: 1rem; margin-bottom: 1rem; color: #FFFFFF; } .testimonial h4 { font-size: 1.1rem; color: #00FFFF; } /* CTA Section */ .cta { padding: 5rem 2rem; text-align: center; background: linear-gradient(45deg, #00FFFF, #8000FF); } .cta h2 { font-size: 2.5rem; margin-bottom: 1rem; color: #FFFFFF; text-shadow: 0 0 5px #FFFFFF; } .cta p { font-size: 1.2rem; margin-bottom: 2rem; color: #FFFFFF; } /* Contact Section */ .contact { padding: 5rem 2rem; text-align: center; } .contact h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #8000FF; text-shadow: 0 0 5px #8000FF; } .contact-form { max-width: 600px; margin: 0 auto 2rem; display: flex; flex-direction: column; gap: 1rem; } .contact-form input, .contact-form select, .contact-form textarea { padding: 0.8rem; border: none; border-radius: 5px; background: #2A2A2A; color: #FFFFFF; font-size: 1rem; } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; box-shadow: 0 0 5px #00FFFF; } .contact-form textarea { resize: vertical; min-height: 100px; } .contact-info { text-align: center; } .contact-info p { margin-bottom: 1rem; color: #FFFFFF; } .social-icons { display: flex; justify-content: center; gap: 1rem; } .social-icon { width: 30px; height: 30px; background: #00FFFF; border-radius: 50%; position: relative; } .social-icon::before { content: ; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; background: #1A1A1A; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); } /* Footer */ .footer { padding: 2rem; background: #1A1A1A; text-align: center; } .footer-content { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; } .footer-logo { font-size: 1.5rem; color: #00FFFF; text-transform: uppercase; letter-spacing: 2px; } .footer-links { list-style: none; display: flex; gap: 1.5rem; } .footer-links a { color: #FFFFFF; font-size: 1rem; } .footer-links a:hover { color: #00FFFF; } .copyright { margin-top: 1rem; color: #4A4A4A; font-size: 0.9rem; } .legal-links a { color: #4A4A4A; font-size: 0.9rem; margin: 0 0.5rem; } /* Animations */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .about, .services, .portfolio, .testimonials, .cta, .contact { animation: fadeIn 1s ease-in-out; } /* Responsive Design */ @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1rem; } .navbar { flex-direction: column; gap: 1rem; } .nav-links { flex-direction: column; text-align: center; } .stats { flex-direction: column; } .portfolio-carousel, .testimonials-slider { flex-direction: column; } .portfolio-item, .testimonial { flex: 0 0 auto; width: 100%; } } /style>/head>body> !-- Header Section (Hero) --> header classhero idhome> nav classnavbar> div classlogo>Git Development/div> ul classnav-links> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a hrefhttps://servreality.com/game-development-company/>Game Development Company/a>/li> li>a href#portfolio>Portfolio/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> div classhero-content> h1>Your Game, Our Expertise/h1> p>We build immersive, high-quality video games tailored to your audience./p> a href#contact classcta-button>Get a Free Consultation/a> /div> /header> !-- About Section --> section idabout classabout> h2>Who We Are/h2> p>We are a team of passionate game developers, artists, and storytellers dedicated to creating immersive worlds. With over 10 years of experience, we specialize in delivering high-quality games across platforms, from AAA titles to indie projects, ensuring your vision comes to life with precision and creativity./p> div classstats> div classstat> h3>10+/h3> p>Games Shipped/p> /div> div classstat> h3>50+/h3> p>Team Members/p> /div> div classstat> h3>Cross-Platform/h3> p>Expertise/p> /div> /div> /section> !-- Services Section --> section idservices classservices> h2>Our Expertise/h2> div classservices-grid> div classservice-card> h3>Game Development/h3> p>From concept to launch, we create games for PC, consoles, and mobile./p> /div> div classservice-card> h3>Art & Animation/h3> p>Stunning 2D/3D visuals and fluid animations to bring your game to life./p> /div> div classservice-card> h3>Story & Narrative Design/h3> p>Compelling stories and rich lore to engage players./p> /div> div classservice-card> h3>Porting & Optimization/h3> p>Seamless performance across platforms with optimized builds./p> /div> div classservice-card> h3>AR/VR Development/h3> p>Immersive experiences for cutting-edge technologies./p> /div> div classservice-card> h3>Gamification Solutions/h3> p>Engaging game mechanics for non-gaming industries./p> /div> /div> /section> !-- Portfolio Section --> section idportfolio classportfolio> h2>Games We’ve Built/h2> div classportfolio-carousel> div classportfolio-item> h3>CyberSmith’s BattleForge/h3> p>A fast-paced sci-fi shooter for PC and consoles./p> a href# classportfolio-link>Learn More/a> /div> div classportfolio-item> h3>Mystic Realms/h3> p>An open-world RPG with stunning visuals./p> a href# classportfolio-link>Learn More/a> /div> div classportfolio-item> h3>Pixel Quest/h3> p>A retro-inspired platformer for mobile./p> a href# classportfolio-link>Learn More/a> /div> /div> a href# classview-all>View All Projects/a> /section> !-- Testimonials Section --> section idtestimonials classtestimonials> h2>What Our Clients Say/h2> div classtestimonials-slider> div classtestimonial> p>“The team delivered our game on time and exceeded our expectations!”/p> h4>John Doe, Indie Publisher/h4> /div> div classtestimonial> p>“Their creativity and technical expertise brought our vision to life.”/p> h4>Jane Smith, Game Studio/h4> /div> div classtestimonial> p>“Professional, reliable, and a pleasure to work with!”/p> h4>Mike Johnson, Startup Founder/h4> /div> /div> /section> !-- CTA Section --> section idcta classcta> h2>Ready to Build Your Game?/h2> p>Contact us today for a free consultation and let’s bring your vision to life./p> a href#contact classcta-button>Get in Touch/a> /section> !-- Contact Section --> section idcontact classcontact> h2>Contact Us/h2> form action# classcontact-form> input typetext namename placeholderYour Name required aria-labelName> input typeemail nameemail placeholderYour Email required aria-labelEmail> select nameproject-type required aria-labelProject Type> option value disabled selected>Select Project Type/option> option valuegame-dev>Game Development Company/option> option valueart>Art & Animation/option> option valueporting>Porting & Optimization/option> option valuearvr>AR/VR Development/option> option valuegamification>Gamification Solutions/option> /select> textarea namemessage placeholderYour Message required aria-labelMessage>/textarea> button typesubmit classcta-button>Send Message/button> /form> div classcontact-info> p>strong>Email:/strong> placeholder@example.com/p> p>strong>Phone:/strong> +1-XXX-XXX-XXXX/p> div classsocial-icons> a href# classsocial-icon aria-labelTwitter>/a> a href# classsocial-icon aria-labelLinkedIn>/a> a href# classsocial-icon aria-labelInstagram>/a> /div> /div> /section> !-- Footer --> footer classfooter> div classfooter-content> div classfooter-logo>Git Development/div> ul classfooter-links> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#services>Services/a>/li> li>a href#portfolio>Portfolio/a>/li> li>a href#contact>Contact/a>/li> /ul> div classsocial-icons> a href# classsocial-icon aria-labelTwitter>/a> a href# classsocial-icon aria-labelLinkedIn>/a> a href# classsocial-icon aria-labelInstagram>/a> /div> /div> p classcopyright>© 2025 Git Development. All Rights Reserved./p> div classlegal-links> a href#>Privacy Policy/a> | a href#>Terms of Service/a> /div> /footer> script> // Smooth Scroll for Navigation document.querySelectorAll(.nav-links a, .cta-button, .view-all).forEach(anchor > { anchor.addEventListener(click, function(e) { e.preventDefault(); const targetId this.getAttribute(href).substring(1); const targetElement document.getElementById(targetId); targetElement.scrollIntoView({ behavior: smooth }); }); }); // Fade-In Animation on Scroll const sections document.querySelectorAll(section); const observer new IntersectionObserver(entries > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, { threshold: 0.2 }); sections.forEach(section > { section.style.opacity 0; section.style.transform translateY(20px); observer.observe(section); }); // Portfolio Carousel Auto-Scroll const carousel document.querySelector(.portfolio-carousel); if (carousel) { let scrollAmount 0; const scrollSpeed 1; let scrollInterval setInterval(() > { scrollAmount + scrollSpeed; if (scrollAmount > carousel.scrollWidth - carousel.clientWidth) { scrollAmount 0; } carousel.scrollTo({ left: scrollAmount, behavior: smooth }); }, 50); // Pause Carousel on Hover carousel.addEventListener(mouseenter, () > clearInterval(scrollInterval)); carousel.addEventListener(mouseleave, () > { scrollInterval setInterval(() > { scrollAmount + scrollSpeed; if (scrollAmount > carousel.scrollWidth - carousel.clientWidth) { scrollAmount 0; } carousel.scrollTo({ left: scrollAmount, behavior: smooth }); }, 50); }); } /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]