Help
RSS
API
Feed
Maltego
Contact
Domain > aerend.no
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-28
104.37.38.84
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sat, 28 Feb 2026 19:20:20 GMTServer: ApacheLast-Modified: Wed, 20 Aug 2025 19:37:36 GMTVary: Accept-EncodingContent-Type: text/htmlX-Varnish: 268470571 260080896Age: 672Via: 1.1 webcache1 (Varnish/trunk)ETag: W/5c93-63cd11ad49b44-gzipAccept-Ranges: bytesContent-Length: 23699Connection: keep-alive !DOCTYPE html>html langno>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>ÆREND.NO - Privat hjemmetjeneste i Oslo vest og Bærum/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: #f8f9fa; min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); position: sticky; top: 0; z-index: 100; } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; } .logo { font-size: 2rem; font-weight: bold; color: #667eea; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; } .logo-icon { width: 45px; height: 45px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.4rem; box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .logo:hover .logo-icon { transform: scale(1.1); box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4); } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #333; text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .nav-links a:hover { color: #667eea; } .lang-switch { display: flex; align-items: center; gap: 0.5rem; } .lang-btn { border: 1px solid #e2e8f0; background: #ffffff; color: #333; padding: 0.4rem 0.75rem; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease; } .lang-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25); } .lang-btn.active { background: #667eea; color: #ffffff; border-color: #667eea; box-shadow: 0 6px 16px rgba(102, 126, 234, 0.35); } .hero { padding: 10rem 0; text-align: center; color: white; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(https://images.unsplash.com/photo-1558618644-fcd25c85cd64?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w2070&q80); background-size: cover; background-position: center; background-attachment: fixed; position: relative; } .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3)); } .hero .container { position: relative; z-index: 2; } .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .hero p { font-size: 1.2rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; background: #ff6b6b; color: white; padding: 1rem 2rem; border-radius: 50px; text-decoration: none; font-weight: bold; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4); } .services { padding: 8rem 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; } .services::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1887&q80); background-size: cover; background-position: center; opacity: 0.03; z-index: 1; } .services .container { position: relative; z-index: 2; } .services h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #333; } .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .service-card { background: white; padding: 0; border-radius: 25px; text-align: center; transition: all 0.4s ease; box-shadow: 0 8px 25px rgba(0,0,0,0.1); overflow: hidden; position: relative; } .service-image { width: 100%; height: 220px; background-size: cover; background-position: center; position: relative; transition: transform 0.4s ease; } .service-image::after { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1)); } .service-content { padding: 2.5rem; position: relative; } .service-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); } .service-card:hover .service-image { transform: scale(1.05); } .service-icon { font-size: 3rem; margin-bottom: 1rem; color: #667eea; } .service-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #333; } .about { padding: 8rem 0; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(https://images.unsplash.com/photo-1586023492125-27b2c045efd7?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1958&q80); background-size: cover; background-position: center; background-attachment: fixed; color: white; position: relative; } .about::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2)); } .about .container { position: relative; z-index: 2; } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; } .about h2 { font-size: 2.5rem; margin-bottom: 1.5rem; } .about p { font-size: 1.1rem; line-height: 1.8; } .contact { padding: 6rem 0; background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); text-align: center; position: relative; } .contact::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(https://images.unsplash.com/photo-1516062423079-7ca13cdc7f5a?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1932&q80); background-size: cover; background-position: center; opacity: 0.02; z-index: 1; } .contact .container { position: relative; z-index: 2; } .contact h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #333; } .contact-info { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-top: 2rem; } .contact-item { display: flex; align-items: center; gap: 1rem; font-size: 1.1rem; } .contact-item i { font-size: 1.5rem; color: #667eea; } footer { background: #333; color: white; text-align: center; padding: 2rem 0; } @media (max-width: 768px) { .nav-links { flex-direction: column; gap: 1rem; } .hero h1 { font-size: 2.5rem; } .about-content { grid-template-columns: 1fr; } .contact-info { flex-direction: column; gap: 1rem; } } /style>/head>body> header> nav classcontainer> a href#hjem classlogo aria-labelÆREND AS> div classlogo-icon>Æ/div> ÆREND AS /a> ul classnav-links> li>a href#hjem data-i18nnav.home>Hjem/a>/li> li>a href#tjenester data-i18nnav.services>Tjenester/a>/li> li>a href#om-oss data-i18nnav.about>Om oss/a>/li> li>a href#kontakt data-i18nnav.contact>Kontakt/a>/li> /ul> div classlang-switch rolegroup aria-labelVelg språk> button classlang-btn active data-langno aria-pressedtrue aria-labelNorsk>NO/button> button classlang-btn data-langen aria-pressedfalse aria-labelEnglish>EN/button> /div> /nav> /header> section classhero idhjem> div classcontainer> h1>ÆREND AS/h1> p data-i18nhero.tagline>Din pålitelige partner for praktiske hjemmetjenester i Oslo vest og Bærum. Vi gjør hverdagen enklere - så du kan fokusere på det som virkelig betyr noe!/p> a href#kontakt classcta-button data-i18nhero.cta>Kontakt oss i dag/a> /div> /section> section classservices idtjenester> div classcontainer> h2 data-i18nservices.title>Våre tjenester/h2> div classservice-grid> div classservice-card> div classservice-image stylebackground-image: url(https://images.unsplash.com/photo-1628177142898-93e36e4e3a50?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80)>/div> div classservice-content> div classservice-icon>🧹/div> h3 data-i18nservices.cleaning.title>Rengjøring/h3> p data-i18nservices.cleaning.desc>Standard rengjøring, dyprens, flyttevask og vindusvask. Fra 450 kr/time./p> /div> /div> div classservice-card> div classservice-image stylebackground-image: url(https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80)>/div> div classservice-content> div classservice-icon>🛒/div> h3 data-i18nservices.assistance.title>Praktisk bistand/h3> p data-i18nservices.assistance.desc>Handling, klesvask og matlagning. Vi hjelper deg med dagligdagse oppgaver./p> /div> /div> div classservice-card> div classservice-image stylebackground-image: url(https://images.unsplash.com/photo-1583608205776-bfd35f0d9f83?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80)>/div> div classservice-content> div classservice-icon>📦/div> h3 data-i18nservices.packages.title>Pakketilbud/h3> p data-i18nservices.packages.desc>Ukentlig vedlikehold, sesongpakker og skreddersydde løsninger for dine behov./p> /div> /div> /div> /div> /section> section classabout idom-oss> div classcontainer> div classabout-content> div> h2 data-i18nabout.title>Om ÆREND.NO/h2> p data-i18nabout.p1>Vi er en privat hjemmetjeneste som opererer i Oslo vest og Bærum. Vår misjon er å gjøre hverdagen din enklere ved å tilby pålitelige og profesjonelle tjenester direkte til ditt hjem./p> p data-i18nabout.p2>Med fokus på kvalitet og kundetilfredshet, tilbyr vi skreddersydde løsninger som passer dine behov og livsstil./p> /div> div> h3 data-i18nabout.valuesTitle>Våre verdier/h3> ul stylelist-style: none; padding-top: 1rem;> li>✓ span data-i18nabout.values1>Pålitelighet og punktlighet/span>/li> li>✓ span data-i18nabout.values2>Høy kvalitet i alle tjenester/span>/li> li>✓ span data-i18nabout.values3>Personlig service/span>/li> li>✓ span data-i18nabout.values4>Trygghet og tillit/span>/li> /ul> /div> /div> /div> /section> section classcontact idkontakt> div classcontainer> h2 data-i18ncontact.title>Kontakt oss/h2> p data-i18ncontact.p>Ta kontakt for et uforpliktende tilbud eller for mer informasjon om våre tjenester./p> div classcontact-info> div classcontact-item> i>📞/i> span>span data-i18ncontact.phone>Telefon/span>: 918 08 101/span> /div> div classcontact-item> i>📧/i> span>span data-i18ncontact.email>E-post/span>: post@aerend.no/span> /div> div classcontact-item> i>📍/i> span>Valhallveien 7, 0196 Oslo/span> /div> /div> /div> /section> footer> div classcontainer> p>© 2024 ÆREND AS - span data-i18nfooter.org_label>Org.nr:/span> 935460212 - span data-i18nfooter.tagline>Privat hjemmetjeneste i Oslo vest og Bærum/span>/p> /div> /footer> script> (function() { const translations { no: { meta.title: ÆREND.NO - Privat hjemmetjeneste i Oslo vest og Bærum, nav.home: Hjem, nav.services: Tjenester, nav.about: Om oss, nav.contact: Kontakt, hero.tagline: Din pålitelige partner for praktiske hjemmetjenester i Oslo vest og Bærum. Vi gjør hverdagen enklere - så du kan fokusere på det som virkelig betyr noe!, hero.cta: Kontakt oss i dag, services.title: Våre tjenester, services.cleaning.title: Rengjøring, services.cleaning.desc: Standard rengjøring, dyprens, flyttevask og vindusvask. Fra 450 kr/time., services.assistance.title: Praktisk bistand, services.assistance.desc: Handling, klesvask og matlagning. Vi hjelper deg med dagligdagse oppgaver., services.packages.title: Pakketilbud, services.packages.desc: Ukentlig vedlikehold, sesongpakker og skreddersydde løsninger for dine behov., about.title: Om ÆREND.NO, about.p1: Vi er en privat hjemmetjeneste som opererer i Oslo vest og Bærum. Vår misjon er å gjøre hverdagen din enklere ved å tilby pålitelige og profesjonelle tjenester direkte til ditt hjem., about.p2: Med fokus på kvalitet og kundetilfredshet, tilbyr vi skreddersydde løsninger som passer dine behov og livsstil., about.valuesTitle: Våre verdier, about.values1: Pålitelighet og punktlighet, about.values2: Høy kvalitet i alle tjenester, about.values3: Personlig service, about.values4: Trygghet og tillit, contact.title: Kontakt oss, contact.p: Ta kontakt for et uforpliktende tilbud eller for mer informasjon om våre tjenester., contact.phone: Telefon, contact.email: E-post, footer.org_label: Org.nr:, footer.tagline: Privat hjemmetjeneste i Oslo vest og Bærum }, en: { meta.title: ÆREND.NO - Private home services in West Oslo and Bærum, nav.home: Home, nav.services: Services, nav.about: About, nav.contact: Contact, hero.tagline: Your reliable partner for practical home services in West Oslo and Bærum. We make everyday life easier—so you can focus on what truly matters!, hero.cta: Contact us today, services.title: Our services, services.cleaning.title: Cleaning, services.cleaning.desc: Standard cleaning, deep clean, move-out cleaning, and window washing. From NOK 450/hour., services.assistance.title: Practical assistance, services.assistance.desc: Shopping, laundry, and cooking. We help you with everyday tasks., services.packages.title: Packages, services.packages.desc: Weekly maintenance, seasonal packages, and tailored solutions for your needs., about.title: About ÆREND.NO, about.p1: We are a private home-service provider operating in West Oslo and Bærum. Our mission is to make your everyday life easier by offering reliable and professional services directly to your home., about.p2: With a focus on quality and customer satisfaction, we offer tailored solutions that fit your needs and lifestyle., about.valuesTitle: Our values, about.values1: Reliability and punctuality, about.values2: High quality in all services, about.values3: Personal service, about.values4: Safety and trust, contact.title: Contact us, contact.p: Get in touch for a non-binding quote or for more information about our services., contact.phone: Phone, contact.email: Email, footer.org_label: Org. no., footer.tagline: Private home services in West Oslo and Bærum } }; function setLanguage(lang) { const dict translationslang || translations.no; document.documentElement.lang lang; for (const el of document.querySelectorAll(data-i18n)) { const key el.getAttribute(data-i18n); if (dictkey) { el.textContent dictkey; } } document.title dictmeta.title; for (const btn of document.querySelectorAll(.lang-btn)) { const isActive btn.getAttribute(data-lang) lang; btn.classList.toggle(active, isActive); btn.setAttribute(aria-pressed, isActive ? true : false); } localStorage.setItem(lang, lang); } document.addEventListener(DOMContentLoaded, function() { const stored localStorage.getItem(lang); const browser (navigator.language || navigator.userLanguage || no).toLowerCase(); const initial stored || (browser.startsWith(en) ? en : no); setLanguage(initial); for (const btn of document.querySelectorAll(.lang-btn)) { btn.addEventListener(click, function() { setLanguage(this.getAttribute(data-lang)); }); } }); })(); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 28 Feb 2026 19:31:33 GMTServer: ApacheLast-Modified: Wed, 20 Aug 2025 19:37:36 GMTVary: Accept-EncodingContent-Type: text/htmlX-Varnish: 293799053Age: 0Via: 1.1 webcache1 (Varnish/trunk)ETag: W/5c93-63cd11ad49b44-gzipAccept-Ranges: bytesConnection: keep-aliveTransfer-Encoding: chunked !DOCTYPE html>html langno>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>ÆREND.NO - Privat hjemmetjeneste i Oslo vest og Bærum/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: #f8f9fa; min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); position: sticky; top: 0; z-index: 100; } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; } .logo { font-size: 2rem; font-weight: bold; color: #667eea; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; } .logo-icon { width: 45px; height: 45px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.4rem; box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .logo:hover .logo-icon { transform: scale(1.1); box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4); } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #333; text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .nav-links a:hover { color: #667eea; } .lang-switch { display: flex; align-items: center; gap: 0.5rem; } .lang-btn { border: 1px solid #e2e8f0; background: #ffffff; color: #333; padding: 0.4rem 0.75rem; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease; } .lang-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25); } .lang-btn.active { background: #667eea; color: #ffffff; border-color: #667eea; box-shadow: 0 6px 16px rgba(102, 126, 234, 0.35); } .hero { padding: 10rem 0; text-align: center; color: white; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(https://images.unsplash.com/photo-1558618644-fcd25c85cd64?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w2070&q80); background-size: cover; background-position: center; background-attachment: fixed; position: relative; } .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3)); } .hero .container { position: relative; z-index: 2; } .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .hero p { font-size: 1.2rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; background: #ff6b6b; color: white; padding: 1rem 2rem; border-radius: 50px; text-decoration: none; font-weight: bold; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4); } .services { padding: 8rem 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; } .services::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1887&q80); background-size: cover; background-position: center; opacity: 0.03; z-index: 1; } .services .container { position: relative; z-index: 2; } .services h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #333; } .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .service-card { background: white; padding: 0; border-radius: 25px; text-align: center; transition: all 0.4s ease; box-shadow: 0 8px 25px rgba(0,0,0,0.1); overflow: hidden; position: relative; } .service-image { width: 100%; height: 220px; background-size: cover; background-position: center; position: relative; transition: transform 0.4s ease; } .service-image::after { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1)); } .service-content { padding: 2.5rem; position: relative; } .service-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); } .service-card:hover .service-image { transform: scale(1.05); } .service-icon { font-size: 3rem; margin-bottom: 1rem; color: #667eea; } .service-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #333; } .about { padding: 8rem 0; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(https://images.unsplash.com/photo-1586023492125-27b2c045efd7?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1958&q80); background-size: cover; background-position: center; background-attachment: fixed; color: white; position: relative; } .about::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2)); } .about .container { position: relative; z-index: 2; } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; } .about h2 { font-size: 2.5rem; margin-bottom: 1.5rem; } .about p { font-size: 1.1rem; line-height: 1.8; } .contact { padding: 6rem 0; background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); text-align: center; position: relative; } .contact::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(https://images.unsplash.com/photo-1516062423079-7ca13cdc7f5a?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1932&q80); background-size: cover; background-position: center; opacity: 0.02; z-index: 1; } .contact .container { position: relative; z-index: 2; } .contact h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #333; } .contact-info { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-top: 2rem; } .contact-item { display: flex; align-items: center; gap: 1rem; font-size: 1.1rem; } .contact-item i { font-size: 1.5rem; color: #667eea; } footer { background: #333; color: white; text-align: center; padding: 2rem 0; } @media (max-width: 768px) { .nav-links { flex-direction: column; gap: 1rem; } .hero h1 { font-size: 2.5rem; } .about-content { grid-template-columns: 1fr; } .contact-info { flex-direction: column; gap: 1rem; } } /style>/head>body> header> nav classcontainer> a href#hjem classlogo aria-labelÆREND AS> div classlogo-icon>Æ/div> ÆREND AS /a> ul classnav-links> li>a href#hjem data-i18nnav.home>Hjem/a>/li> li>a href#tjenester data-i18nnav.services>Tjenester/a>/li> li>a href#om-oss data-i18nnav.about>Om oss/a>/li> li>a href#kontakt data-i18nnav.contact>Kontakt/a>/li> /ul> div classlang-switch rolegroup aria-labelVelg språk> button classlang-btn active data-langno aria-pressedtrue aria-labelNorsk>NO/button> button classlang-btn data-langen aria-pressedfalse aria-labelEnglish>EN/button> /div> /nav> /header> section classhero idhjem> div classcontainer> h1>ÆREND AS/h1> p data-i18nhero.tagline>Din pålitelige partner for praktiske hjemmetjenester i Oslo vest og Bærum. Vi gjør hverdagen enklere - så du kan fokusere på det som virkelig betyr noe!/p> a href#kontakt classcta-button data-i18nhero.cta>Kontakt oss i dag/a> /div> /section> section classservices idtjenester> div classcontainer> h2 data-i18nservices.title>Våre tjenester/h2> div classservice-grid> div classservice-card> div classservice-image stylebackground-image: url(https://images.unsplash.com/photo-1628177142898-93e36e4e3a50?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80)>/div> div classservice-content> div classservice-icon>🧹/div> h3 data-i18nservices.cleaning.title>Rengjøring/h3> p data-i18nservices.cleaning.desc>Standard rengjøring, dyprens, flyttevask og vindusvask. Fra 450 kr/time./p> /div> /div> div classservice-card> div classservice-image stylebackground-image: url(https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80)>/div> div classservice-content> div classservice-icon>🛒/div> h3 data-i18nservices.assistance.title>Praktisk bistand/h3> p data-i18nservices.assistance.desc>Handling, klesvask og matlagning. Vi hjelper deg med dagligdagse oppgaver./p> /div> /div> div classservice-card> div classservice-image stylebackground-image: url(https://images.unsplash.com/photo-1583608205776-bfd35f0d9f83?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w1470&q80)>/div> div classservice-content> div classservice-icon>📦/div> h3 data-i18nservices.packages.title>Pakketilbud/h3> p data-i18nservices.packages.desc>Ukentlig vedlikehold, sesongpakker og skreddersydde løsninger for dine behov./p> /div> /div> /div> /div> /section> section classabout idom-oss> div classcontainer> div classabout-content> div> h2 data-i18nabout.title>Om ÆREND.NO/h2> p data-i18nabout.p1>Vi er en privat hjemmetjeneste som opererer i Oslo vest og Bærum. Vår misjon er å gjøre hverdagen din enklere ved å tilby pålitelige og profesjonelle tjenester direkte til ditt hjem./p> p data-i18nabout.p2>Med fokus på kvalitet og kundetilfredshet, tilbyr vi skreddersydde løsninger som passer dine behov og livsstil./p> /div> div> h3 data-i18nabout.valuesTitle>Våre verdier/h3> ul stylelist-style: none; padding-top: 1rem;> li>✓ span data-i18nabout.values1>Pålitelighet og punktlighet/span>/li> li>✓ span data-i18nabout.values2>Høy kvalitet i alle tjenester/span>/li> li>✓ span data-i18nabout.values3>Personlig service/span>/li> li>✓ span data-i18nabout.values4>Trygghet og tillit/span>/li> /ul> /div> /div> /div> /section> section classcontact idkontakt> div classcontainer> h2 data-i18ncontact.title>Kontakt oss/h2> p data-i18ncontact.p>Ta kontakt for et uforpliktende tilbud eller for mer informasjon om våre tjenester./p> div classcontact-info> div classcontact-item> i>📞/i> span>span data-i18ncontact.phone>Telefon/span>: 918 08 101/span> /div> div classcontact-item> i>📧/i> span>span data-i18ncontact.email>E-post/span>: post@aerend.no/span> /div> div classcontact-item> i>📍/i> span>Valhallveien 7, 0196 Oslo/span> /div> /div> /div> /section> footer> div classcontainer> p>© 2024 ÆREND AS - span data-i18nfooter.org_label>Org.nr:/span> 935460212 - span data-i18nfooter.tagline>Privat hjemmetjeneste i Oslo vest og Bærum/span>/p> /div> /footer> script> (function() { const translations { no: { meta.title: ÆREND.NO - Privat hjemmetjeneste i Oslo vest og Bærum, nav.home: Hjem, nav.services: Tjenester, nav.about: Om oss, nav.contact: Kontakt, hero.tagline: Din pålitelige partner for praktiske hjemmetjenester i Oslo vest og Bærum. Vi gjør hverdagen enklere - så du kan fokusere på det som virkelig betyr noe!, hero.cta: Kontakt oss i dag, services.title: Våre tjenester, services.cleaning.title: Rengjøring, services.cleaning.desc: Standard rengjøring, dyprens, flyttevask og vindusvask. Fra 450 kr/time., services.assistance.title: Praktisk bistand, services.assistance.desc: Handling, klesvask og matlagning. Vi hjelper deg med dagligdagse oppgaver., services.packages.title: Pakketilbud, services.packages.desc: Ukentlig vedlikehold, sesongpakker og skreddersydde løsninger for dine behov., about.title: Om ÆREND.NO, about.p1: Vi er en privat hjemmetjeneste som opererer i Oslo vest og Bærum. Vår misjon er å gjøre hverdagen din enklere ved å tilby pålitelige og profesjonelle tjenester direkte til ditt hjem., about.p2: Med fokus på kvalitet og kundetilfredshet, tilbyr vi skreddersydde løsninger som passer dine behov og livsstil., about.valuesTitle: Våre verdier, about.values1: Pålitelighet og punktlighet, about.values2: Høy kvalitet i alle tjenester, about.values3: Personlig service, about.values4: Trygghet og tillit, contact.title: Kontakt oss, contact.p: Ta kontakt for et uforpliktende tilbud eller for mer informasjon om våre tjenester., contact.phone: Telefon, contact.email: E-post, footer.org_label: Org.nr:, footer.tagline: Privat hjemmetjeneste i Oslo vest og Bærum }, en: { meta.title: ÆREND.NO - Private home services in West Oslo and Bærum, nav.home: Home, nav.services: Services, nav.about: About, nav.contact: Contact, hero.tagline: Your reliable partner for practical home services in West Oslo and Bærum. We make everyday life easier—so you can focus on what truly matters!, hero.cta: Contact us today, services.title: Our services, services.cleaning.title: Cleaning, services.cleaning.desc: Standard cleaning, deep clean, move-out cleaning, and window washing. From NOK 450/hour., services.assistance.title: Practical assistance, services.assistance.desc: Shopping, laundry, and cooking. We help you with everyday tasks., services.packages.title: Packages, services.packages.desc: Weekly maintenance, seasonal packages, and tailored solutions for your needs., about.title: About ÆREND.NO, about.p1: We are a private home-service provider operating in West Oslo and Bærum. Our mission is to make your everyday life easier by offering reliable and professional services directly to your home., about.p2: With a focus on quality and customer satisfaction, we offer tailored solutions that fit your needs and lifestyle., about.valuesTitle: Our values, about.values1: Reliability and punctuality, about.values2: High quality in all services, about.values3: Personal service, about.values4: Safety and trust, contact.title: Contact us, contact.p: Get in touch for a non-binding quote or for more information about our services., contact.phone: Phone, contact.email: Email, footer.org_label: Org. no., footer.tagline: Private home services in West Oslo and Bærum } }; function setLanguage(lang) { const dict translationslang || translations.no; document.documentElement.lang lang; for (const el of document.querySelectorAll(data-i18n)) { const key el.getAttribute(data-i18n); if (dictkey) { el.textContent dictkey; } } document.title dictmeta.title; for (const btn of document.querySelectorAll(.lang-btn)) { const isActive btn.getAttribute(data-lang) lang; btn.classList.toggle(active, isActive); btn.setAttribute(aria-pressed, isActive ? true : false); } localStorage.setItem(lang, lang); } document.addEventListener(DOMContentLoaded, function() { const stored localStorage.getItem(lang); const browser (navigator.language || navigator.userLanguage || no).toLowerCase(); const initial stored || (browser.startsWith(en) ? en : no); setLanguage(initial); for (const btn of document.querySelectorAll(.lang-btn)) { btn.addEventListener(click, function() { setLanguage(this.getAttribute(data-lang)); }); } }); })(); /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
]