Liyux commited on
Commit
3a6bb66
·
verified ·
1 Parent(s): de01c22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -18
README.md CHANGED
@@ -1,30 +1,40 @@
1
- ---
2
- title: HKUCS
3
- emoji: 🌍
4
- colorFrom: green
5
- colorTo: blue
6
- sdk: static
7
- pinned: true
8
- license: apache-2.0
9
- thumbnail: >-
10
- https://cdn-uploads.huggingface.co/production/uploads/642ee2255bdf38b7b34db902/gDZMEiwXm2LaQjHjv2iY-.png
11
- short_description: School of Computing and Data Science
12
- ---
13
-
14
 
15
 
16
  <style>
17
  .header-banner {
18
  background: linear-gradient(135deg, #046A38 0%, #00B4A6 100%);
19
- padding: 2rem;
20
  border-radius: 12px;
21
  color: white;
22
  margin-bottom: 2rem;
23
  text-align: center;
24
  }
25
  .header-banner img {
26
- height: 60px;
27
  margin-bottom: 1rem;
 
 
 
 
 
 
 
 
 
 
 
28
  }
29
  .quote-box {
30
  border-left: 4px solid #046A38;
@@ -35,10 +45,9 @@ short_description: School of Computing and Data Science
35
  }
36
  </style>
37
 
38
-
39
-
40
  <div class="header-banner">
41
- <h1>🏛️ School of Computing and Data Science</h1>
 
42
  <p>The University of Hong Kong</p>
43
  </div>
44
 
 
1
+ ---
2
+ title: HKUCS
3
+ emoji: 🌍
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: static
7
+ pinned: true
8
+ license: apache-2.0
9
+ thumbnail: >-
10
+ https://cdn-uploads.huggingface.co/production/uploads/642ee2255bdf38b7b34db902/gDZMEiwXm2LaQjHjv2iY-.png
11
+ short_description: School of Computing and Data Science
12
+ ---
 
13
 
14
 
15
  <style>
16
  .header-banner {
17
  background: linear-gradient(135deg, #046A38 0%, #00B4A6 100%);
18
+ padding: 2.5rem;
19
  border-radius: 12px;
20
  color: white;
21
  margin-bottom: 2rem;
22
  text-align: center;
23
  }
24
  .header-banner img {
25
+ height: 80px;
26
  margin-bottom: 1rem;
27
+ display: block;
28
+ margin-left: auto;
29
+ margin-right: auto;
30
+ }
31
+ .header-banner h1 {
32
+ margin: 0.5rem 0;
33
+ font-size: 1.8rem;
34
+ }
35
+ .header-banner p {
36
+ margin: 0;
37
+ opacity: 0.9;
38
  }
39
  .quote-box {
40
  border-left: 4px solid #046A38;
 
45
  }
46
  </style>
47
 
 
 
48
  <div class="header-banner">
49
+ <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64660195cf550af36eb276f4/62TwSuuFYfpN5oWu8TO8e.png" alt="HKU Logo">
50
+ <h1>School of Computing and Data Science</h1>
51
  <p>The University of Hong Kong</p>
52
  </div>
53