Difference between revisions of "Team:Austin UTexas/Sandbox Page"

(Undo revision 59906 by Kev46p (talk))
Line 2: Line 2:
  
 
<html>
 
<html>
<title>W3.CSS Template</title>
+
<head>
<meta charset="UTF-8">
+
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+
 
<style>
 
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
+
 
body, html {
+
.column-left{ float: left; width: 33%; }
    height: 100%;
+
.column-right{ float: right; width: 33%; }
    color: #777;
+
.column-center{ display: inline-block; width: 33%; }
    line-height: 1.8;
+
.column-halfleft{ float: left; width: 50%; }
 +
.column-halfright{ float: right; width: 50%; }
 +
 
 +
html {
 +
  box-sizing: border-box;
 
}
 
}
  
/* Create a Parallax Effect */
+
*, *:before, *:after {
.bgimg-1, .bgimg-2, .bgimg-3 {
+
  box-sizing: inherit;
    background-attachment: fixed;
+
    background-position: center;
+
    background-repeat: no-repeat;
+
    background-size: cover;
+
 
}
 
}
  
/* First image (Logo. Full height) */
+
.column {
.bgimg-1 {
+
  float: left;
    background-image: url('/w3images/parallax1.jpg');
+
  width: 33.3%;
    min-height: 100%;
+
  margin-bottom: 16px;
 +
  padding: 0 8px;
 
}
 
}
  
/* Second image (Portfolio) */
+
@media (max-width: 650px) {
.bgimg-2 {
+
  .column {
     background-image: url("/w3images/parallax2.jpg");
+
     width: 100%;
     min-height: 400px;
+
     display: block;
 +
  }
 
}
 
}
  
/* Third image (Contact) */
+
.card {
.bgimg-3 {
+
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-image: url("/w3images/parallax3.jpg");
+
    min-height: 400px;
+
 
}
 
}
  
.w3-wide {letter-spacing: 10px;}
+
.container {
.w3-hover-opacity {cursor: pointer;}
+
  padding: 0 16px;
 +
}
  
/* Turn off parallax scrolling for tablets and phones */
+
.container::after, .row::after {
@media only screen and (max-device-width: 1024px) {
+
  content: "";
    .bgimg-1, .bgimg-2, .bgimg-3 {
+
  clear: both;
        background-attachment: scroll;
+
  display: table;
    }
+
}
 +
 
 +
.title {
 +
  color: grey;
 +
}
 +
 
 +
.button {
 +
  border: none;
 +
  outline: 0;
 +
  display: inline-block;
 +
  padding: 8px;
 +
  color: white;
 +
  background-color: #648FB3;
 +
  text-align: center;
 +
  cursor: pointer;
 +
  width: 100%;
 +
}
 +
 
 +
.button:hover {
 +
  background-color: #6889A4;
 
}
 
}
 
</style>
 
</style>
 +
</head>
 
<body>
 
<body>
  
<!-- Navbar (sit on top) -->
+
<h2 align = "center">Meet the Team!</h2>
<div class="w3-top">
+
  <div class="w3-bar" id="myNavbar">
+
    <a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
+
      <i class="fa fa-bars"></i>
+
    </a>
+
    <a href="#home" class="w3-bar-item w3-button">HOME</a>
+
    <a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
+
    <a href="#portfolio" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> PORTFOLIO</a>
+
    <a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
+
    <a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-red">
+
      <i class="fa fa-search"></i>
+
    </a>
+
  </div>
+
  
  <!-- Navbar on small screens -->
+
<br>
  <div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
+
    <a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
+
    <a href="#portfolio" class="w3-bar-item w3-button" onclick="toggleFunction()">PORTFOLIO</a>
+
    <a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
+
    <a href="#" class="w3-bar-item w3-button">SEARCH</a>
+
  </div>
+
</div>
+
  
<!-- First Parallax Image with Logo Text -->
+
<div class="row">
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
+
  <div class="column">
  <div class="w3-display-middle" style="white-space:nowrap;">
+
    <div class="card">
    <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">MY <span class="w3-hide-small">WEBSITE</span> LOGO</span>
+
      <img src="https://utexas.app.box.com/representation/file_version_209918435739/image_2048_jpg/1.jpg" alt="Zach" style="width:100%">
 +
      <div class="container">
 +
        <h2>Zachary Martinez</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>
 +
      </div>
 +
    </div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Container (About Section) -->
+
  <div class="column">
<div class="w3-content w3-container w3-padding-64" id="about">
+
    <div class="card">
  <h3 class="w3-center">ABOUT ME</h3>
+
      <img src="/w3images/team1.jpg" alt="Rachel" style="width:100%">
  <p class="w3-center"><em>I love photography</em></p>
+
      <div class="container">
  <p>We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+
        <h2>Rachel Johnson</h2>
    quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
+
        <p class="title">Team Lead</p>
    qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
+
        <p>Bio stuff here</p>
  <div class="w3-row">
+
        <p>other stuff</p>
    <div class="w3-col m6 w3-center w3-padding-large">
+
        <p><button class="button">Contact</button></p>
      <p><b><i class="fa fa-user w3-margin-right"></i>My Name</b></p><br>
+
      </div>
      <img src="/w3images/avatar_hat.jpg" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Photo of Me" width="500" height="333">
+
    </div>
+
 
+
    <!-- Hide this text on small devices -->
+
    <div class="w3-col m6 w3-hide-small w3-padding-large">
+
      <p>Welcome to my website. I am lorem ipsum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure
+
        dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor
+
        incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
+
 
     </div>
 
     </div>
 
   </div>
 
   </div>
  <p class="w3-large w3-center w3-padding-16">Im really good at:</p>
 
  <p class="w3-wide"><i class="fa fa-camera"></i>Photography</p>
 
  <div class="w3-light-grey">
 
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:90%">90%</div>
 
  </div>
 
  <p class="w3-wide"><i class="fa fa-laptop"></i>Web Design</p>
 
  <div class="w3-light-grey">
 
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:85%">85%</div>
 
  </div>
 
  <p class="w3-wide"><i class="fa fa-photo"></i>Photoshop</p>
 
  <div class="w3-light-grey">
 
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:75%">75%</div>
 
  </div>
 
</div>
 
  
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
+
<div class="row">
  <div class="w3-quarter w3-section">
+
    <span class="w3-xlarge">14+</span><br>
+
    Partners
+
  </div>
+
  <div class="w3-quarter w3-section">
+
    <span class="w3-xlarge">55+</span><br>
+
    Projects Done
+
  </div>
+
  <div class="w3-quarter w3-section">
+
    <span class="w3-xlarge">89+</span><br>
+
    Happy Clients
+
  </div>
+
  <div class="w3-quarter w3-section">
+
    <span class="w3-xlarge">150+</span><br>
+
    Meetings
+
  </div>
+
</div>
+
  
<!-- Second Parallax Image with Portfolio Text -->
+
  <div class="column">
<div class="bgimg-2 w3-display-container w3-opacity-min">
+
    <div class="card">
  <div class="w3-display-middle">
+
      <img src="/w3images/team1.jpg" alt="Surta" style="width:100%">
    <span class="w3-xxlarge w3-text-white w3-wide">PORTFOLIO</span>
+
      <div class="container">
 +
        <h2>Surta Dave</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>     
 +
    </div>
 +
    </div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Container (Portfolio Section) -->
+
  <div class="column">
<div class="w3-content w3-container w3-padding-64" id="portfolio">
+
    <div class="card">
  <h3 class="w3-center">MY WORK</h3>
+
      <img src="/w3images/team1.jpg" alt="Jayvin" style="width:100%">
  <p class="w3-center"><em>Here are some of my latest lorem work ipsum tipsum.<br> Click on the images to make them bigger</em></p><br>
+
      <div class="container">
 
+
        <h2>Jayvin Patel</h2>
  <!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
+
        <p class="title">Team Lead</p>
  <div class="w3-row-padding w3-center">
+
        <p>Bio stuff here</p>
    <div class="w3-col m3">
+
        <p>other stuff</p>
       <img src="/w3images/p1.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist over the mountains">
+
        <p><button class="button">Contact</button></p>
 +
       </div>
 
     </div>
 
     </div>
 +
  </div>
  
    <div class="w3-col m3">
+
<div class="row">
      <img src="/w3images/p2.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Coffee beans">
+
    </div>
+
  
     <div class="w3-col m3">
+
  <div class="column">
      <img src="/w3images/p3.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Bear closeup">
+
     <div class="card">
 +
    <img src="/w3images/team1.jpg" alt="Andrew" style="width:100%">
 +
      <div class="container">
 +
        <h2>Andrew Ly</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>
 +
      </div>
 
     </div>
 
     </div>
 +
  </div>
  
     <div class="w3-col m3">
+
  <div class="column">
      <img src="/w3images/p4.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Quiet ocean">
+
     <div class="card">
 +
    <img src="/w3images/team1.jpg" alt="Matt" style="width:100%">
 +
      <div class="container">
 +
        <h2>Matthew Hooper</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>
 +
      </div>
 
     </div>
 
     </div>
 
   </div>
 
   </div>
  
  <div class="w3-row-padding w3-center w3-section">
 
    <div class="w3-col m3">
 
      <img src="/w3images/p5.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist">
 
    </div>
 
  
    <div class="w3-col m3">
 
      <img src="/w3images/p6.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="My beloved typewriter">
 
    </div>
 
  
     <div class="w3-col m3">
+
<div class="row">
       <img src="/w3images/p7.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Empty ghost train">
+
  <div class="column">
 +
     <div class="card">
 +
       <img src="/w3images/team1.jpg" alt="Andrea" style="width:100%">
 +
      <div class="container">
 +
        <h2>Andrea Martinez</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>
 +
      </div>
 
     </div>
 
     </div>
 +
  </div>
  
     <div class="w3-col m3">
+
  <div class="column">
      <img src="/w3images/p8.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Sailing">
+
     <div class="card">
 +
    <img src="/w3images/team1.jpg" alt="Ian" style="width:100%">
 +
      <div class="container">
 +
        <h2>Ian Overman</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>
 +
      </div>
 
     </div>
 
     </div>
    <button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
 
 
   </div>
 
   </div>
</div>
 
  
<!-- Modal for full size images on click-->
+
<div class="row">
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
+
 
  <span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
+
  <div class="column">
  <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
+
    <div class="card">
    <img id="img01" class="w3-image">
+
    <img src="/w3images/team1.jpg" alt="Kevin" style="width:100%">
    <p id="caption" class="w3-opacity w3-large"></p>
+
      <div class="container">
 +
        <h2>Kevin Prabhu</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>
 +
      </div>
 +
    </div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Third Parallax Image with Portfolio Text -->
+
  <div class="column">
<div class="bgimg-3 w3-display-container w3-opacity-min">
+
    <div class="card">
  <div class="w3-display-middle">
+
      <img src="/w3images/team1.jpg" alt="Eve" style="width:100%">
    <span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
+
      <div class="container">
 +
        <h2>Eve Sharpee</h2>
 +
        <p class="title">Team Lead</p>
 +
        <p>Bio stuff here</p>
 +
        <p>other stuff</p>
 +
        <p><button class="button">Contact</button></p>
 +
      </div>
 +
    </div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Container (Contact Section) -->
+
<div class="row">
<div class="w3-content w3-container w3-padding-64" id="contact">
+
  <h3 class="w3-center">WHERE I WORK</h3>
+
  <p class="w3-center"><em>I'd love your feedback!</em></p>
+
  
   <div class="w3-row w3-padding-32 w3-section">
+
   <div class="column">
     <div class="w3-col m4 w3-container">
+
     <div class="card">
      <!-- Add Google Maps -->
+
    <img src="/w3images/team1.jpg" alt="Milki" style="width:100%">
      <div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div>
+
      <div class="container">
    </div>
+
        <h2>Milki Negeri</h2>
    <div class="w3-col m8 w3-panel">
+
         <p class="title">Team Lead</p>
      <div class="w3-large w3-margin-bottom">
+
        <p>Bio stuff here</p>
         <i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Chicago, US<br>
+
         <p>other stuff</p>
         <i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Phone: +00 151515<br>
+
        <p><button class="button">Contact</button></p>
        <i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: mail@mail.com<br>
+
 
       </div>
 
       </div>
      <p>Swing by for a cup of <i class="fa fa-coffee"></i>, or leave me a note:</p>
 
      <form action="/action_page.php" target="_blank">
 
        <div class="w3-row-padding" style="margin:0 -16px 8px -16px">
 
          <div class="w3-half">
 
            <input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
 
          </div>
 
          <div class="w3-half">
 
            <input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
 
          </div>
 
        </div>
 
        <input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
 
        <button class="w3-button w3-black w3-right w3-section" type="submit">
 
          <i class="fa fa-paper-plane"></i> SEND MESSAGE
 
        </button>
 
      </form>
 
 
     </div>
 
     </div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Footer -->
 
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
 
  <a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
 
  <div class="w3-xlarge w3-section">
 
    <i class="fa fa-facebook-official w3-hover-opacity"></i>
 
    <i class="fa fa-instagram w3-hover-opacity"></i>
 
    <i class="fa fa-snapchat w3-hover-opacity"></i>
 
    <i class="fa fa-pinterest-p w3-hover-opacity"></i>
 
    <i class="fa fa-twitter w3-hover-opacity"></i>
 
    <i class="fa fa-linkedin w3-hover-opacity"></i>
 
  </div>
 
  <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
 
</footer>
 
 
  
 +
</div>
  
// Modal Image Gallery
 
function onClick(element) {
 
  document.getElementById("img01").src = element.src;
 
  document.getElementById("modal01").style.display = "block";
 
  var captionText = document.getElementById("caption");
 
  captionText.innerHTML = element.alt;
 
}
 
 
// Change style of navbar on scroll
 
window.onscroll = function() {myFunction()};
 
function myFunction() {
 
    var navbar = document.getElementById("myNavbar");
 
    if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
 
        navbar.className = "w3-bar" + " w3-card-2" + " w3-animate-top" + " w3-white";
 
    } else {
 
        navbar.className = navbar.className.replace(" w3-card-2 w3-animate-top w3-white", "");
 
    }
 
}
 
 
// Used to toggle the menu on small screens when clicking on the menu button
 
function toggleFunction() {
 
    var x = document.getElementById("navDemo");
 
    if (x.className.indexOf("w3-show") == -1) {
 
        x.className += " w3-show";
 
    } else {
 
        x.className = x.className.replace(" w3-show", "");
 
    }
 
}
 
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 19:18, 20 July 2017

Template:UTexas Austin

Meet the Team!


Zach

Zachary Martinez

Team Lead

Bio stuff here

other stuff

Rachel

Rachel Johnson

Team Lead

Bio stuff here

other stuff

Surta

Surta Dave

Team Lead

Bio stuff here

other stuff

Jayvin

Jayvin Patel

Team Lead

Bio stuff here

other stuff

Andrew

Andrew Ly

Team Lead

Bio stuff here

other stuff

Matt

Matthew Hooper

Team Lead

Bio stuff here

other stuff

Andrea

Andrea Martinez

Team Lead

Bio stuff here

other stuff

Ian

Ian Overman

Team Lead

Bio stuff here

other stuff

Kevin

Kevin Prabhu

Team Lead

Bio stuff here

other stuff

Eve

Eve Sharpee

Team Lead

Bio stuff here

other stuff

Milki

Milki Negeri

Team Lead

Bio stuff here

other stuff