chidi.ca Open in urlscan Pro
24.89.69.15  Public Scan

URL: https://chidi.ca/
Submission: On June 06 via api from US — Scanned from CA

Form analysis 3 forms found in the DOM

GET /blog/

<form method="GET" action="/blog/">
  <div class="form-group">
    <fieldset>
      <input type="search" class="form-control" name="q" value="" placeholder="Search Here" required="">
      <input type="submit" value="Search Now!" class="theme-btn style-four">
    </fieldset>
  </div>
</form>

POST

<form action="" method="POST" class="booking-form">
  <input type="hidden" name="csrfmiddlewaretoken" value="aUylaoOBBzANtugZTUFYWaQrxoqTYj82aKK448oFblFKT3OKagh9xQYn1XiJOoc8">
  <div class="form-group">
    <div id="div_id_name" class="mb-3"> <label for="id_name" class="form-label requiredField"> Name<span class="asteriskField">*</span> </label> <input type="text" name="name" maxlength="100" class="textinput form-control" required="" id="id_name">
    </div>
    <div id="div_id_email" class="mb-3"> <label for="id_email" class="form-label requiredField"> Email<span class="asteriskField">*</span> </label> <input type="email" name="email" maxlength="254" class="emailinput form-control" required=""
        id="id_email"> </div>
    <div id="div_id_postal_code" class="mb-3"> <label for="id_postal_code" class="form-label requiredField"> Postal code<span class="asteriskField">*</span> </label> <input type="text" name="postal_code" maxlength="100" class="textinput form-control"
        required="" id="id_postal_code"> </div>
    <div id="div_id_captcha" class="mb-3"> <label for="id_captcha" class="form-label requiredField"> Captcha<span class="asteriskField">*</span> </label>
      <script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/releases/DH3nyJMamEclyfe-nztbfV8S/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-RFB9oVlvTplM2seWHBz+PsmThT1DmbvbuROpMMcARnCHL3Ko4+efpawFtv6DvE/q">
      </script>
      <script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/releases/DH3nyJMamEclyfe-nztbfV8S/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-RFB9oVlvTplM2seWHBz+PsmThT1DmbvbuROpMMcARnCHL3Ko4+efpawFtv6DvE/q">
      </script>
      <script src="https://www.google.com/recaptcha/api.js"></script>
      <script type="text/javascript">
        // Submit function to be called, after reCAPTCHA was successful.
        var onSubmit_b95ca8789c434b2bbdcf5f1e63e43da7 = function(token) {
          console.log("reCAPTCHA validated for 'data-widget-uuid=\"b95ca8789c434b2bbdcf5f1e63e43da7\"'")
        };
      </script>
      <div class="g-recaptcha recaptchav2checkbox form-control" data-sitekey="6LfJO5wpAAAAAGfhYdyLF4xVaU6C2NIfB0c_qRiJ" required="" id="id_captcha" data-widget-uuid="b95ca8789c434b2bbdcf5f1e63e43da7"
        data-callback="onSubmit_b95ca8789c434b2bbdcf5f1e63e43da7" data-size="normal">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-nkf0c0mvrlv2" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfJO5wpAAAAAGfhYdyLF4xVaU6C2NIfB0c_qRiJ&amp;co=aHR0cHM6Ly9jaGlkaS5jYTo0NDM.&amp;hl=en&amp;v=DH3nyJMamEclyfe-nztbfV8S&amp;size=normal&amp;cb=d7ctq3t8kvhc"></iframe></div>
          <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group message-btn">
    <button type="submit">Send Now</button>
  </div>
</form>

POST contact.html

<form action="contact.html" method="POST" class="subscribe-form">
  <input type="hidden" name="csrfmiddlewaretoken" value="aUylaoOBBzANtugZTUFYWaQrxoqTYj82aKK448oFblFKT3OKagh9xQYn1XiJOoc8">
  <div class="form-group">
    <div id="div_id_name" class="mb-3"> <label for="id_name" class="form-label requiredField"> Name<span class="asteriskField">*</span> </label> <input type="text" name="name" maxlength="100" class="textinput form-control" required="" id="id_name">
    </div>
    <div id="div_id_email" class="mb-3"> <label for="id_email" class="form-label requiredField"> Email<span class="asteriskField">*</span> </label> <input type="email" name="email" maxlength="254" class="emailinput form-control" required=""
        id="id_email"> </div>
    <div id="div_id_postal_code" class="mb-3"> <label for="id_postal_code" class="form-label requiredField"> Postal code<span class="asteriskField">*</span> </label> <input type="text" name="postal_code" maxlength="100" class="textinput form-control"
        required="" id="id_postal_code"> </div>
    <div id="div_id_captcha" class="mb-3"> <label for="id_captcha" class="form-label requiredField"> Captcha<span class="asteriskField">*</span> </label>
      <script src="https://www.google.com/recaptcha/api.js"></script>
      <script type="text/javascript">
        // Submit function to be called, after reCAPTCHA was successful.
        var onSubmit_b95ca8789c434b2bbdcf5f1e63e43da7 = function(token) {
          console.log("reCAPTCHA validated for 'data-widget-uuid=\"b95ca8789c434b2bbdcf5f1e63e43da7\"'")
        };
      </script>
      <div class="g-recaptcha recaptchav2checkbox form-control" data-sitekey="6LfJO5wpAAAAAGfhYdyLF4xVaU6C2NIfB0c_qRiJ" required="" id="id_captcha" data-widget-uuid="b95ca8789c434b2bbdcf5f1e63e43da7"
        data-callback="onSubmit_b95ca8789c434b2bbdcf5f1e63e43da7" data-size="normal">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-p1w0bxwjynbt" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfJO5wpAAAAAGfhYdyLF4xVaU6C2NIfB0c_qRiJ&amp;co=aHR0cHM6Ly9jaGlkaS5jYTo0NDM.&amp;hl=en&amp;v=DH3nyJMamEclyfe-nztbfV8S&amp;size=normal&amp;cb=89zux8a3b5cu"></iframe></div>
          <textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
  </div>
  <div class="form-group">
    <button type="submit" class="theme-btn">Subscribe</button>
  </div>
</form>

Text Content

Close


STAY CONNECTED

Name*
Email*
Postal code*
Captcha*

Send Now

CONTACT ME

 * Regina
   Saskatchewan
   CANADA S4W 0H9

 * 306-581-4493
 * chidi.igwe@igwe.ca

 * 
 * 
 * 
 * 
 * 

Donation
 * Register
 * Login

 * 306-581-4493
 * Wed 05 Jun 2024

 * 
 * 
 * 
 * 
 * 

 * Home
 * About
 * Issues
 * Nomination Form
 * Events
 * News
 * Donation
 * Contact

 * 
 * 

 * Home
 * About
 * Issues
 * Nomination Form
 * Events
 * News
 * Donation
 * Contact

 * 
 * 

 * Home
 * About
 * Issues
 * Nomination Form
 * Events
 * News
 * Donation
 * Contact

CONTACT ME

 * Regina
   Saskatchewan
   CANADA S4W 0H9

 * 306-581-4493
 * chidi.igwe@igwe.ca

 * 
 * 
 * 
 * 
 * 



SUPPORT A TEACHER, COMMUNITY AND PUBLIC SERVANT


NOMINATE CHIDI FOR WARD 2 COUNCILLOR

Dear friend! I ask for your support in electing me as your next Councillor for
Regina Ward 2. The election is scheduled for November 13th, and I am hopeful to
secure your vote. If you live in Harbour Landing and Albert Park, please sign my
nomination

Click Here to Nominate

SUPPORT A TEACHER, COMMUNITY AND PUBLIC SERVANT


NOMINATE CHIDI FOR WARD 2 COUNCILLOR

Dear friend! I ask for your support in electing me as your next Councillor for
Regina Ward 2. The election is scheduled for November 13th, and I am hopeful to
secure your vote. If you live in Harbour Landing and Albert Park, please sign my
nomination

Click Here to Nominate

SUPPORT A TEACHER, COMMUNITY AND PUBLIC SERVANT


NOMINATE CHIDI FOR WARD 2 COUNCILLOR

Dear friend! I ask for your support in electing me as your next Councillor for
Regina Ward 2. The election is scheduled for November 13th, and I am hopeful to
secure your vote. If you live in Harbour Landing and Albert Park, please sign my
nomination

Click Here to Nominate

SUPPORT A TEACHER, COMMUNITY AND PUBLIC SERVANT


NOMINATE CHIDI FOR WARD 2 COUNCILLOR

Dear friend! I ask for your support in electing me as your next Councillor for
Regina Ward 2. The election is scheduled for November 13th, and I am hopeful to
secure your vote. If you live in Harbour Landing and Albert Park, please sign my
nomination

Click Here to Nominate

SUPPORT A TEACHER, COMMUNITY AND PUBLIC SERVANT


NOMINATE CHIDI FOR WARD 2 COUNCILLOR

Dear friend! I ask for your support in electing me as your next Councillor for
Regina Ward 2. The election is scheduled for November 13th, and I am hopeful to
secure your vote. If you live in Harbour Landing and Albert Park, please sign my
nomination

Click Here to Nominate

SUPPORT A TEACHER, COMMUNITY AND PUBLIC SERVANT


NOMINATE CHIDI FOR WARD 2 COUNCILLOR

Dear friend! I ask for your support in electing me as your next Councillor for
Regina Ward 2. The election is scheduled for November 13th, and I am hopeful to
secure your vote. If you live in Harbour Landing and Albert Park, please sign my
nomination

Click Here to Nominate



NOMINATION FORM

NOMINATE CHIDI

ELECTION DAY

NOVEMBER 13, 2024

POLLING

POLLING STATIONS

WARD

VIEW WARD MAP

ABOUT DR. CHIDI IGWE






A teacher, public and community servant, husband and father of five, Dr. Chidi
Igwe is volunteering to serve as your next Councillor. He brings years of
professional, volunteer and community service experience, having worked with
numerous organizations throughout Regina. His professional experience includes
more than eighteen years as lecturer and Assistant Professor at the University
of Regina, and 6 years of public service with the Government of Saskatchewan.
His public service experience covers ministries of Education, Trade and Export
Development, Immigration and Career Training, and Energy and Resources. Dr. Igwe
will work tirelessly to help make Regina a more vibrant community, improve
safety and well-being for residents, and drive economic prosperity and
environmental sustainability.



 * 
 * 
 * 
 * 

PHONE

306-581-4493

EMAIL

chidi.igwe@igwe.ca

“A TEACHER, COMMUNITY AND PUBLIC SERVANT, HUSBAND AND FATHER OF FIVE, DR. CHIDI
IGWE WILL WORK TIRELESSLY TO HELP MAKE REGINA A MORE VIBRANT COMMUNITY, IMPROVE
SAFETY AND WELL-BEING FOR RESIDENTS, AND DRIVE ECONOMIC PROSPERITY AND
ENVIRONMENTAL SUSTAINABILITY.”

GOVERNANCE & STRATEGY


CAMPAIGN ISSUES



AFFORDABLE HOUSING

AFFORDABLE HOUSING

I will champion policies that promote a wider range of housing options to meet
the needs of all residents, at every stage of life.

 * Read More
 * chidi.igwe@igwe.ca

GARBAGE & RECYCLING

GARBAGE & RECYCLING

I will work to improve our garbage and recycling programs to make them more
user-friendly, sustainable, and cost-effective.

 * Read More
 * chidi.igwe@igwe.ca

ROAD MAINTENANCE

ROAD MAINTENANCE

I will champion a multi-modal transportation plan that prioritizes safety for
pedestrians, cyclists, and drivers, while offering residents a variety of ways
to get around.

 * Read More
 * chidi.igwe@igwe.ca

Click here


TO VIEW MORE CAMPAIGN ISSUES

SERVICES


CITY OF REGINA



ROADS & PARKING

Learn about City transit, transportation, roads & parking

HOME & PROPERTY

Learn about residential property assessment and tax

PROPERTY ASSESSMENT

Learn how your property's assessment is calculated

CITY GOVERNMENT

Learn about City government and leaders

COMMERCIAL PROPERTY TAX

Learn about property assessment and tax administration

BUSINESS & DEVELOPMENT

Learn about commercial opportunities

PLAYGROUNDS & PICNIC SITES

Learn about parks, playgrounds and picnic sites

DOG PARKS

Learn about off-leash dog areas and opportunities for dog owners

PATHWAYS

Learn about multi-use pathways for cycling, walking, running, etc.

COMMUNITY GARDENS

Learn about what makes the City vibrant and attractive

NEIGHBOURHOOD CENTRES

Learn about zone boards and community associations

LEISURE GUIDE

Learn about exciting summer programs and activities


SHARE YOUR IDEAS TO HELP OUR CITY’S FUTURE.

Click on the button to share your interests, needs and hopes for our city. What
do you think?

Share your opinion

EVENTS


OUR SCHEDULES



Join us for the next event. An opportunity to share in our vision for Regina.

 * Upcoming Events


STAY CONNECTED

Get latest events details.

Name*
Email*
Postal code*
Captcha*

Subscribe

NEVER SHARE YOUR EMAIL WITH OTHERS.


MAY 11, 2024, 5 P.M.

Door Knocking

ON WATERER & DELHAYE

 * May 11, 2024, 5 p.m.
 * Harbour Landing, Regina
 * Speaker/Presenter: Chidi Igwe

Read More


MAY 10, 2024, 5 P.M.

Door Knocking

ON CRANE CRESCENT, CORNELL GATE & GILBERT

 * May 10, 2024, 5 p.m.
 * Harbour Landing, Regina
 * Speaker/Presenter: Chidi Igwe

Read More


MAY 12, 2024, 5 P.M.

Campaign Issues

ON PADWICK ROAD, AVENUE & CRESCENT

 * May 12, 2024, 5 p.m.
 * Harbour Landing, Regina
 * Speaker/Presenter: Chidi Igwe

Read More


MAY 11, 2024, 5 P.M.

Door Knocking

ON WATERER & DELHAYE

 * May 11, 2024, 5 p.m.
 * Harbour Landing, Regina
 * Speaker/Presenter: Chidi Igwe

Read More


MAY 10, 2024, 5 P.M.

Door Knocking

ON CRANE CRESCENT, CORNELL GATE & GILBERT

 * May 10, 2024, 5 p.m.
 * Harbour Landing, Regina
 * Speaker/Presenter: Chidi Igwe

Read More


MAY 12, 2024, 5 P.M.

Campaign Issues

ON PADWICK ROAD, AVENUE & CRESCENT

 * May 12, 2024, 5 p.m.
 * Harbour Landing, Regina
 * Speaker/Presenter: Chidi Igwe

Read More


MAY 11, 2024, 5 P.M.

Door Knocking

ON WATERER & DELHAYE

 * May 11, 2024, 5 p.m.
 * Harbour Landing, Regina
 * Speaker/Presenter: Chidi Igwe

Read More



NEWS & BLOG


LATEST FROM OUR NEWSROOM




JUNE 3, 2024, 4:19 P.M.

CITY ACCEPTING APPLICATIONS FOR THE WINTER INITIATIVES GRANT



The City of Regina is seeking creative ideas to make winter a more fun and
inclusive season for everyone. Applications are now open for the 2024-2025
Winter Initiatives Grant (WIG).

Calling …


MAY 30, 2024, 9:55 P.M.

NEW REGINA OPENS NEW AFFORDABLE HOUSING UNITS OPEN IN REGINA



A collaborative effort between the federal and provincial governments, the City
of Regina, and the National Affordable Housing Corporation (NAHC) has resulted
in increased access to affordable and accessible housing …


MAY 22, 2024, 11:06 P.M.

INVESTOR ALERT: TRIMAMEX IS NOT REGISTERED



The Financial and Consumer Affairs Authority of Saskatchewan (FCAA) warns
investors of the online entity Trimamex Capital Limited.

"Dealing with investment entities that are not registered in Saskatchewan puts
your hard-earned …


ABOUT CHIDI IGWE

Igwe looks for opportunities to give back to society through public service and
volunteering. He has served as director, secretary, public relation officer,
vice-president, president, etc., in many community organisations in Regina,
including the Multilingual Association of Regina, the Saskatchewan Organization
for Heritage Languages, the Igbo Cultural Association of Saskatchewan, etc.


FOR VOTERS

 * For Voters
 * Who Can Vote?
 * Where to Vote
 * What do I Need to Vote?
 * Register as a Voter
 * Ways to Vote
 * What to Expect at the Polls


LINKS

 * TransitLive
 * Road Report
 * Maps
 * Bylaws
 * City Council
 * Events
 * Address Change
 * Permits


CONTACT ME

 * LOCATION
   
   
   
   Regina
   Saskatchewan
   CANADA S4W 0H9
   
   

 * PHONE
   
   306-581-4493

 * EMAIL
   
   chidi.igwe@igwe.ca

JOIN OUR TEAM

You can join us. Together, we will serve and make a difference in our community!

Join Today

Copyright © 2024 Dr. Chidi Igwe. WEBSITE APPROVED AND AUTHORIZED BY DR. CHIDI
IGWE. All Rights Reserved.

 * About Igwe
 * Regina
 * Saskatchewan
 * Canada