[ad_1]
Men’s jewellery, especially those made in the modern era, has seen a meteoric rise in popularity. From Gen Z to millenials, everyone is preferring to sport jewellery that expresses who they are. Men’s jewellery has come a long way in recent years. Lately, a new wave of accessories has changed men’s fashion, which has always been pretty conservative. Here are some jewellery you can pick for yourself:
Earrings
Earrings have long been a fun and easy way to express one’s style. Men now have access to a wider choice of styles, including some that are flashier and louder. Those who were more daring can show off their piercings with a variety of jewellery, including studs, huggies and even single danglers.
Watches
Fine watch jewellery is a mix of technology and style, two things that are very common in modern life. Since most smartwatches look pretty much the same, these unique, understated pieces let you show off your individuality and make great gifts. Their popularity was also helped by the fact that these small, stylish pieces could be used to show many different feelings and moments.
Cuffing Season
These chunky, solid wrist accessories add refined volume to your style. These subtle statements, made of fine metals and decorated with engravings, enamel, and even diamonds and they reside in the hearts of stylish people.
Wrist bands
The wristband is a new addition to a man’s modern wardrobe. Large links of chain, smooth steel or natural cord, and the newest styles that can be adjusted have made the wrist a runway for one’s fashion sense. Bracelets are a great way to show off your personality and style. They can be made of materials like stainless steel, gold, and precious stones.
Signet-ture Piece
Signet rings were once a symbol of fraternity or family, but lately, they have made their way in formal fashion. The past year has seen fresh perspectives on what formalwear looks like, with fine jewelry pieces like signet rings playing a significant role. Signets made of different precious metals but without a seal or pattern are especially popular with men.
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 = '
// 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; }); }); });
[ad_2]
Source link