Difference between revisions of "Team:Tongji China"

(Prototype team page)
 
Line 1: Line 1:
{{Tongji_China}}
+
<html lang="en">
<html>
+
  
 +
<head>
  
 +
  <meta charset="utf-8">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 +
  <meta name="description" content="">
 +
  <meta name="author" content="">
  
 +
  <title>Grayscale - Start Bootstrap Theme</title>
  
<div class="column full_size" >
+
  <!-- Bootstrap core CSS -->
<h1> Welcome to iGEM 2019! </h1>
+
  <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  
 +
  <!-- Custom fonts for this template -->
 +
  <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
 +
  <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
 +
  <link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
  
<img src="https://placehold.it/1080x320">
+
  <!-- Custom styles for this template -->
+
  <link href="css/grayscale.min.css" rel="stylesheet">
  
</div>  
+
</head>
  
 +
<body id="page-top">
  
<div class="column full_size" >
+
  <!-- Navigation -->
 +
  <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
 +
    <div class="container">
 +
      <a class="navbar-brand js-scroll-trigger" href="#page-top">Start Bootstrap</a>
 +
      <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
 +
        Menu
 +
        <i class="fas fa-bars"></i>
 +
      </button>
 +
      <div class="collapse navbar-collapse" id="navbarResponsive">
 +
        <ul class="navbar-nav ml-auto">
 +
          <li class="nav-item">
 +
            <a class="nav-link js-scroll-trigger" href="#about">About</a>
 +
          </li>
 +
          <li class="nav-item">
 +
            <a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
 +
          </li>
 +
          <li class="nav-item">
 +
            <a class="nav-link js-scroll-trigger" href="#signup">Contact</a>
 +
          </li>
 +
        </ul>
 +
      </div>
 +
    </div>
 +
  </nav>
  
<h3>Before you start</h3>
+
  <!-- Header -->
<p> Please read the following pages:</p>
+
  <header class="masthead">
<ul>
+
    <div class="container d-flex h-100 align-items-center">
<li> <a href="https://2019.igem.org/Competition">Competition Hub</a> </li>
+
      <div class="mx-auto text-center">
<li> <a href="https://2019.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
        <h1 class="mx-auto my-0 text-uppercase">Grayscale</h1>
<li> <a href="https://2019.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
        <h2 class="text-white-50 mx-auto mt-2 mb-5">A free, responsive, one page Bootstrap theme created by Start Bootstrap.</h2>
</ul>
+
        <a href="#about" class="btn btn-primary js-scroll-trigger">Get Started</a>
</div>
+
      </div>
 +
    </div>
 +
  </header>
  
 +
  <!-- About Section -->
 +
  <section id="about" class="about-section text-center">
 +
    <div class="container">
 +
      <div class="row">
 +
        <div class="col-lg-8 mx-auto">
 +
          <h2 class="text-white mb-4">Built with Bootstrap 4</h2>
 +
          <p class="text-white-50">Grayscale is a free Bootstrap theme created by Start Bootstrap. It can be yours right now, simply download the template on
 +
            <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p>
 +
        </div>
 +
      </div>
 +
      <img src="img/ipad.png" class="img-fluid" alt="">
 +
    </div>
 +
  </section>
  
<div class="clear extra_space"></div>
+
  <!-- Projects Section -->
<div class="line_divider"></div>
+
  <section id="projects" class="projects-section bg-light">
<div class="clear extra_space"></div>
+
    <div class="container">
  
 +
      <!-- Featured Project Row -->
 +
      <div class="row align-items-center no-gutters mb-4 mb-lg-5">
 +
        <div class="col-xl-8 col-lg-7">
 +
          <img class="img-fluid mb-3 mb-lg-0" src="img/bg-masthead.jpg" alt="">
 +
        </div>
 +
        <div class="col-xl-4 col-lg-5">
 +
          <div class="featured-text text-center text-lg-left">
 +
            <h4>Shoreline</h4>
 +
            <p class="text-black-50 mb-0">Grayscale is open source and MIT licensed. This means you can use it for any project - even commercial projects! Download it, customize it, and publish your website!</p>
 +
          </div>
 +
        </div>
 +
      </div>
  
 +
      <!-- Project One Row -->
 +
      <div class="row justify-content-center no-gutters mb-5 mb-lg-0">
 +
        <div class="col-lg-6">
 +
          <img class="img-fluid" src="img/demo-image-01.jpg" alt="">
 +
        </div>
 +
        <div class="col-lg-6">
 +
          <div class="bg-black text-center h-100 project">
 +
            <div class="d-flex h-100">
 +
              <div class="project-text w-100 my-auto text-center text-lg-left">
 +
                <h4 class="text-white">Misty</h4>
 +
                <p class="mb-0 text-white-50">An example of where you can put an image of a project, or anything else, along with a description.</p>
 +
                <hr class="d-none d-lg-block mb-0 ml-0">
 +
              </div>
 +
            </div>
 +
          </div>
 +
        </div>
 +
      </div>
  
<div class="column full_size" >
+
      <!-- Project Two Row -->
<h3> Styling your wiki </h3>
+
      <div class="row justify-content-center no-gutters">
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
        <div class="col-lg-6">
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>  
+
          <img class="img-fluid" src="img/demo-image-02.jpg" alt="">
 +
        </div>
 +
        <div class="col-lg-6 order-lg-first">
 +
          <div class="bg-black text-center h-100 project">
 +
            <div class="d-flex h-100">
 +
              <div class="project-text w-100 my-auto text-center text-lg-right">
 +
                <h4 class="text-white">Mountains</h4>
 +
                <p class="mb-0 text-white-50">Another example of a project with its respective description. These sections work well responsively as well, try this theme on a small screen!</p>
 +
                <hr class="d-none d-lg-block mb-0 mr-0">
 +
              </div>
 +
            </div>
 +
          </div>
 +
        </div>
 +
      </div>
  
</div>
+
    </div>
 +
  </section>
  
 +
  <!-- Signup Section -->
 +
  <section id="signup" class="signup-section">
 +
    <div class="container">
 +
      <div class="row">
 +
        <div class="col-md-10 col-lg-8 mx-auto text-center">
  
 +
          <i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
 +
          <h2 class="text-white mb-5">Subscribe to receive updates!</h2>
  
 +
          <form class="form-inline d-flex">
 +
            <input type="email" class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" id="inputEmail" placeholder="Enter email address...">
 +
            <button type="submit" class="btn btn-primary mx-auto">Subscribe</button>
 +
          </form>
  
<div class="clear extra_space"></div>
+
        </div>
 +
      </div>
 +
    </div>
 +
  </section>
  
 +
  <!-- Contact Section -->
 +
  <section class="contact-section bg-black">
 +
    <div class="container">
  
 +
      <div class="row">
  
<div class="column third_size" >
+
        <div class="col-md-4 mb-3 mb-md-0">
 +
          <div class="card py-4 h-100">
 +
            <div class="card-body text-center">
 +
              <i class="fas fa-map-marked-alt text-primary mb-2"></i>
 +
              <h4 class="text-uppercase m-0">Address</h4>
 +
              <hr class="my-4">
 +
              <div class="small text-black-50">4923 Market Street, Orlando FL</div>
 +
            </div>
 +
          </div>
 +
        </div>
  
<h3> Uploading pictures and files </h3>
+
        <div class="col-md-4 mb-3 mb-md-0">
<p> You must upload any pictures and files to the iGEM 2019 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
+
          <div class="card py-4 h-100">
 +
            <div class="card-body text-center">
 +
              <i class="fas fa-envelope text-primary mb-2"></i>
 +
              <h4 class="text-uppercase m-0">Email</h4>
 +
              <hr class="my-4">
 +
              <div class="small text-black-50">
 +
                <a href="#">hello@yourdomain.com</a>
 +
              </div>
 +
            </div>
 +
          </div>
 +
        </div>
  
 +
        <div class="col-md-4 mb-3 mb-md-0">
 +
          <div class="card py-4 h-100">
 +
            <div class="card-body text-center">
 +
              <i class="fas fa-mobile-alt text-primary mb-2"></i>
 +
              <h4 class="text-uppercase m-0">Phone</h4>
 +
              <hr class="my-4">
 +
              <div class="small text-black-50">+1 (555) 902-8832</div>
 +
            </div>
 +
          </div>
 +
        </div>
 +
      </div>
  
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
      <div class="social d-flex justify-content-center">
 +
        <a href="#" class="mx-2">
 +
          <i class="fab fa-twitter"></i>
 +
        </a>
 +
        <a href="#" class="mx-2">
 +
          <i class="fab fa-facebook-f"></i>
 +
        </a>
 +
        <a href="#" class="mx-2">
 +
          <i class="fab fa-github"></i>
 +
        </a>
 +
      </div>
  
<div class="button_link">
+
    </div>
<a href="https://2019.igem.org/Special:Upload">
+
  </section>
UPLOAD FILES
+
</a>
+
</div>
+
  
</div>
+
  <!-- Footer -->
 +
  <footer class="bg-black small text-center text-white-50">
 +
    <div class="container">
 +
      Copyright &copy; Your Website 2019
 +
    </div>
 +
  </footer>
  
<div class="column third_size" >
+
  <!-- Bootstrap core JavaScript -->
<h3> Wiki template information </h3>
+
  <script src="vendor/jquery/jquery.min.js"></script>
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2019.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
  <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
 
+
</div>
+
 
+
 
+
 
+
<div class="column third_size" >
+
<div class="highlight decoration_B_full">
+
<h3> Editing your wiki </h3>
+
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
 
+
<div class="button_link">
+
<a href="https://2019.igem.org/wiki/index.php?title=Team:Tongji_China&action=edit">
+
EDIT PAGE
+
</a>
+
</div>
+
 
+
 
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
<div class="clear extra_space"></div>
+
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
 
+
 
+
 
+
<div class="column two_thirds_size" >
+
<h3>Tips</h3>
+
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
<ul>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2019.igem.org/Calendar">iGEM 2019 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
 
+
 
+
<div class="column third_size">
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<ul>
+
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
  <!-- Plugin JavaScript -->
 +
  <script src="vendor/jquery-easing/jquery.easing.min.js"></script>
  
 +
  <!-- Custom scripts for this template -->
 +
  <script src="js/grayscale.min.js"></script>
  
 +
</body>
  
 
</html>
 
</html>

Revision as of 10:39, 15 June 2019

Grayscale - Start Bootstrap Theme

Grayscale

A free, responsive, one page Bootstrap theme created by Start Bootstrap.

Get Started

Built with Bootstrap 4

Grayscale is a free Bootstrap theme created by Start Bootstrap. It can be yours right now, simply download the template on the preview page. The theme is open source, and you can use it for any purpose, personal or commercial.

Misty

An example of where you can put an image of a project, or anything else, along with a description.


Mountains

Another example of a project with its respective description. These sections work well responsively as well, try this theme on a small screen!


Address


4923 Market Street, Orlando FL

Phone


+1 (555) 902-8832
Copyright © Your Website 2019