Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Update Main with Development #34

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d644fb2
fix: old references to ghp
LeoBorai Aug 30, 2020
af0b9a1
Added new logo
igaray Dec 9, 2020
c2f8b90
Update link to logo in presentation
igaray Dec 9, 2020
48309cc
Update to latest mdbook github action
igaray Dec 9, 2020
50f77d2
Updated gh-pages.yml
igaray Mar 28, 2021
5fffc68
add: yew config
LeoBorai Sep 30, 2020
a738afa
add: yew config
LeoBorai Sep 30, 2020
1f43dad
fix: typo
LeoBorai Oct 2, 2020
97cabe8
chore: project scaffold
LeoBorai Apr 5, 2021
c41928d
ci: impl github workflows for "deployment", "fmt" and "clippy"
LeoBorai Apr 5, 2021
0bf2170
feat(tailwind): setup tailwindcss for project
LeoBorai Apr 14, 2021
a6a8f68
Header
Phosphorus-M Apr 24, 2021
42d1978
Added a background
Phosphorus-M Apr 24, 2021
f46a9e9
feat(tailwind): setup tailwind/postcss to use @apply
LeoBorai Apr 24, 2021
a62cb48
Merge branch 'development' of https://github.com/rust-lang-ar/rust-la…
Phosphorus-M May 16, 2021
1e1d43a
Added the Header, the Hero and the section with the links
Phosphorus-M May 17, 2021
0e2ff3c
add: svg ferris illustration for hero
palyzambrano May 20, 2021
4598fcc
Merge branch 'development' of https://github.com/rust-lang-ar/rust-la…
Phosphorus-M Jun 6, 2021
4bac0dd
Added section About and Our Projects
Phosphorus-M Jun 7, 2021
f9f9ac1
Little fix to the logo
Phosphorus-M Jun 7, 2021
2cf282b
Fixed join us buttons
Phosphorus-M Jun 7, 2021
16dc22e
Fixed some warnings
Phosphorus-M Jun 7, 2021
c98fe15
Changed the use the components to a multi line
Phosphorus-M Jun 7, 2021
39cd35f
Now we get only the language_text
Phosphorus-M Jun 7, 2021
3e48e4d
Changed the pull request to be like the suggestions
Phosphorus-M Jun 10, 2021
b8ffe7d
Changed the pull request to be like the suggestions
Phosphorus-M Jun 10, 2021
a60f9c3
feat(trunk): setup trunk for development
LeoBorai Jun 26, 2021
9c47096
chore(trunk): support for Trunk on CI
LeoBorai Jun 26, 2021
2080aa3
feat: :sparkles: add Index and Router
Phosphorus-M Sep 19, 2021
96b4525
feat: :sparkles: add AboutPage
Phosphorus-M Sep 19, 2021
d73ca59
feat: :sparkles: add Events
Phosphorus-M Sep 19, 2021
5da1133
feat: :sparkles: add Resources
Phosphorus-M Sep 19, 2021
8a24581
refactor: :art: remove some "use" useless
Phosphorus-M Sep 19, 2021
7792be0
refactor: :fire: remove unnecessary lines
Phosphorus-M Sep 19, 2021
05202fb
Merge branch 'Initial-Layout' into development
Phosphorus-M Sep 19, 2021
e14a282
fix: :bug: resolve the problem of building
Phosphorus-M Sep 20, 2021
5ee55bb
refactor: load the fonts in local way
Phosphorus-M Sep 20, 2021
0ae0e81
fix: fix the svg icons
Phosphorus-M Sep 20, 2021
91b6a9f
refactor: :fire: change the router
Phosphorus-M Sep 20, 2021
5a9aa0b
fix: :fire: delete the webpack
Phosphorus-M Sep 20, 2021
7430694
fix: :bug: fix a image in the resource section
Phosphorus-M Sep 20, 2021
195e651
chore: add codeowners file
LeoBorai Sep 21, 2021
01cb65a
fix: move codeowners to .github dir
LeoBorai Sep 21, 2021
e9dc731
chore(deps): bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] May 16, 2022
ed9fe9c
feat: `rust-toolchain.toml` file and dependencies update (#26)
LeoBorai Sep 11, 2022
ffb3d20
chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#27)
dependabot[bot] Nov 11, 2022
497f26a
chore(deps): bump webpack from 5.33.2 to 5.76.1 (#28)
dependabot[bot] Jan 7, 2024
a588099
chore(deps-dev): bump semver from 7.3.5 to 7.5.4 (#30)
dependabot[bot] Jan 7, 2024
478d907
chore(deps-dev): bump postcss from 8.3.6 to 8.4.31 (#29)
dependabot[bot] Jan 7, 2024
11fc811
Fix deps & telegram link (#31)
hernangonzalez Feb 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Now we get only the language_text
Co-authored-by: Esteban Borai <[email protected]>
Phosphorus-M and LeoBorai authored Jun 7, 2021
commit 39cd35f8e8da9bd5bc33e3f90c6ef8031166b5d4
2 changes: 1 addition & 1 deletion src/components/project_card.rs
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ impl Component for ProjectCard {
}

fn view(&self) -> Html {
let (_class_name, language_text) = self.language.markup_resources();
let language_text = self.language.markup_resources().1;

html! {
<a href={self.html_url.clone()} class="h-full">