} else if (id == R.id.nav_billing) {
            url = "https://cloud.digitalocean.com/settings/billing";
            Intent i = new Intent(Intent.ACTION_VIEW);
            i.setData(Uri.parse(url));
            startActivity(i);