Skip to content

Commit aa3107f

Browse files
committed
Revert "fixes config.yaml"
This reverts commit 2ab3da4.
1 parent 2ab3da4 commit aa3107f

File tree

22 files changed

+335
-17355
lines changed

22 files changed

+335
-17355
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ params:
99
image: logos/numpy.svg
1010
link: /
1111
font:
12-
name: "Rubik"
12+
name: "Ubuntu"
1313
sizes: [400,600]
1414
hero:
1515
# Main hero title

layouts/_default/templates/about.html

Whitespace-only changes.

public/about/index.html

Lines changed: 0 additions & 447 deletions
This file was deleted.

public/community/index.html

Lines changed: 0 additions & 447 deletions
This file was deleted.

public/css/styles.css

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,3 @@
11
body {
2-
font-family: 'Rubik', sans-serif;
3-
}
4-
5-
.hero-body {
6-
position: relative;
7-
padding: 0;
8-
background-color: #013243;
9-
z-index: -1;
10-
}
11-
12-
.hero-title {
13-
font-family: 'Rubik', sans-serif;
14-
font-size: 36px;
15-
color: white;
16-
}
17-
18-
#navbar-item {
19-
color: #2e3131;
20-
}
21-
22-
#hero-subtitle {
23-
color: white;
24-
}
25-
26-
#particles-js {
27-
width: 100%;
28-
height: 100%;
29-
position: absolute;
30-
z-index: -1;
31-
}
32-
33-
#feature-card {
34-
height: 475px;
35-
}
36-
#backtotop.visible #backtotop-color:hover {
37-
background: #ffc553;
38-
}
39-
40-
.mt-30 {
41-
margin-top: 30px;
42-
}
43-
44-
#section2-image {
45-
padding: 15px;
46-
width: 125px;
2+
font-family: 'Ubuntu', sans-serif;
473
}

0 commit comments

Comments
 (0)