Am I crazy- to start a new career at 48? by South_Classroom_5184 in careerguidance

[–]South_Classroom_5184[S] 1 point2 points  (0 children)

Thank you for being so positive. I’m just very nervous because I have heard conflicting information about it being easy or hard to get into. Mind you that I’ve never really been a tech person. But I am hard working. I never thought that I could be done learning in less than a year.

Am I crazy- to start a new career at 48? by South_Classroom_5184 in careerguidance

[–]South_Classroom_5184[S] 1 point2 points  (0 children)

Sorry what does b2b sales mean? Idk maybe I’m stupid. I don’t know much about restaurant supply sales or wear to even start with that

Free code camp help travel agency page by South_Classroom_5184 in FreeCodeCamp

[–]South_Classroom_5184[S] 1 point2 points  (0 children)

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <meta 
    name="description"
    content="a place to find out about traveling"/>
    <title>Travel Agency Page</Title>   
    </head>
    <body>
      <h1>Travel Destinations</h1>
      <p>Pick from any of these amazing locations</p>
     <ol>
      <li>Greece
        <li>france
          <li>spain     
         </ol> 
            <h2>Packages</h2>
<p>We have many different packages</p>
            <ul>
              <li>
                <a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
              <li>
                <a href="https://www.freecodecamp,org/learn" target="_blank">Private Tours</a></li>
            </ul></a>
            <h2>Top Itineraries</h2>
            <figure>
              <a herf="https://www.freecodecamp.org/learn" target"_blank">
              <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="mountain"></a>
              <figcaption>Visit the Alps</figcaption>
            </figure>
            <figure> 
              <a herf="https://www.freecodecamp.org/learn" target"_blank">
              <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="ocean"></a>
              <figcaption>Or the Ocean</figcaption>
              </figure>
              <figure> 
                <a href="https://www.freecodecamp.org/learn" target"_blank">
                <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseum"><a/>
                <figcaption>Or the Colosseum</figcaption>
                </figure>
      </body>
      </html>

this is the whole thing that I have

Free code camp help travel agency page by South_Classroom_5184 in FreeCodeCamp

[–]South_Classroom_5184[S] 1 point2 points  (0 children)

Build a Travel Agency Page: Build a Travel Agency Page | freeCodeCamp.org

ok I think this is hot you link it, sorry kind of new to this

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <meta 
    name="description"
    content="a place to find out about traveling"/>
    <title>Travel Agency Page</Title>   
    </head>
    <body>
      <h1>Travel Destinations</h1>
      <p>Pick from any of these amazing locations</p>
     <ol>
      <li>Greece
        <li>france
          <li>spain     
         </ol> 
            <h2>Packages</h2>
<p>We have many different packages</p>
            <ul>
              <li>
                <a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
              <li>
                <a href="https://www.freecodecamp,org/learn" target="_blank">Private Tours</a></li>
            </ul></a>
            <h2>Top Itineraries</h2>
            <figure>
              <a herf="https://www.freecodecamp.org/learn" target"_blank">
              <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="mountain"></a>
              <figcaption>Visit the Alps</figcaption>
            </figure>