GithubHelp home page GithubHelp logo

cis641_groupwebsite's Introduction

<title>Links website</title> <style> body { background-image: url(https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1742&q=80); /* The image used for background*/ background-repeat: no-repeat; /* Do not repeat the image */ background-position: center; /* Center the image */ background-size: cover; /* Resize the background image to cover the entire container */ font-family: "Syne", sans-serif; }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-container {
    text-align: center;
    width: 100%;
  }

  .links-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .link {
    min-width: 50% !important;
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }

    .link {
      width: 100%;
    }
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }

  .w3-yellow,
  .w3-hover-purple:hover,
  .w3-text-black {
    color: rgba(255, 204, 217) !important;
    background-color: rgba(255, 255, 179, 0.3) !important;
  }
</style>
Person
    <!-- Content. Add bio. -->
    <div class="w3-text-white">
      <p class="w3-large"><strong>Portfolio</strong></p>
    </div>

    <!-- Links section 1. Replace the # inside of the "" with your links. -->
    <div class="links-container">
      <a href="aboutme.html" class="w3-button w3-hover-pink w3-large w3-round-xlarge w3-yellow link" target="_blank">About Me</a>
      <a href= "https://www.linkedin.com/in/arushi-sharmaa/" class="w3-button w3-hover-pink w3-large w3-round-xlarge w3-yellow link" target="_blank">LinkedIn</a>
      <a href= "term_project.html" class="w3-button w3-hover-pink w3-large w3-round-xlarge w3-yellow link" target="_blank">Term Project</a>
      <a href="https://pridhvi2297.github.io/Group.html/" class="w3-button w3-hover-pink w3-large w3-round-xlarge w3-yellow link" target="_blank"> Group Game Website</a>
      
    </div>
  </div>
</div>

  <div class="w3-row">
    <div class="w3-col m8 s12">
      <p>
        <button class="w3-button w3-yellow w3-padding-large w3-round-xlarge">
          <b>READ MORE »</b>
        </button>
      </p>
    </div>
    <div class="w3-col m4 w3-hide-small">
      <p>
        <span class="w3-padding-large w3-right w3-text-white">
          <b>Comments</b>
          <span class="w3-badge w3-yellow">
            3
          </span>
        </span>
      </p>
    </div>
  </div>
  <!-- Footer. This section contains an ad for W3Schools Spaces. You can leave it to support us. -->
  <footer class="w3-container w3-center w3-padding-48 w3-margin-top">
    <a class="w3-margin-bottom" href="https://www.w3schools.com/spaces" title="This website was made with W3schools Spaces. Make your own free website today!" target="_blank">
      <img style="filter: brightness(0) invert(1);" src="https://spaces.w3schools.com/logo_4x.png" width="50" height="50">
    </a> 
  <!-- End footer -->
  </footer>
</div>

cis641_groupwebsite's People

Contributors

arushi64 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.