Avijit Ghosh commited on
Commit
b1a18ac
1 Parent(s): 404320b

finished page

Browse files
Files changed (2) hide show
  1. index.html +6 -2
  2. static/css/index.css +4 -4
index.html CHANGED
@@ -8,6 +8,10 @@
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
  <title>Because of You (2024)</title>
10
 
 
 
 
 
11
  <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
12
  rel="stylesheet">
13
 
@@ -136,7 +140,7 @@
136
  </section>
137
 
138
 
139
- <section class="section" id="BibTeX">
140
  <div class="container is-max-desktop content">
141
  <h2 class="title">News</h2>
142
  <div class="column has-text-centered">
@@ -146,7 +150,7 @@
146
  </section>
147
 
148
 
149
- <footer class="footer">
150
  <div class="container">
151
  <div class="columns is-centered has-text-centered">
152
  <div class="column is-6">
 
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
  <title>Because of You (2024)</title>
10
 
11
+ <link rel="preconnect" href="https://fonts.googleapis.com">
12
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13
+ <link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600&display=swap" rel="stylesheet">
14
+
15
  <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
16
  rel="stylesheet">
17
 
 
140
  </section>
141
 
142
 
143
+ <section class="section" style="margin-bottom: 1em;">
144
  <div class="container is-max-desktop content">
145
  <h2 class="title">News</h2>
146
  <div class="column has-text-centered">
 
150
  </section>
151
 
152
 
153
+ <footer class="footer" style="padding: 0;">
154
  <div class="container">
155
  <div class="columns is-centered has-text-centered">
156
  <div class="column is-6">
static/css/index.css CHANGED
@@ -1,5 +1,5 @@
1
  body {
2
- font-family: 'Noto Sans', sans-serif;
3
  }
4
 
5
 
@@ -24,7 +24,7 @@ body {
24
  }
25
 
26
  .teaser {
27
- font-family: 'Google Sans', sans-serif;
28
  }
29
 
30
 
@@ -48,11 +48,11 @@ body {
48
  }
49
 
50
  .publication-title {
51
- font-family: 'Google Sans', sans-serif;
52
  }
53
 
54
  .publication-authors {
55
- font-family: 'Google Sans', sans-serif;
56
  }
57
 
58
  .publication-venue {
 
1
  body {
2
+ font-family: 'Libre Franklin', sans-serif;
3
  }
4
 
5
 
 
24
  }
25
 
26
  .teaser {
27
+ font-family: 'Libre Franklin', sans-serif;
28
  }
29
 
30
 
 
48
  }
49
 
50
  .publication-title {
51
+ font-family: 'Libre Franklin', sans-serif;
52
  }
53
 
54
  .publication-authors {
55
+ font-family: 'Libre Franklin', sans-serif;
56
  }
57
 
58
  .publication-venue {