-
Notifications
You must be signed in to change notification settings - Fork 1
Fix even logo sizes, add Home to menu, and full PDI team in People #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
dc52d70
Add material.md page, and lesser modifications; To do: add images
JAuriac 762506d
Merge remote-tracking branch 'origin/main' into material
JAuriac 788407c
Stash pop
JAuriac 82a2f96
Add feedback from 10-12-2025 1/2
JAuriac 14b9ed9
Add feedback from 10-12-2025 2/2
JAuriac 86d226b
Add feedback from 10-12-2025 2
JAuriac 6a57c9d
Fix even logo sizes, add Home to menu, and full PDI team in People
JAuriac f086f31
Merge branch 'main' into fix_logo_menu_people
JAuriac 8b81515
Change MdlS logo to square background, add Y.W. LinkedIn
JAuriac 67567a8
Merge branch 'fix_logo_menu_people' of github.com:pdidev/hpcasia26 in…
JAuriac 233a778
Fix all externals links to new windows and internal links to replace …
JAuriac 811c527
Team bios' in third person
JAuriac a112741
Add link to cea.fr from cea logo
JAuriac 7d4db24
Create new image-specific CSS override, and apply to MdlS logo
JAuriac 6c95abe
Create other image-specific CSS override, and apply to all logo
JAuriac d1f7308
move home, change people to team, fix top-right menu, fix typos
benoitmartin88 814d20a
rename css and remove head.html
benoitmartin88 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
benoitmartin88 marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| {{ if or (strings.HasPrefix .Destination "http://") (strings.HasPrefix .Destination "https://") }} | ||
| <a href="{{ .Destination }}" target="_blank" rel="noopener noreferrer"> | ||
| {{ .Text | safeHTML }} | ||
| </a> | ||
| {{ else }} | ||
| <a href="{{ .Destination }}"> | ||
| {{ .Text | safeHTML }} | ||
| </a> | ||
| {{ end }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| #about .image img.img-thumbnail-square-uncropped { | ||
| width: 100%; | ||
| padding: 0.9rem; | ||
| border-radius: 0; | ||
| box-shadow: none; | ||
| background-color: #fff; | ||
| } | ||
|
|
||
| #about .extra-images img.img-thumbnail-square-uncropped { | ||
| width: 100%; | ||
| padding: 0; | ||
| border-radius: 0; | ||
| box-shadow: none; | ||
| } | ||
|
|
||
| #hero .image img.img-thumbnail-round-uncropped, | ||
| #hero .extra-images img.img-thumbnail-round-uncropped { | ||
| width: 100%; | ||
| padding: 0.9rem; | ||
| border-radius: 1.0rem; | ||
| border: 0; | ||
| background-color: #18191a; | ||
| } | ||
|
|
||
| #single .featured-image img.img-thumbnail-round-uncropped { | ||
| padding: 0.9rem; | ||
| border-radius: 1.0rem; | ||
| border: 0; | ||
| background-color: #18191a; | ||
| } | ||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.