Home Programs About Testimonials Book a Call Contact

Portland, OR · In-Person & Online

EJB Training · Portland, OR

Strong In Body & Spirit

12-week performance coaching for men who want more than just a gym program.

Elijah Brown — EJB Training Elijah Brown EJB Training
ISSA Certified
📍 Portland, OR
📆 12-Week Program
The 12-Week Edge

Choose Your Path

Three programs designed for where you are — and where you want to be.

Flagship

In-Person
Premium

  • 2 sessions/week, 24 total sessions
  • Performance testing: Week 1 & Week 12
  • Nutrition framework included
  • Weekly accountability check-ins
  • Optional boxing conditioning add-on
$1,900 – $2,500
Book a Call
Group

Edge
System

  • Structured template program
  • Biweekly check-ins
  • Group accountability format
$149/month
Book a Call
🏋️
+15–30 lbs on major lifts
💪
Visible physique change
❤️‍🔥
Increased conditioning
🥗
Nutrition structure
🧠
Mental discipline
📋
Weekly accountability
Coach Elijah Brown Coach Elijah Brown
Meet Your Coach

Elijah Brown

ISSA Certified Personal Trainer · Portland, OR

I started training because I wanted more — more strength, more discipline, more purpose. Now I help Christian men find the same thing. The 12-Week Edge isn't just about lifting heavier. It's about becoming the man you're called to be — in the gym and beyond. Based in Portland, OR, I work with men in-person and online to build real, lasting results.

24
Sessions
3
Programs
0
Excuses
ISSA Certified Personal Trainer
Testimonials

Real People, Real Results

From people who committed to the standard.

★★★★★

As someone with a back injury, I appreciated how he focused on proper posture and safe technique while still encouraging me to grow stronger. He helped me feel confident in the gym by encouraging not just my body, but also my mind and Spirit. 🙌🏻😊

Enelsi
In-Person Client
★★★★★

I've had the opportunity to do some weight training with Eli and can confidently say he's an exceptional trainer. He brings a great combination of knowledge, encouragement, and intentionality to every session. Eli has a way of pushing you to improve while still making the process enjoyable and sustainable. What really stands out is how much he genuinely cares about the people he works with and their long-term progress. If you're looking for someone who will challenge you, support you, and help you reach your goals, Eli is a fantastic choice.

Shad Geisser
In-Person Client

More results coming soon as the program grows.

New Program

Combat Performance Camp

Built for athletes. Designed to dominate.

A 12-week group training camp for 6–8 athletes focused on speed, explosiveness, and combat conditioning. 2 sessions per week. Based in Portland, OR.

$350 – $400 per athlete
⚡ Speed & Explosiveness 🧠 Mental Toughness ❤️ Elite Conditioning 🤝 Team Accountability
Join the Camp
Free Consultation

Book a Call with Elijah

Pick a time that works for you. 15 minutes. No pressure. Just a conversation about your goals and how the 12-Week Edge can get you there.

Loading calendar...

Prefer to reach out directly?

Get in Touch

Ready to Start?

Fill out the form and Elijah will be in touch within 24 hours.

Or DM TRAIN on Instagram to get started immediately.
💪

Thanks!

Elijah will be in touch within 24 hours.

(function loadCalEmbed() { const BOOKING_SLUG = 'ELIJAH_USERNAME/free-consultation'; // ← CHANGE THIS const container = document.getElementById('calEmbed'); const loading = document.getElementById('bookLoading'); if (BOOKING_SLUG.includes('ELIJAH_USERNAME')) { // Placeholder mode — show a direct-action fallback instead of broken embed if (loading) loading.remove(); container.innerHTML = `
📞

Ready to Talk?

Call or text Elijah directly to schedule your free 15-minute consultation.

📞 (971) 381-2075

Or DM TRAIN on Instagram

`; return; } // Load Cal.com embed const script = document.createElement('script'); script.src = 'https://app.cal.com/embed/embed.js'; script.async = true; script.onload = function() { if (loading) loading.style.display = 'none'; Cal('init', {origin: 'https://cal.com'}); Cal('inline', { elementOrSelector: '#calEmbed', calLink: BOOKING_SLUG, layout: 'month_view', config: { theme: 'light', } }); }; script.onerror = function() { if (loading) loading.remove(); container.innerHTML = '

Calendar couldn\'t load.

Open Booking Page →
'; }; document.head.appendChild(script); })(); // ── Form Submission ── async function handleSubmit(e) { e.preventDefault(); const form = document.getElementById('ejbForm'); const submitBtn = form.querySelector('.btn-submit'); const success = document.getElementById('formSuccess'); // Collect form data const data = { name: document.getElementById('fullName').value, email: document.getElementById('email').value, phone: document.getElementById('phone').value, program: document.getElementById('program').value, message: document.getElementById('message').value, _replyto: document.getElementById('email').value, _subject: 'New EJB Training Inquiry — ' + document.getElementById('fullName').value, _captcha: 'false', _template: 'table', }; // Disable button and show loading state submitBtn.textContent = 'Sending...'; submitBtn.disabled = true; try { const res = await fetch('https://formsubmit.co/ajax/ceo@ejbtraining.com', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' }, body: JSON.stringify(data), }); if (res.ok) { form.style.display = 'none'; success.classList.add('show'); } else { const json = await res.json().catch(() => ({})); const msg = json.message || 'Something went wrong.'; submitBtn.textContent = 'Try Again'; submitBtn.disabled = false; alert('Submission failed: ' + msg + '\n\nYou can also email Elijah directly at ceo@ejbtraining.com'); } } catch (err) { submitBtn.textContent = 'Try Again'; submitBtn.disabled = false; alert('Network error. Please try again, or email Elijah directly at ceo@ejbtraining.com'); } }