fix(projects): changed url link to the new repo and website links
This commit is contained in:
parent
dc67f71f55
commit
c3525b5099
@ -47,7 +47,7 @@ pub fn Blog(blog_title: String) -> Element {
|
||||
}
|
||||
}
|
||||
|
||||
async fn getBlog(blog_name: String) {
|
||||
async fn get_blog(blog_name: String) {
|
||||
let res = reqwest::get("https://www.rust-lang.org")
|
||||
.await
|
||||
.unwrap()
|
||||
|
@ -1,5 +1,3 @@
|
||||
use std::default;
|
||||
|
||||
use crate::helper_fun::get_tech_logos_from_str;
|
||||
use dioxus::prelude::*;
|
||||
|
||||
@ -16,8 +14,8 @@ pub fn Projects(#[props(default = true)] display_title: bool) -> Element {
|
||||
div { class: "project-section",
|
||||
ProjectCards {
|
||||
project_name: "Portfolio Site Version 1.1.0",
|
||||
website_prop: "https://darkicewolf50.github.io",
|
||||
github_prop: "https://github.com/darkicewolf50/darkicewolf50.github.io",
|
||||
website_prop: "https://darkicewolf50.pages.dev",
|
||||
github_prop: "https://gitea.bajacloud.duckdns.org/darkicewolf50/personal_site",
|
||||
project_img: "https://res.cloudinary.com/dpgrgsh7g/image/upload/v1745630861/Portfolio_site_k4mhmj.png",
|
||||
techs_used: vec!["Rust", "CSS", "Dioxus", "Github Actions", "Git", "Github"],
|
||||
project_des: "This project was a great test of my newly learned Rust.
|
||||
|
Loading…
x
Reference in New Issue
Block a user