Skip to content

Commit 4677c73

Browse files
ui updates
1 parent 60fc0f8 commit 4677c73

File tree

2 files changed

+46
-38
lines changed

2 files changed

+46
-38
lines changed

Bolbosh/index.html

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
1414

15+
<script src="https://kit.fontawesome.com/fff5b27ec1.js" crossorigin="anonymous"></script>
16+
1517
<!-- Custom CSS -->
1618
<link rel="stylesheet" href="static/css/index.css">
1719
</head>
@@ -71,28 +73,36 @@ <h1 class="title is-1 publication-title">
7173
<span class="author-block"><sup></sup>Equal Contribution</span>
7274
</div>
7375

74-
<div class="publication-links auto-collapse mt-5">
75-
<!-- Paper Link. -->
76-
<span class="link-block">
77-
<a href="javascript:void(0)" class="external-link button is-normal is-rounded is-dark">
78-
<span class="icon"><i class="fas fa-file-pdf"></i></span>
79-
<span>Paper</span>
80-
</a>
81-
</span>
82-
<!-- Code Link. -->
83-
<span class="link-block">
84-
<a href="https://github.com/BurhaanRasheedZargar/Bolbosh" target="_blank" class="external-link button is-normal is-rounded is-dark">
85-
<span class="icon"><i class="fab fa-github"></i></span>
86-
<span>Code</span>
87-
</a>
88-
</span>
89-
<!-- Demo Link. -->
90-
<span class="link-block">
91-
<a href="#demo" class="external-link button is-normal is-rounded is-dark">
92-
<span class="icon"><i class="fas fa-headphones"></i></span>
93-
<span>Audio Samples</span>
94-
</a>
95-
</span>
76+
<div class="column has-text-centered">
77+
<div class="publication-links auto-collapse mt-5">
78+
<!-- Paper Link. -->
79+
<span class="link-block">
80+
<a href="javascript:void(0)" class="external-link button is-normal is-rounded is-dark">
81+
<span class="icon">
82+
<i class="fas fa-file-pdf"></i>
83+
</span>
84+
<span>Paper</span>
85+
</a>
86+
</span>
87+
<!-- Code Link. -->
88+
<span class="link-block">
89+
<a href="https://github.com/gaash-lab/Bolbosh" target="_blank" class="external-link button is-normal is-rounded is-dark">
90+
<span class="icon">
91+
<i class="fab fa-github"></i>
92+
</span>
93+
<span>Code</span>
94+
</a>
95+
</span>
96+
<!-- Demo Link. -->
97+
<span class="link-block">
98+
<a href="#demo" class="external-link button is-normal is-rounded is-dark">
99+
<span class="icon">
100+
<i class="fas fa-headphones"></i>
101+
</span>
102+
<span>Audio Samples</span>
103+
</a>
104+
</span>
105+
</div>
96106
</div>
97107
</div>
98108
</div>
@@ -248,7 +258,7 @@ <h2 class="title section-title">BibTeX</h2>
248258
title={Bolbosh: A Multi-Speaker Text-to-Speech System for Kashmiri},
249259
author={Ashraf, Tajamul and Zargar, Burhaan Rasheed and Muizz, Saeed Abdul and Mushtaq, Ifrah and Mehdi, Nazima and Gillani, Iqra Altaf and Kak, Aadil Amin and Bashir, Janibul},
250260
year={2026},
251-
howpublished={\url{https://github.com/BurhaanRasheedZargar/Bolbosh}},
261+
howpublished={\url{https://github.com/gaash-lab/Bolbosh}},
252262
}</code></pre>
253263
</div>
254264
</section>

Bolbosh/static/css/index.css

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ body {
1010
}
1111

1212
.bolbosh-text {
13-
background: -webkit-linear-gradient(45deg, #FF6B6B, #4ECDC4);
14-
-webkit-background-clip: text;
15-
-webkit-text-fill-color: transparent;
16-
font-weight: 800;
13+
font-variant: small-caps;
14+
font-weight: bold;
15+
}
16+
17+
.publication-authors a {
18+
color: hsl(204, 86%, 53%) !important;
19+
}
20+
21+
.publication-authors a:hover {
22+
text-decoration: underline;
1723
}
1824

1925
.section-title {
@@ -61,22 +67,14 @@ body {
6167

6268
.publication-links {
6369
display: flex;
64-
justify-content: center;
6570
flex-wrap: wrap;
71+
justify-content: center;
6672
gap: 15px;
6773
}
6874

6975
.link-block a {
70-
transition: all 0.3s ease;
71-
font-weight: 500;
72-
border: none;
73-
}
74-
75-
.link-block a:hover {
76-
transform: translateY(-3px);
77-
box-shadow: 0 6px 15px rgba(0,0,0,0.15);
78-
background-color: #4ECDC4 !important;
79-
color: white !important;
76+
margin-top: 5px;
77+
margin-bottom: 5px;
8078
}
8179

8280
.hero .hero-body {

0 commit comments

Comments
 (0)