Guys! The festival of lights has almost arrived. After you have cleaned up your home, it is time to make plans for your Diwali party. If you want to look great during all festive gatherings this Diwali, glowing skin is a must. This, in addition to your ethnic clothes, would definitely make head turns.
It’s best to take care of your skin now if you want to achieve better skin by Diwali. You must be eager to learn some tricks for having skin that glows and looks radiant. Here we go-
Cleansing
Pollution, dirt and exhaustion make your skin dull and worn down. Cleaning your skin completely is the first thing you should do to keep its radiance. It purges filth and pollutants from within. Apply rose water, sandalwood, or turmeric to your face to clean it this Diwali. It will not only get rid of impurities but also give you a glowing touch.
Sauna

We are not requesting that you visit a salon to have a facial sauna, but advising the good old steam at home. Add some fragrant essential oil to some boiling water after it has been poured into a clean bowl. Wrap a towel around your head to let the steam work its magic.

Choose some organic scrubs and consider making your own scrubs. Use your fingertips to gently scrub every inch of your face after gently massaging the scrubs into it. You can get rid of dirt and dead skin cells by scrubbing.

Besan, curd, honey, a dash of turmeric, and some lemon juice can be combined to create a face pack. Apply the mask to your neck and entire face. Additionally, you can use it on your hands. After 15 minutes, use lukewarm water to wash your face. You’ll see an immediate glow.
Drink plenty of water

Try to drink more water because it naturally replenishes your skin from the inside and makes you glow from the outside. You should at least drink 7 glasses of water a day. This will keep your skin hydrated and also protect your body and skin from many problems .

A balanced diet and healthy consumption of seasonal fruits can help you get the perfect glow for this festive season. These include fruits, veggies, less fried food, and lots of dry fruits. The antioxidants and proteins present in healthy food items can protect your skin from damage and dullness.
Moisturiser

Before you get ready for a party, your skin must be well moisturized. Otherwise, the makeup powder and foundation give a flaky look resulting in a poor appearance. Choose oil-based moisturisers rather than water-based when selecting one. It feels lighter, retains moisture, and prevents dryness of the skin. A good moisturiser can do wonders for your skin and keep it soft and moist.
!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’, ‘293092131502164’);
fbq(‘track’, ‘PageView’);
$(document).ready(function(){
$(‘#myCarousel’).carousel({
interval: 20000
})
});
function validateform(){
//alert(‘dasdad’);
var srcame=document.searchbar_mob.s.value;
if (srcame==null || srcame==””)
{
// something is wrong
alert(‘Please type some in search.’);
return false;
}
else{
return true;
}
}
function setSearch() {
var search_txt = document.getElementById(‘s’).value;
search_txt = search_txt.replace(/[`~!@#$%^&*()_|+-=?;:'”,.{}[]/]/gi, ”);
// console.log(search_txt);
if (search_txt) {
document.getElementById(‘searchbar_web’).action = ‘https://www.cityspidey.com/search/’ + search_txt;
}
}
var user_view_notification_url=”https://www.cityspidey.com/news/user_view_notification”;
function getConfirmation(notification_id, user_id, redirect_url) {
$.post(user_view_notification_url, {
notification_id: notification_id,
user_id: user_id
}, function (resp) {
window.location.href = redirect_url;
});
}
function gotologin() {
//window.location = ‘#menu1’;
$(‘html, body’).animate({scrollTop: $(‘#menu1’).position().top}, ‘slow’);
toggle_panel(‘1’);
}
function toggle_panel(val) {
if (val == ‘1’) {
$(‘.signup-listbox’).fadeOut(‘slow’, function () {
$(‘.verify-listbox’).fadeOut(‘slow’);
$(‘.login-listbox’).fadeIn(‘slow’);
});
} else if (val == ‘2’) {
$(‘.login-listbox’).fadeOut(‘slow’, function () {
$(‘.verify-listbox’).fadeOut(‘slow’);
$(‘.signup-listbox’).fadeIn(‘slow’);
});
} else {
$(‘.login-listbox’).fadeOut(‘slow’, function () {
$(‘.signup-listbox’).fadeOut(‘slow’);
$(‘.verify-listbox’).fadeIn(‘slow’);
});
}
}
$(document).ready(function () {
$(‘.a2a_i’).click(function () {
$(‘#a2apage_dropdown’).css(‘display’, ‘none’);
});
$(‘.close_menus’).click(function () {
$(‘.login-list’).fadeOut();
});
$(“#signup-nav”).validate({
errorClass: ‘redvalidate’,
rules: {
name: {
required: true,
lettersonly: true
},
userID: {
required: true,
},
password: {
required: true,
},
con_password: {
required: true,
equalTo: “#password”
}
},
messages: {
name: {
required: “”,
lettersonly: “”
},
userID: {
required: “”,
},
password: {
required: “”
},
con_password: {
required: “”,
equalTo: “Password does not match the confirm password”
}
},
submitHandler: function (form) {
var dataSend = $(“#signup-nav”).serializeArray();
$.ajax({
type: “POST”,
beforeSend: function () {
$(“.msg”).html(“Loading..”).css(‘color’, ‘grey’);
},
url: “https://www.cityspidey.com/home/signup/”,
data: dataSend,
success: function (msg) {
if (msg == ‘0’ || msg == 0) {
$(“.msg”).html(“Invalid UserID/Password”).css({‘color’: ‘red’, “margin-top”: “10px”})
$(‘.msg’).fadeIn(‘slow’).delay(1000).fadeOut(‘slow’, function () {
$(“.msg”).html(“Signup”).css(‘color’, ‘black’);
})
} else if (msg == ‘1’ || msg == 1) {
$(“.msg”).html(“User Signup Successfull!”).css({‘color’: ‘green’, “margin-top”: “10px”});
$(‘.msg’).fadeIn(‘slow’).delay(1000).fadeOut(‘slow’, function () {
$(“.msg”).fadeIn(‘slow’).html(“Please verify to login!”).css({‘color’: ‘green’, “margin-top”: “10px”});
toggle_panel(‘3’);
})
} else if (msg == ‘2’ || msg == 2) {
$(“.msg”).html(“User Exists!”).css({‘color’: ‘red’, “margin-top”: “10px”});
$(‘.msg’).fadeIn(‘slow’).delay(1000).fadeOut(‘slow’, function () {
$(“.msg”).html(“Please Input Correct Detail!”).css(‘color’, ‘black’);
})
}
},
complete: function () {
$(‘#signup-nav’)[0].reset();
}
});
return false;
}
});
$.validator.addMethod(“lettersonly”, function (value, element) {
return this.optional(element) || /^[a-z ]+$/i.test(value);
}, “Letters only please”);
$(“#login-nav”).validate({
errorClass: ‘redvalidate’,
rules: {
userID: {
required: true,
},
password2: {
required: true,
}
},
messages: {
userID: {
required: “”,
},
password2: {
required: “”
}
},
submitHandler: function (form) {
var dataSend = $(“#login-nav”).serializeArray();
$.ajax({
type: “POST”,
beforeSend: function () {
$(“.msg”).html(“Loading..”).css(‘color’, ‘grey’);
},
url: “https://www.cityspidey.com/home/weblogin/”,
data: dataSend,
success: function (msg) {
// alert(msg); exit;
if (msg == ‘0’ || msg == 0) {
$(“.msg”).html(“”);
$(“.msg”).html(“Invalid UserID/Password”).css({‘color’: ‘red’, “margin-top”: “10px”})
$(‘.msg’).fadeIn(‘slow’).delay(1000).fadeOut(‘slow’, function () {
$(“.msg”).fadeIn(‘slow’).html(“Login”).css(‘color’, ‘black’);
});
} else if (msg == ‘1’ || msg == 1) {
$(“.msg”).html(“Login Successfully!”).css(‘color’, ‘green’);
$(‘.msg’).fadeIn(‘slow’).delay(1000).fadeOut(‘slow’, function () {
window.location.href = window.location
});
}
},
complete: function () {
// $(“.msg”).html(“Signup”).css(‘color’, ‘black’);
// $(‘#signup-nav’)[0].reset();
}
});
return false;
}
});
$(“#verify-nav”).validate({
errorClass: ‘redvalidate’,
rules: {
phone: {
required: true,
},
otp: {
required: true,
}
},
messages: {
phone: {
required: “”,
},
otp: {
required: “”
}
},
submitHandler: function (form) {
var dataSend = $(“#verify-nav”).serializeArray();
$.ajax({
type: “POST”,
beforeSend: function () {
$(“.msg”).html(“Loading..”).css(‘color’, ‘grey’);
},
url: “https://www.cityspidey.com/home/verify/”,
data: dataSend,
success: function (msg) {
if (msg == ‘0’ || msg == 0) {
$(“.msg”).html(“”);
$(“.msg”).html(“Invalid UserID/OTP”).css({‘color’: ‘red’, “margin-top”: “10px”})
$(‘.msg’).fadeIn(‘slow’).delay(1000).fadeOut(‘slow’, function () {
$(“.msg”).fadeIn(‘slow’).html(“Verify Login”).css(‘color’, ‘black’);
});
} else if (msg == ‘1’ || msg == 1) {
$(“.msg”).html(“Verify Successfully!”).css(‘color’, ‘green’);
$(‘.msg’).fadeIn(‘slow’).delay(1000).fadeOut(‘slow’, function () {
window.location.href = window.location
});
}
},
complete: function () {
}
});
return false;
}
});
});
function sentotp() {
$(“#phone”).css(‘border-color’, ”);
var emailID_phone = $(“#phone”).val();
if (validatePhone(emailID_phone) == false && ValidateEmail(emailID_phone) == false) {
$(“#phone”).css(‘border-color’, ‘red’);
return false;
} else {
$.ajax({
type: “POST”,
beforeSend: function () {
$(“.msg”).html(“Loading..”).css(‘color’, ‘grey’);
},
url: “https://www.cityspidey.com/home/resentOtp/”,
data: {id: $(“#phone”).val()},
success: function (msg) {
if (msg == 1) {
$(“.msg”).html(“Otp Sent!”).css(‘color’, ‘grey’);
} else if (msg == 2) {
$(“.msg”).html(“Max. Limit reached!”).css(‘color’, ‘grey’);
} else if (msg == 0) {
$(“.msg”).html(“Already Approved!”).css(‘color’, ‘red’);
}
}
});
}
}
function ValidateEmail(mail)
{
if (/^w+([.-]?w+)*@w+([.-]?w+)*(.w{2,3})+$/.test(mail))
{
return (true)
}
return (false)
}
function validatePhone(phone) {
var phoneRegex = /^(+91-|+91|0)?d{10}$/;
return phoneRegex.test(phone);
}
function goclicky(meh, name)
{
var x = screen.width / 2 – 600 / 2;
var y = screen.height / 2 – 520 / 2;
var myWindow = window.open(meh, myWindow, ‘height=400,width=600,left=” + x + “,top=’ + y);
myWindow.document.title=”Popup Box”;
}
window.fbAsyncInit = function() {
// FB JavaScript SDK configuration and setup
FB.init({
appId : ‘311309132709921’, // FB App ID
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse social plugins on this page
version : ‘v2.10’ // use graph api version 2.8
});
// Check whether the user already logged in
/*FB.getLoginStatus(function(response) {
if (response.status === ‘connected’) {
//display user data
getFbUserData();
}
});*/
};
// Load the JavaScript SDK asynchronously
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “https://connect.facebook.net/en_US/sdk.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));
// Facebook login with JavaScript SDK
function fbLogin() {
FB.login(function (response) {
if (response.authResponse) {
// Get and display the user profile data
getFbUserData();
} else {
document.getElementById(‘status’).innerHTML = ‘User cancelled login or did not fully authorize.’;
}
}, {scope: ’email’});}
// Fetch the user profile data from facebook
function getFbUserData(){
FB.api(‘/me’, {locale: ‘en_US’, fields: ‘id,first_name,last_name,email,link,gender,locale,picture’},
function (response) {
$.post(‘https://www.cityspidey.com/home/checkFbUser/’,{
oauth_uid : response.id,
user_email_phone: response.email,
first_name: response.first_name,
last_name: response.last_name,
name:response.first_name + ‘ ‘ +response.last_name,
profile_pick:’https://graph.facebook.com/’+response.id+’/picture?type=large’,
gender:response.gender,
facebooklogin:’1′,
login_from: ’email’,
is_verified: ‘1’,
status: ‘1’,
oauth_provider: ‘Facebook’
},function(msg){
if(msg==0){
$(“#fbLink”).show();
alert(‘Login With facebook Fail!’);return false;
}
else{
window.location.reload();
}
});
});
}
//————————Facebook signup Start—————————————//
// Logout from facebook
//old ci 133043768578-8ed1s4vlo98nhpp9n8oe4dr5heq7fba4.apps.googleusercontent.com
//old key AIzaSyDv7Ews8tnHzrVlt7Z9qwiQPqKrvIgymPU
function fbLogout() {
FB.logout(function () {
document.getElementById(‘fbLink’).setAttribute(“onclick”, “fbLogin()”);
document.getElementById(‘fbLink’).innerHTML = ‘
‘;
document.getElementById(‘userData’).innerHTML = ”;
document.getElementById(‘status’).innerHTML = ‘You have successfully logout from Facebook.’;
});
}
if(‘serviceWorker’ in navigator) {
navigator.serviceWorker
.register(‘service-worker.js’)
.then(function() { console.log(‘Service Worker Registered’); });
}
// Code to handle install prompt on desktop
let deferredPrompt;
const addBtn = document.querySelector(‘.add-button’);
//alert(addBtn);
addBtn.style.display = ‘none’;
window.addEventListener(‘beforeinstallprompt’, (e) => {
// Prevent Chrome 67 and earlier from automatically showing the prompt
e.preventDefault();
// Stash the event so it can be triggered later.
deferredPrompt = e;
// Update UI to notify the user they can add to home screen
addBtn.style.display = ‘block’;
addBtn.addEventListener(‘click’, (e) => {
// hide our user interface that shows our A2HS button
addBtn.style.display = ‘none’;
// Show the prompt
deferredPrompt.prompt();
// Wait for the user to respond to the prompt
deferredPrompt.userChoice.then((choiceResult) => {
if (choiceResult.outcome === ‘accepted’) {
console.log(‘User accepted the A2HS prompt’);
} else {
console.log(‘User dismissed the A2HS prompt’);
}
deferredPrompt = null;
});
});
});

