Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hualizhou167 committed Mar 18, 2024
0 parents commit 4d4308a
Show file tree
Hide file tree
Showing 53 changed files with 11,614 additions and 0 deletions.
173 changes: 173 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
<!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="KunquDB, a large-scale, well-annotated audio-visual dataset comprising 339 speakers and 128 hours of content. Originating from the Kunqu Opera Art Canon (Kunqu yishu dadian), KunquDB is meticulously structured by dialogue lines, providing explicit annotations such as character names, speaker names, gender, vocal manner classifications and accompanied by preliminary text transcriptions.">
<meta name="author" content="Huali Zhou">
<link rel="canonical" href="https://hualizhou167.github.io/KunquDB/404.html">

<title>Page Not Found | KunquDB</title>

<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />

<!-- Custom fonts for this template -->
<link href="assets/css/all.min.css" rel="stylesheet" type="text/css">


<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">

<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css">

<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">

<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">


<!-- Custom styles for this theme -->
<!--<link href="assets/css/agency.min.css" rel="stylesheet">-->
<link href="assets/css/agency.css" rel="stylesheet" />

<!-- Page container change top padding when nav shrinks -->

<style>
#pagecontainer {
padding-top: 150px;
}
@media only screen and (max-width: 991px) {
#pagecontainer {
padding-top: 100px;
}
}
</style>

</head>


<body id="page-top">

<!-- Navigation -->
<nav
class="navbar navbar-expand-lg navbar-dark fixed-top"
id="mainNav"
style="background-color: #212529"
>
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="/KunquDB/#">KunquDB</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 text-uppercase ml-auto">
<li class="nav-item"><a
class="nav-link js-scroll-trigger"
href="/KunquDB/#about"
>About</a
></li><li class="nav-item"><a
class="nav-link js-scroll-trigger"
href="/KunquDB/#portfolio"
>statistics</a
></li><li class="nav-item"><a
class="nav-link js-scroll-trigger"
href="/KunquDB/#demo"
>demo</a
></li><li class="nav-item"><a
class="nav-link js-scroll-trigger"
href="/KunquDB/#download"
>download</a
></li><li class="nav-item"><a
class="nav-link js-scroll-trigger"
href="/KunquDB/#acknowledgment"
>acknowledgment</a
></li>
</ul>
</div>
</div>
</nav>
<!-- End Navigation -->




<div class="container" id="pagecontainer">
<section class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">404 - Page Not Found</h2>
<h3 class="section-subheading text-muted">The requested page could not be found.</h3>
</div>
</div>
</div>
</section>
</div>


<!-- Footer -->
<footer class="footer" id="footer" style="background-color: white">
<div class="container">

<div class="row align-items-center">
<div class="col-md-4 text-md-left">
<span class="copyright"
>Copyright &copy; DKU 2024</span
>
</div>
<!-- Legal -->
<!-- <div class="col-md-8 text-md-right">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="legal"
>Privacy Policy</a
>
</li>
</ul>
</div> -->
</div>

</div>
</footer>

<script>
fixPageShort();
function fixPageShort() {
if (window.innerHeight > document.body.offsetHeight) {
document.getElementById("footer").style.position = "fixed";
document.getElementById("footer").style.bottom = 0;
document.getElementById("footer").style.right = 0;
document.getElementById("footer").style.left = 0;
document.getElementById("footer").style.width = "100%";
}
}
</script>

<!-- End Footer -->

<!-- Bootstrap core JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>

<!-- Plugin JavaScript -->
<script src="assets/js/jquery.easing.min.js"></script>

<!-- Contact form JavaScript -->
<script src="assets/js/jqBootstrapValidation.js"></script>
<script src="assets/js/contact_me.js"></script>

<!-- Custom scripts for this template -->
<script src="assets/js/agency.min.js"></script>

</body>
</html>
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Ravi Riley

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# [Agency Jekyll Theme](https://github.com/raviriley/agency-jekyll-theme) Starter Template
[![RubyGems Downloads](https://img.shields.io/gem/dt/jekyll-agency.svg)](https://rubygems.org/gems/jekyll-agency)
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/raviriley/agency-jekyll-theme/blob/master/LICENSE.txt)
[![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/raviriley)

This is the fastest and easiest way to get up and running on GitHub Pages.
Simply generate your own repository by clicking the
[![template button](https://img.shields.io/badge/-Use%20this%20template-brightgreen)](https://github.com/raviriley/agency-jekyll-theme-starter/generate) button,
then replace the sample content with your own and configure for your needs.

If you want your website to be at `YOUR-USERNAME.github.io`, that's what you must name your repo. If you want it to be like this: `https://raviriley.github.io/agency-jekyll-theme-starter/`, them make sure the `baseurl` in `_config.yml` matches the name of your repo. You can also use a `CNAME` file and your own custom domain!

**If you enjoy this theme, please consider [supporting me](https://www.paypal.me/raviriley) to continue developing and maintaining it.**

[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/raviriley)
Loading

0 comments on commit 4d4308a

Please sign in to comment.