Step 13: Main Content Column 1 HTML

  <div id="content-col-1">

  <h1>Welcome to The Career Center</h1>
  
       <p>
          All students and alumni are welcome to take advantage of
          our many services and events.
        </p>
        <h2>services</h2>

        <dl>
          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/resumes/default.asp">
            Résumés and cover letters</a>
          </dt>
          <dd>
            Some guidelines to follow, and times of drop-in review
            services when you're ready for feedback.
          </dd>

          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/internship/default.asp">
            Finding internships and jobs</a>
          </dt>
          <dd>
            Here are key resources for your internship and job
            search.
          </dd>
          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/services/mockinterview.asp">

            Interviewing</a>
          </dt>
          <dd>
            Interviewing is a skill which is best developed through
            practice, which you can do with us either in-person or
            by phone in a mock interview.
          </dd>
          <dt>
            <a
            href="http://webtools.uiuc.edu/eventCalendar/PublicCalendar?id=340">
            Workshops</a>

          </dt>
          <dd>
            Salary negotiation, resume writing, pre-health issues,
            we invite you to our various workshops.
          </dd>
          <dt>
            <a
            href="http://webtools.uiuc.edu/eventCalendar/PublicCalendar?id=340">
            Career fairs and special events</a>
          </dt>
          <dd>

            Find out about career fairs and special events related
            to careers.
          </dd>
          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/services/presentations.asp">
            Presentations on demand</a>
          </dt>
          <dd>
            Our Outreach Team, trained Undergraduate students, make
            60 minute presentations.
          </dd>

          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/services/careercounseling.asp">
            Career counseling</a>
          </dt>
          <dd>
            Counselors address your specific or vague career
            concerns, assess your interests, discuss the link
            between majors and careers, and explore career options.
          </dd>
          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/services/prehealth.asp">

            Pre-Health advising</a>
          </dt>
          <dd>
            Discuss the realities and strategies for pursuing
            careers in medicine, dentistry, pharmacy or other
            health related careers.
          </dd>
          <dt>
            <a
            href="http://webtools.uiuc.edu/eventCalendar/PublicCalendar?id=340">
            Career fairs and special events</a>

          </dt>
          <dd>
            Find out about career fairs and special events related
            to careers.
          </dd>
          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/services/presentations.asp">
            Presentations on demand</a>
          </dt>
          <dd>

            Our Outreach Team, trained Undergraduate students, make
            60 minute presentations.
          </dd>
          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/services/careercounseling.asp">
            Career counseling</a>
          </dt>
          <dd>
            Counselors address your specific or vague career
            concerns, assess your interests, discuss the link
            between majors and careers, and explore career options.
          </dd>

          <dt>
            <a
            href="http://dev.careercenter.uiuc.edu/services/prehealth.asp">
            Pre-Health advising</a>
          </dt>
          <dd>
            Discuss the realities and strategies for pursuing
            careers in medicine, dentistry, pharmacy or other
            health related careers.
          </dd>
        </dl>
    
  </div>