railway-edge
tcp/443 tcp/80
Open service 66.33.22.164:80 · dsa.az
2026-01-10 22:19
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Location: https://dsa.az/ Server: railway-edge X-Railway-Edge: railway/us-east4-eqdc4a X-Railway-Request-Id: GHQjpEolR5GPyAcaBT7zVQ Date: Sat, 10 Jan 2026 22:19:11 GMT Content-Length: 50 Connection: close <a href="https://dsa.az/">Moved Permanently</a>.
Open service 66.33.22.164:443 · dsa.az
2026-01-10 22:19
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Date: Sat, 10 Jan 2026 22:19:03 GMT
Etag: "de6zxgo3fbb46ka-gzip"
Last-Modified: Wed, 12 Nov 2025 20:24:49 GMT
Server: railway-edge
Vary: Accept-Encoding
X-Railway-Edge: railway/europe-west4-drams3a
X-Railway-Request-Id: 7JI84oq1Sa21MykcjUJq2g
Connection: close
Transfer-Encoding: chunked
Page title: Data Science Academy
<!DOCTYPE html>
<html lang="az">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon-CQuKI0BL.png" />
<meta
name="description"
content="Data Science Academy - Süni intellekt və data elmi sahəsində təlimlər"
/>
<title>Data Science Academy</title>
<link href="/dist/styles.css" rel="stylesheet" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-G6GJX5SQ7J"
></script>
<!-- Meta Pixel Code -->
<script>
!(function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments);
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = "2.0";
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(
window,
document,
"script",
"https://connect.facebook.net/en_US/fbevents.js"
);
fbq("init", "347737425851755");
fbq("track", "PageView");
</script>
<!-- End Meta Pixel Code -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-G6GJX5SQ7J");
</script>
<style>
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: #f8f9fa;
}
#chatbot-button {
position: fixed !important;
bottom: 20px !important;
right: 20px !important;
width: 50px !important;
height: 50px !important;
background: #28aaa8 !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3) !important;
z-index: 1000 !important;
transition: transform 0.3s ease, background 0.3s ease !important;
cursor: pointer !important;
}
#chatbot-button:hover {
transform: scale(1.1) !important;
background: #e2195b !important;
}
/* Chatbot pəncərəsi */
#chatbot-widget {
position: fixed !important;
bottom: 10px !important;
right: 10px !important;
width: 320px !important;
height: 500px !important;
background-color: #ffffff !important;
border-radius: 12px !important;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
z-index: 1000 !important;
overflow: hidden !important;
display: none;
transition: all 0.3s ease !important;
max-width: 95% !important;
}
/* Chatbot başlığı */
#chatbot-header {
background: linear-gradient(135deg, #3891d5, #28aaa8) !important;
color: white !important;
padding: 12px !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
border-top-left-radius: 12px !important;
border-top-right-radius: 12px !important;
}
.chatbot-title {
display: flex !important;
flex-direction: column !important;
gap: 1px !important;
}
.chatbot-title span {
font-size: 16px !important;
font-weight: 600 !important;
letter-spacing: 0.5px !important;
}
.chatbot-title p {
font-size: 11px !important;
margin: 0 !important;
opacity: 0.9 !important;
}
/* Mesajlar bölməsi */
#chatbot-messages {
flex: 1 !important;
overflow-y: auto !important;
padding: 15px !important;
display: flex !important;
flex-direction: