fix(projects): changed url link to the new repo and website links

This commit is contained in:
darkicewolf50 2025-05-14 18:07:31 -06:00
parent dc67f71f55
commit c3525b5099
2 changed files with 3 additions and 5 deletions

View File

@ -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") let res = reqwest::get("https://www.rust-lang.org")
.await .await
.unwrap() .unwrap()

View File

@ -1,5 +1,3 @@
use std::default;
use crate::helper_fun::get_tech_logos_from_str; use crate::helper_fun::get_tech_logos_from_str;
use dioxus::prelude::*; use dioxus::prelude::*;
@ -16,8 +14,8 @@ pub fn Projects(#[props(default = true)] display_title: bool) -> Element {
div { class: "project-section", div { class: "project-section",
ProjectCards { ProjectCards {
project_name: "Portfolio Site Version 1.1.0", project_name: "Portfolio Site Version 1.1.0",
website_prop: "https://darkicewolf50.github.io", website_prop: "https://darkicewolf50.pages.dev",
github_prop: "https://github.com/darkicewolf50/darkicewolf50.github.io", github_prop: "https://gitea.bajacloud.duckdns.org/darkicewolf50/personal_site",
project_img: "https://res.cloudinary.com/dpgrgsh7g/image/upload/v1745630861/Portfolio_site_k4mhmj.png", project_img: "https://res.cloudinary.com/dpgrgsh7g/image/upload/v1745630861/Portfolio_site_k4mhmj.png",
techs_used: vec!["Rust", "CSS", "Dioxus", "Github Actions", "Git", "Github"], techs_used: vec!["Rust", "CSS", "Dioxus", "Github Actions", "Git", "Github"],
project_des: "This project was a great test of my newly learned Rust. project_des: "This project was a great test of my newly learned Rust.