EmilyWitko HF staff commited on
Commit
eff3b27
1 Parent(s): 9050c76

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -2
index.html CHANGED
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
@@ -33,6 +33,10 @@
33
  .light-green {
34
  color: lightgreen;
35
  }
 
 
 
 
36
  </style>
37
  </head>
38
  <body>
@@ -109,7 +113,7 @@
109
  <li>“Continuing this amazing journey at Hugging Face and meeting as many huggingpeople as possible!”</li>
110
  <li>“Seeing how HF will evolve as we truly have become the agnostic platform that reunites all big tech companies and the smaller ones.”</li>
111
  <li>“Working on cutting edge issues in an incredible environment along impressively smart colleagues.”</li>
112
- <li>“I believe in the future of HF.”</li>
113
  </ul>
114
  </div>
115
  </body>
 
1
+ =<!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
 
33
  .light-green {
34
  color: lightgreen;
35
  }
36
+ .last-line {
37
+ font-weight: bold;
38
+ font-size: 1.2em;
39
+ }
40
  </style>
41
  </head>
42
  <body>
 
113
  <li>“Continuing this amazing journey at Hugging Face and meeting as many huggingpeople as possible!”</li>
114
  <li>“Seeing how HF will evolve as we truly have become the agnostic platform that reunites all big tech companies and the smaller ones.”</li>
115
  <li>“Working on cutting edge issues in an incredible environment along impressively smart colleagues.”</li>
116
+ <li class="last-line">“I believe in the future of HF.”</li>
117
  </ul>
118
  </div>
119
  </body>