Help
RSS
API
Feed
Maltego
Contact
Domain > drinksense.app
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-14
108.138.64.35
(
ClassC
)
2025-08-02
18.161.6.111
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 02 Aug 2025 22:16:39 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://drinksense.app/X-Cache: Redirect from cloudfrontVia: 1.1 6af36c6902a46beec743522a9bbb3ab0.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: xQfBPhvH08Qj9OOWOJPHCfpk5hqPU_G0zMVz5PR239xD91eClc7Edw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 19013Connection: keep-aliveDate: Thu, 31 Jul 2025 14:37:32 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: be49c84c39057d037dc0ed942e0cba7fLast-Modified: Sat, 19 Jul 2025 15:05:15 GMTX-Cache: Hit from cloudfrontVia: 1.1 e39f48cc8f516dc1072afdb086c71f32.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: MCeyVRLg_FgtKNl0_BfXSrH-D3lF_4CsPbuR28JLoZXu4OT3JRG4QgAge: 200347 !DOCTYPE html>html langen>head> title>DrinkSense - Drink Smarter, Live Better/title> !-- Basic Meta Tags --> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namedescription contentDrinkSense helps you understand your drinking patterns with beautiful visualizations and thoughtful insights, empowering you to make more mindful choices.> !-- Open Graph / Facebook --> meta propertyog:type contentarticle> meta propertyog:url contenthttps://drinksense.app> meta propertyog:title contentDrinkSense - Drink Smarter, Live Better> meta propertyog:description contentTrack your drinking habits with beautiful visualizations and thoughtful insights. Make more mindful choices with DrinkSense.> meta propertyog:image contenthttps://drinksense.app/assets/social-preview.jpg> meta propertyog:image:width content1200> meta propertyog:image:height content630> !-- Twitter --> meta nametwitter:card contentsummary_large_image> meta nametwitter:url contenthttps://drinksense.app> meta nametwitter:title contentDrinkSense - Drink Smarter, Live Better> meta nametwitter:description contentTrack your drinking habits with beautiful visualizations and thoughtful insights. Make more mindful choices with DrinkSense.> meta nametwitter:image contenthttps://drinksense.app/assets/social-preview.jpg> !-- Apple Specific --> meta namemobile-web-app-capable contentyes> meta nameapple-mobile-web-app-title contentDrinkSense> meta propertyog:site_name contentDrinkSense> !-- iMessage Rich Link Preview --> meta propertyal:ios:url contentdrinksense://> meta propertyal:ios:app_store_id contentYOUR_APP_STORE_ID> meta propertyal:ios:app_name contentDrinkSense> !-- Theme Color and Icons --> meta nametheme-color content#1B365D> link relicon typeimage/svg+xml href/favicon.svg> link relicon typeimage/png sizes96x96 href/favicon-96x96.png> link relapple-touch-icon href/apple-touch-icon.png> link relmanifest href/manifest.json> !-- Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;700&displayswap relstylesheet> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css> style> /* Logo styles */ .logo-wrapper { position: relative; display: inline-block; height: 150px; width: 150px; /* Make it square */ margin-bottom: 2rem; border-radius: 50%; /* Make it circular */ overflow: hidden; /* Ensure the image stays within the circle */ } .logo-wrapper img { height: 100%; width: 100%; object-fit: cover; /* Ensure image fills the circle nicely */ position: relative; z-index: 1; } .logo-wrapper::after { content: ; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 10%, rgba(27, 54, 93, 0.4) 60%, rgba(27, 54, 93, 0.8) 100%); z-index: 2; border-radius: 50%; /* Match the wrappers border-radius */ } /* Reset and base styles */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, system-ui, -apple-system, sans-serif; line-height: 1.5; color: #333; } /* Utility classes */ .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1rem; } .text-center { text-align: center; } .mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .mb-12 { margin-bottom: 3rem; } /* Hero section */ .hero { background: linear-gradient(to bottom, #1B365D, #00A7B5); color: white; padding: 6rem 0 4rem; } .hero h1 { font-size: 3rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; color: white; /* Explicitly set color */ } .hero p { font-size: 1.25rem; max-width: 36rem; margin: 0 auto 2rem; } /* Features section */ .features { background: white; padding: 6rem 0; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3rem; } .feature-card { background: #f8f9fa; padding: 2rem; border-radius: 0.5rem; text-align: center; } .feature-icon { font-size: 3rem; margin: 0 auto 1rem; color: #00A7B5; } .feature-card h3 { color: #1B365D; margin-bottom: 1rem; font-size: 1.25rem; } /* About section */ .about { background: #f8f9fa; padding: 6rem 0; } .about-content { max-width: 48rem; margin: 0 auto; } /* CTA section */ .cta { background: #1B365D; color: white; padding: 4rem 0; text-align: center; } /* Buttons */ .button { display: inline-block; padding: 0.75rem 2rem; border-radius: 0.5rem; font-weight: 600; text-decoration: none; transition: all 0.2s; cursor: pointer; } .button-primary { background: #7FB069; color: white; } .button-primary:hover { background: #6a9558; } .button-outline { border: 2px solid white; color: white; } .button-outline:hover { background: rgba(255, 255, 255, 0.1); } .button-group { display: flex; gap: 1rem; justify-content: center; } /* Responsive adjustments */ @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .features-grid { grid-template-columns: 1fr; } .button-group { flex-direction: column; align-items: stretch; } .button { text-align: center; } } /style>/head>body> !-- Hero Section --> section classhero> div classcontainer text-center> div classlogo-wrapper> img src/img/logo.jpg altLogo> /div> h1>Drink Smarter. Live Better./h1> p>DrinkSense helps you understand your drinking patterns with beautiful visualizations and thoughtful insights, empowering you to make more mindful choices./p> div classbutton-group> a href/app/ classbutton button-primary>Get Started/a> a href/app/ classbutton button-outline>Log In/a> /div> /div> /section> !-- Features Section --> section classfeatures> div classcontainer> h2 classtext-center mb-12>Make Informed Choices/h2> div classfeatures-grid> div classfeature-card> i classfa-solid fa-chart-line feature-icon>/i> h3>Track Mindfully/h3> p>Log your drinks, context, and emotions with a beautifully simple interface. No judgment, just awareness./p> /div> div classfeature-card> i classfa-solid fa-brain feature-icon>/i> h3>Visualize Patterns/h3> p>See your habits come to life through intuitive heatmaps and charts. Understand weekly patterns, identify triggers, and recognize progress./p> /div> div classfeature-card> i classfa-solid fa-lightbulb feature-icon>/i> h3>Gain Insights/h3> p>Discover personal trends and patterns that help you optimize your relationship with alcohol. Knowledge is power./p> /div> /div> /div> /section> !-- App Showcase Section --> section classshowcase-section> div classshowcase-container> !-- Section Header --> div classshowcase-header> h2>See DrinkSense in Action/h2> p>Beautiful visualizations and intuitive tracking help you make more mindful choices/p> /div> !-- Phone Frame and Screenshots --> div classshowcase-content> button classnav-button prev onclickchangeSlide(-1) aria-labelPrevious screenshot> svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround> polyline points15 18 9 12 15 6>/polyline> /svg> /button> div classphone-frame> div classphone-notch>/div> div classphone-screen> div classslides> img srcimg/screenshot-01.jpeg altDrinkSense Dashboard showing a calendar heatmap of drinking patterns and progress tracking classactive> img srcimg/screenshot-02.jpeg altDrinkSense daily tracking interface with easy drink logging> img srcimg/screenshot-03.jpeg altDrinkSense detailed drink logging form> /div> /div> /div> button classnav-button next onclickchangeSlide(1) aria-labelNext screenshot> svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround> polyline points9 18 15 12 9 6>/polyline> /svg> /button> /div> !-- Caption and Dots --> div classshowcase-caption> p idcaption>Track your patterns with beautiful visualizations/p> div classdots>/div> /div> /div> style> .showcase-section { max-height: unset; height: fit-content; padding: 2rem 1rem 4rem; background-color: #fff; overflow: hidden; position: relative; } .showcase-container { max-width: 1200px; margin: 0 auto; height: 100%; } .showcase-header { text-align: center; margin-bottom: 3rem; } .showcase-header h2 { margin-bottom: 1rem; } .showcase-header p { color: #666; max-width: 600px; margin: 0 auto; } .showcase-content { display: flex; align-items: center; justify-content: center; gap: 2rem; height: auto; min-height: 0; } .phone-frame { position: relative; /* Phone takes up 70% of viewport height */ height: 70vh; /* Width will scale proportionally */ width: auto; /* Maximum height */ max-height: 780px; /* Maintain iPhone aspect ratio */ aspect-ratio: 360/780; background: #1B365D; border-radius: 60px; padding: 1rem; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 150px; height: 24px; background: #1B365D; border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; z-index: 10; } .phone-screen { position: relative; width: 100%; height: 100%; background: white; border-radius: 44px; overflow: hidden; } .slides { position: relative; width: 100%; height: 100%; } .slides img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.3s ease-in-out; } .slides img.active { opacity: 1; } .nav-button { background: #00A7B5; color: white; border: none; border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.2s; } .nav-button:hover { background: #008999; } .showcase-caption { text-align: center; margin-top: 2rem; } .showcase-caption p { font-size: 1.25rem; color: #666; margin-bottom: 1rem; } .dots { display: flex; justify-content: center; gap: 0.5rem; } .dot { width: 8px; height: 8px; border-radius: 50%; background: #ddd; cursor: pointer; transition: background-color 0.2s; } .dot.active { background: #00A7B5; } @media (max-width: 768px) { .showcase-content { flex-direction: column; } .phone-frame { width: 280px; height: 607px; } .nav-button { width: 40px; height: 40px; } } /style> script> const captions Track your patterns with beautiful visualizations, Log drinks effortlessly with our simple interface, Add context and notes to better understand your habits ; let currentSlide 0; const slides document.querySelectorAll(.slides img); const caption document.getElementById(caption); const dots document.querySelector(.dots); // Create dots slides.forEach((_, index) > { const dot document.createElement(button); dot.classList.add(dot); dot.setAttribute(aria-label, `Go to screenshot ${index + 1}`); dot.onclick () > goToSlide(index); dots.appendChild(dot); }); const allDots document.querySelectorAll(.dot); updateSlide(); function changeSlide(direction) { currentSlide (currentSlide + direction + slides.length) % slides.length; updateSlide(); } function goToSlide(index) { currentSlide index; updateSlide(); } function updateSlide() { slides.forEach(slide > slide.classList.remove(active)); allDots.forEach(dot > dot.classList.remove(active)); slidescurrentSlide.classList.add(active); allDotscurrentSlide.classList.add(active); caption.textContent captionscurrentSlide; } /script> /section> !-- About Section --> section classabout> div classcontainer text-center> h2 classmb-6>About DrinkSense/h2> div classabout-content> p classmb-6>DrinkSense emerged from a simple New Years challenge among friends in 2021. What started as a month-long experiment in mindful drinking evolved into a powerful tool for understanding our habits and making more conscious choices./p> p>We believe in the power of awareness without judgment. Whether youre doing Dry January, practicing mindful drinking, or simply curious about your patterns, DrinkSense provides the insights you need to optimize your wellbeing./p> /div> /div> /section> !-- CTA Section --> section classcta> div classcontainer> h2 classmb-6>Mindful drinking, measured living/h2> a href/app/ classbutton button-primary>Sign Up for DrinkSense Today/a> /div> /section>/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
]