Skip to content

jessnyj/mobile-responsive-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobile-responsive-portfolio

Site Picture

Site

Technologies Used

  • HTML
  • CSS
  • Bootstrap

Summary

This site is a moble responsive portfolio. Within the site, it contains three webpages titled About Me, Contact, and Portfolio.

Deployed Link

Work Involved

For this portfolio site, I created three html pages titled index.html, portfolio.html, and contact.html. Using Bootstrap, I ensured that each page had a navbar, a responsive layout, and responsive images. Within each individual page I added different content such as an About Me section, images for the portfolio, and a contact me section. Furthermore, utilizing Bootstrap's responsive features, I was able to modify how the screen looks on different screens, including mobile devices.

Code Snippet

   <nav class="navbar navbar-expand-lg navbar-light bg-light">
      <div class="container-fluid">
        <strong><a class="navbar-brand" href="index.html">Jessny Joseph</a></strong>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarNavDropdown">
          <ul class="navbar-nav">
            <li class="nav-item">
              <a class="nav-link active" aria-current="page" href="contact.html">Contact</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="portfolio.html">Portfolio</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="index.html">About</a>
            </li>
            </li>
          </ul>
        </div>
      </div>
    </nav>
<html>

</html>

Authors

UC Berkeley Coding Bootcamp

Jessny Joseph

Acknowledgements

Trilogy Education Services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published