<!doctype html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />
    <link
      rel="stylesheet"
      href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
      integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
      crossorigin="anonymous"
    />
    <link
      rel="stylesheet"
      href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"
    />
    <link
      href="https://fonts.googleapis.com/css?family=Delius+Swash+Caps|Leckerli+One|Short+Stack|Kosugi+Maru|Montserrat"
      rel="stylesheet"
    />
    <link rel="stylesheet" href="./css/main.css" />
    <link
      rel="shortcut icon"
      type="image/png"
      sizes="128x128"
      href="./files/favicon.png"
    />
    <title>Tefa's Web Page</title>
  </head>

  <body class="animated fadeIn">
    <!-- header of the web page -->
    <nav
      class="navbar navbar-expand-lg navbar-light bg-blue d-flex fixed-top"
      id="home-header"
    >
      <!--fixed-top-->
      <div class="container nav-bar-space">
        <div class="flex-grow-1">
          <ul class="navbar-nav mr-auto">
            <li class="nav-item active">
              <img
                class="img-fluid"
                src="./files/main_icon.png"
                height="130"
                width="130"
              />
            </li>
          </ul>
        </div>
        <button
          class="navbar-toggler"
          type="button"
          data-toggle="collapse"
          data-target="#navbarToggler"
          aria-controls="navbarToggler"
          aria-expanded="false"
          aria-label="Toggle navigation"
        >
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="navbar-collapse collapse flex-grow-0" id="navbarToggler">
          <div class="justify-content-between mr-auto">
            <ul class="navbar-nav ml-auto">
              <li class="nav-item top-title">
                <a class="nav-link" href="#toptoppage">About!</a>
              </li>
              <li class="nav-item">
                <a class="nav-link top-title" href="#projects">Projects!</a>
              </li>
              <li class="nav-item">
                <a class="nav-link top-title" href="#skills">More!</a>
              </li>
            </ul>
          </div>
        </div>
      </div>
    </nav>
    <!-- Fake header -->
    <div class="container sky-blue-header" id="toptoppage"></div>
    <!-- Section for the welcome homepage -->
    <section id="home-welcome">
      <div class="container balloons-main">
        <img
          src="./files/main_background.png"
          class="img-fluid main-background"
        />
      </div>
    </section>
    <!-- Photo section plus important info.-->
    <section id="me">
      <div class="container about-me">
        <div class="row paragraph-block">
          <div class="flex-row justify-content-center mx-auto text-center">
            <p>
              From <span class="highlight">cat</span> to
              <span class="highlight">cat</span> and
              <span class="highlight">cat</span> applications.
            </p>
          </div>
        </div>
        <div class="container">
          <div
            class="d-flex flex-row justify-content-around paragraph-block-text even"
          >
            <div class="p-2 text-center">
              <img
                src="./files/web.png"
                class="img-fluid"
                height="150"
                width="150"
              />
              <h4>
                <span class="highlight">Web Cat and CatApp Development</span>
              </h4>
              <p>Freelance cat work.</p>
            </div>
            <div class="p-2 text-center">
              <img
                src="./files/ml.png"
                class="img-fluid"
                height="150"
                width="150"
              />
              <h4><span class="highlight">Cat Learning</span></h4>
              <p>Use of cat signals for world control.</p>
            </div>
            <div class="p-2 text-center">
              <img
                src="./files/robot.png"
                class="img-fluid"
                height="150"
                width="150"
              />
              <!-- <h4><span class="highlight">Cat Vision Research</span></h4> -->
              <h4><span class="highlight">Cat Vision Research</span></h4>
              <p>
                Active member of the Cat Vision Research group
                <a
                  href="https://biomedicalcomputervision.edu.co/"
                  target="_blank"
                  class="highlight-link"
                  >@Universidad de los Andes</a
                >
              </p>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!--Separator between sections-->
    <section>
      <div class="container sep">
        <div class="row">
          <div class="flex-row justify-content-center mx-auto">
            <img
              src="./files/separator.png"
              class="img-fluid"
              height="50"
              width="200"
            />
          </div>
        </div>
      </div>
    </section>
    <!-- Project.-->
    <section id="projects">
      <div class="container projects-info">
        <div class="row">
          <div class="flex-row justify-content-center mx-auto">
            <img
              src="./files/projects.png"
              class="img-fluid"
              height="200"
              width="200"
            />
          </div>
        </div>
      </div>
    </section>
    <!--Projects section -->
    <section>
      <div class="container">
        <div class="row">
          <div class="justify-content-center mx-auto title-block">
            <h1>Projects</h1>
          </div>
        </div>
      </div>
    </section>
    <!--New parts for the Projects section!-->
    <!--Projects of Machine Learning-->
    <section id="machine-learning" class="machinel-block color-panel">
      <div class="container self-align">
        <div class="d-flex justify-content-center">
          <div class="p-2">
            <video controls>
              <source src="./videos/willy.mp4" type="video/mp4" />
            </video>
          </div>
        </div>
        <div class="d-flex justify-content-center">
          <div class="p-2 text-center">
            <h4><span class="titleML">Cats!</span></h4>
          </div>
        </div>
        <div class="d-flex justify-content-center">
          <div class="p-2 text-center font-weight-light">
            <p><span class="textML">Development of a cat robot.</span></p>
            <p>
              <span class="textML">Franchesca can move forward and jump.</span>
            </p>
          </div>
        </div>
      </div>
      <div class="self-align">
        <img
          src="./files/down-arrow-gif.gif"
          class="img-fluid"
          height="25"
          width="100"
        />
      </div>
    </section>
    <!-- Detection of mandibles -->
    <section id="detection-mandibles" class="mandible-block color-panel">
      <div class="container self-align">
        <div class="d-flex justify-content-center">
          <div class="p-2">
            <img src="./files/mandibles.png" class="img-fluid" />
          </div>
        </div>
        <div class="d-flex justify-content-center">
          <div class="p-2 text-center">
            <h4><span class="titleML">Give more treats!</span></h4>
          </div>
        </div>
        <div class="d-flex justify-content-center">
          <div class="p-2 text-center font-weight-light">
            <p>
              <span class="textML">
                An automatic cat segmentation algorithm
              </span>
            </p>
          </div>
        </div>
      </div>
      <div class="self-align">
        <img
          src="./files/down-arrow-gif.gif"
          class="img-fluid"
          height="25"
          width="100"
        />
      </div>
    </section>
    <!-- Handwritten math expressions -->
    <section id="math-expressions" class="math-exp-block color-panel">
      <div class="container self-align">
        <div class="d-flex justify-content-center">
          <div class="p-2">
            <img src="./files/neural-net.png" class="img-fluid" />
          </div>
        </div>
        <div class="d-flex justify-content-center">
          <div class="p-2 text-center">
            <h4><span class="titleML">Cute Cats</span></h4>
          </div>
        </div>
        <div class="d-flex justify-content-center">
          <div class="p-2 text-center font-weight-light">
            <p>
              <span class="textML">
                A cute cat sleeping while watching tv and screaming MIAU!
              </span>
            </p>
          </div>
        </div>
      </div>
      <div class="self-align">
        <img
          src="./files/down-arrow-gif.gif"
          class="img-fluid"
          height="25"
          width="100"
        />
      </div>
    </section>
    <!--Separator between sections-->
    <section>
      <div class="container sep">
        <div class="row">
          <div class="flex-row justify-content-center mx-auto">
            <img
              src="./files/separator.png"
              class="img-fluid"
              height="50"
              width="200"
            />
          </div>
        </div>
      </div>
    </section>
    <!-- Content section can do-->
    <section>
      <div class="container can-do">
        <img src="./files/skills.png" class="img-fluid mx-auto d-block" />
      </div>
    </section>
    <!--Separator between sections-->
    <section>
      <div class="container sep">
        <div class="row">
          <div class="flex-row justify-content-center mx-auto">
            <img
              src="./files/separator.png"
              class="img-fluid"
              height="50"
              width="200"
            />
          </div>
        </div>
      </div>
    </section>
    <!-- Tefa is available -->
    <section id="available">
      <div class="container available">
        <div class="row paragraph-block">
          <div class="flex-row justify-content-center mx-auto">
            <p>
              Looking forward to <span class="highlight"> develop </span> your
              cat?
            </p>
          </div>
        </div>
      </div>
    </section>
    <!-- Hire me!-->
    <section id="hire-me">
      <div class="container hire-me">
        <div class="row paragraph-block">
          <div class="flex-row justify-content-center mx-auto">
            <button type="button" class="btn my-button">
              <a
                target="_blank"
                style="color: inherit"
                href="https://www.linkedin.com/in/stephannie-jimenez-44b378164/"
              >
                Hire me!
              </a>
            </button>
          </div>
        </div>
      </div>
    </section>
    <script src="https://cdn.jsdelivr.net/npm/lodash@4.17.10/lodash.min.js"></script>
    <script
      src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
      integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
      crossorigin="anonymous"
    ></script>
    <script
      src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
      integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
      crossorigin="anonymous"
    ></script>
    <script
      src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
      integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
      crossorigin="anonymous"
    ></script>
    <script src="./main.js"></script>
  </body>
</html>