Writing is a refined form of talking; reading is listening with depth. I write to explore ideas and read to challenge my thinking. For 27 years, I’ve been on a mission to decode the fastest route to discoveries and innovation. Your voice matters in this journey.
Earning my first paycheck at 14, navigating startups, exiting five businesses, and delving into academia, I’ve gathered a wealth of experiences. Here, I share hacks taken from these diverse paths.
I talk about:
- Mindset: Build resilience, adaptability, and optimism for success.
- Strategy: Plan, scale, and innovate with clear business models.
- Branding: Shape identity, storytelling, and lasting influence.
- Growth: Expand audience, leverage trends, and network.
- Income: Optimise streams, assets, and opportunities.
- Productivity: Streamline time and automation.
- Research: AI-driven analysis and methods.
Together, we craft impactful solutions that drive results.
<div class="contact-form-container">
<div class="contact-form">
<form id="contactform" method="POST">
<div class="form-group">
<label for="name">Full Name:</label>
<input type="text" id="name" name="name" class="form-control" placeholder="Full Name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" class="form-control" placeholder="Email Address" required>
</div>
<div class="form-group">
<label for="service-type">Reason:</label>
<select id="service-type" name="service-type" class="form-control" required>
<option value="" disabled selected>Select a reason</option>
<option value="productivity">Productivity</option>
<option value="data_solutions">Data Solutions</option>
<option value="software_development">Software </option>
<option value="branding">Branding</option>
<option value="growth">Growth</option>
<option value="research">Research</option>
<option value="somethingelse">Something else?</option>
</select>
</div>
<div class="form-group">
<label for="message">Details About Your Request:</label>
<textarea id="message" name="message" class="form-control" placeholder="Describe your needs or specific questions regarding our services." rows="4" required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-submit">Submit</button>
</form>
</div>
</div>
<script>
document.getElementById('contactform').addEventListener('submit', async function (e) {
e.preventDefault(); // Prevent the default form submission behavior
const formData = new FormData(this);
const data = {};
formData.forEach((value, key) => {
data[key] = value;
});
try {
const response = await fetch('https://api.submitjson.com/v1/submit/wydvDulZq', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-API-Key': 'sjk_57541ca93b0441b98eebd0a3a0e91a21'
},
body: JSON.stringify({ data }) // Wrap data in an object with a 'data' key
});
if (!response.ok) {
const errorData = await response.json();
console.error('Server response:', errorData);
throw new Error(`HTTP error! Status: ${response.status}`);
}
const submission = await response.json();
console.log('Submitted data:', submission); // Log the submission data for debugging
window.location.href = '/thank-you/';
} catch (error) {
console.error('Fetch error:', error);
alert("Failed to submit form. Please try again.");
}
});
</script>
Reach out today and let’s start building something extraordinary.
Email: me@wajidkhan.info
Call: +44 020 3468 2115
LinkedIn: linkedin.com/in/wajidkhanuk
Twitter x.com/wajidkhan