Skip to content

Commit 8b69df3

Browse files
Dindihubchalin
andauthored
TUF website Docsy themed version (#68)
Signed-off-by: sandra <[email protected]> Co-authored-by: Patrice Chalin <[email protected]>
1 parent f7cc8f8 commit 8b69df3

File tree

102 files changed

+1611
-1783
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1611
-1783
lines changed

.gitignore

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Hugo-generated assets
2-
public/
3-
resources/
2+
.hugo_build.lock
3+
/public
4+
/resources
45

56
# npm assets
67
node_modules/
8+
package-lock.json
9+
yarn.lock
10+
11+
# Local scratch folder
12+
tmp/
13+
14+
# macOS
15+
.DS_Store
16+
17+
# Misc
18+
scripts/collector.yaml
19+
assets/jsconfig.json
20+
/.netlify
21+
22+
# VS Code
23+
/.vscode

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/docsy"]
2+
path = themes/docsy
3+
url = https://github.com/google/docsy.git

assets/icons/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/tuf-white-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/js/app.js

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

assets/sass/helpers.sass

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

assets/sass/style.sass

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

assets/scss/_styles_project.scss

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
@import 'td/code-dark';
2+
3+
.td-navbar {
4+
.navbar-brand {
5+
svg {
6+
height: 38px;
7+
}
8+
.navbar-brand__name {
9+
display: none;
10+
}
11+
}
12+
}
13+
14+
.td-home {
15+
.cncf {
16+
text-align: center;
17+
18+
p {
19+
font-size: 1.2rem;
20+
margin-bottom: 0;
21+
}
22+
23+
img {
24+
width: 20rem;
25+
padding-top: 1rem;
26+
max-width: 80%;
27+
}
28+
}
29+
}
30+
31+
.adoptions-container {
32+
display: flex;
33+
flex-direction: row;
34+
flex-wrap: wrap;
35+
align-items: center;
36+
margin-bottom: -3rem;
37+
}
38+
39+
.adoptions-logo {
40+
max-height: 4rem;
41+
max-width: 100%;
42+
}
43+
44+
.adoptions-item {
45+
margin-left: auto;
46+
margin-right: auto;
47+
padding-left: 1.5rem;
48+
padding-right: 1.5rem;
49+
padding-bottom: 3rem;
50+
}
51+
52+
$tuf-blue: #0082ca;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add styles or override variables from the theme here. */

0 commit comments

Comments
 (0)