Skip to content

Commit 0e3e008

Browse files
author
ximingxing
committed
fix(index): typos
1 parent c9210bd commit 0e3e008

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

assets/hunyuan-color.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
<!-- Website Title -->
3737
<title>PromptEnhancer: A Simple Approach to Enhance Text-to-Image Models via Chain-of-Thought Prompt Rewriting</title>
3838
<!-- The description that appears when you share the link -->
39-
<meta property="og:description" content="SVGDreamer: Text Guided SVG Generation with Diffusion Model"/>
39+
<meta property="og:description" content="PromptEnhancer"/>
4040
<!-- Used to display page descriptions in search results -->
41-
<meta name="description" content="SVGDreamer, SVG generation, text-to-svg, text2svg">
41+
<meta name="description" content="PromptEnhancer, text-to-image, prompt rewriting, chain-of-thought">
4242
<!-- favicon -->
43-
<link rel="icon" href="assets/favicon.png" type="image/x-icon">
43+
<link rel="icon" href="assets/hunyuan-color.svg" type="image/svg+xml">
4444
</head>
4545

4646
<body>
@@ -85,7 +85,7 @@
8585
<a class="link" href="https://scholar.google.com/citations?user=VXQV5xwAAAAJ&hl=en">Chunyu Wang</a><sup>1†</sup>
8686
</div>
8787
<div class="col-12 col-md">
88-
<a class="link" href="https://luqinglin.weebly.com/">Qinlin Lu</a><sup>1*</sup>
88+
<a class="link" href="https://luqinglin.weebly.com/">Qinglin Lu</a><sup>1*</sup>
8989
</div>
9090
</div>
9191
<!-- author organization -->
@@ -98,7 +98,7 @@
9898
<div class="col-12">
9999
<small class="text-muted">
100100
<sup></sup><strong>Project Lead:</strong> Chunyu Wang &nbsp;&nbsp;
101-
<sup>*</sup><strong>Corresponding Author:</strong> Qinlin Lu
101+
<sup>*</sup><strong>Corresponding Author:</strong> Qinglin Lu
102102
</small>
103103
</div>
104104
</div>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ a.link:focus, a.link:hover {
2222

2323
.title-font {
2424
font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
25-
/*font-size: 2.25rem;*/
26-
font-size: 3rem;
25+
/* font-size: 2.25rem; */
26+
font-size: 2.75rem;
2727
text-decoration: none;
2828
font-weight: 600;
2929
}

0 commit comments

Comments
 (0)