From a01485751e7f7297f3ca5a43be7fff53525f6a36 Mon Sep 17 00:00:00 2001 From: Bai-YT Date: Tue, 17 Oct 2023 19:16:09 -0700 Subject: [PATCH] GitHub Link --- demo.html | 6 +++++- evaluation.html | 1 + index.html | 6 +++++- styles.css | 14 ++++++++++++++ 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/demo.html b/demo.html index 62aac79..fd8f699 100644 --- a/demo.html +++ b/demo.html @@ -18,10 +18,14 @@

Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Di
+ - + + + +
diff --git a/evaluation.html b/evaluation.html index 0e15eee..333a409 100644 --- a/evaluation.html +++ b/evaluation.html @@ -12,6 +12,7 @@

Example Human Evaluation Form

Accelerating Diffusion-Based Text-to-Audio Generation with Consistency Distillation

+


diff --git a/index.html b/index.html index ac72617..3a94659 100644 --- a/index.html +++ b/index.html @@ -21,10 +21,14 @@

Yatong Bai<
+
- + + + +
diff --git a/styles.css b/styles.css index 4b80e78..3ab5556 100644 --- a/styles.css +++ b/styles.css @@ -4,6 +4,10 @@ @import url( 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css' ); +@import url( + 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css' +); + body { font-family: 'Lato', sans-serif; @@ -123,6 +127,16 @@ button:hover { opacity: 0.75 /* A generic hover effect for all buttons */ } +a .fab.fa-github { + color: #FEFEFE; /* or any color you prefer */ + vertical-align: bottom; + font-size: 48px; /* adjust size as needed */ +} +a:hover .fab.fa-github { + color: #5a86c0; /* color on hover */ +} + + footer { background-color: #264653; /* Dark Desaturated Blue */ color: #e9e9e9;