diff --git a/leptos_components/src/elements/cards.rs b/leptos_components/src/elements/cards.rs
index d374f04..aa06106 100644
--- a/leptos_components/src/elements/cards.rs
+++ b/leptos_components/src/elements/cards.rs
@@ -29,8 +29,7 @@ pub fn ProfessionalExperienceCard(
stylestring = "font-sans text-2xl";
}
}
-
- view! {
+ view!{

@@ -40,10 +39,11 @@ pub fn ProfessionalExperienceCard(
{
experience_blurbs.into_iter().map(|item| view!{
-
{item}
+
""
}).collect_view()
}
}
-}
\ No newline at end of file
+}
+
\ No newline at end of file
diff --git a/website/assets/00112-3953999397.png b/website/assets/00112-3953999397.png
new file mode 100644
index 0000000..fa98390
Binary files /dev/null and b/website/assets/00112-3953999397.png differ
diff --git a/website/src/app.rs b/website/src/app.rs
index a0671f9..597891c 100644
--- a/website/src/app.rs
+++ b/website/src/app.rs
@@ -129,9 +129,10 @@ fn HomePage() -> impl IntoView {
id="proj-1".into()
experience_blurbs=vec![
"Meal delivery platform with the mission to help combat the challenges that Americans face when it comes to eating. I want eating healthy to be an enjoyable and easy thing for all of us. StrategyEats.com provides ready-to-eat meals delivered to your doorstep, through an intuitive website interface.".into(),
- "I was able to achieve over $2k in revenu in second month of accepting orders. Received great positive feedback.".into(),
- "Developed the platform using Leptos framework, a fullstack web framework written in Rust. The platform has an integrated resource planning, recipe planning, and point of sale system allowing for streamline operation between the customer and production.".into(),
+ "I was able to achieve over $2k in revenue in second month of accepting orders. Received great positive feedback.".into(),
+ "I developed the platform using the Leptos framework, a full-stack web framework written in Rust. The platform has an integrated resource planning, recipe planning, and point of sale system, allowing for streamlined operations between the customer and production.".into(),
"Created the business model and business plan. ".into(),
+ "Check it out now by visiting
https://www.strategyeats.com.".into(),
] />
impl IntoView {
experience_blurbs=vec![
"Workout tracking platform designed for those who like to look at data! Website tracks progression and suggests workout plans to assist user into progressive overload. Allows for sharing workouts, tracking progress, and getting recommended workouts. ".into(),
"This website utilizes the Django framework, written in Python. The site is currently free for anyone to use. I don't have any current plans to monetize the project, I currently use it myself to track my workouts and let anyone else do the same!".into(),
+ "Check it out now by visiting https://www.strategylifts.com.".into(),
+ ] />
+
+
}