diff --git a/assets/images/remax-logo.png b/assets/images/remax-logo.png new file mode 100644 index 0000000..56dc813 Binary files /dev/null and b/assets/images/remax-logo.png differ diff --git a/css/components/page/agency.css b/css/components/page/agency.css new file mode 100644 index 0000000..de45b3d --- /dev/null +++ b/css/components/page/agency.css @@ -0,0 +1,40 @@ +.agency-container { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + + gap: 0px; + + background-color: #E3F0FF; + + width: 100%; + + padding: 25px 0px; + margin-top: 50px; +} +.agency-head-1 { + font-family: Ubuntu; + font-size: 13px; + font-weight: 500; + margin-bottom: -5px; + color: #26306B; +} +.agency-head-2 { + font-family: Ubuntu; + font-size: 24px; + font-weight: 800; + + color: #26306B; +} +.agency-logo { + margin: 10px 0px; + object-fit: cover; + width: 50vw; +} +.agency-body { + font-size: 11px; + font-weight: 400; + text-align: center; + margin: 0px 40px; +} \ No newline at end of file diff --git a/css/components/page/hero.css b/css/components/page/hero.css index a1f746b..2d452fc 100644 --- a/css/components/page/hero.css +++ b/css/components/page/hero.css @@ -48,7 +48,7 @@ } .hero-title { font-size: 14px; - font-weight: 200; + font-weight: 500; color: #26306B; } .hero-about-me-container { @@ -63,7 +63,7 @@ margin-top: 40px; } .hero-about-me-title { - font-size: 28px; + font-size: 34px; font-weight: 800; color: #26306B; font-family: Ubuntu; diff --git a/index.html b/index.html index ff5b585..65c1558 100644 --- a/index.html +++ b/index.html @@ -14,13 +14,14 @@ + - + diff --git a/src/components/page/agency.rs b/src/components/page/agency.rs index 81d23c6..f94a3b4 100644 --- a/src/components/page/agency.rs +++ b/src/components/page/agency.rs @@ -3,6 +3,17 @@ use yew::prelude::*; #[function_component(AgencySection)] pub fn agency_section() -> Html { html! { - +
+
+ {"Meet Our"} +
+
+ {"Partner"} +
+ {"agency-logo"}/ +
+ {"Lorem ipsum dolor sit amet consectetur. Laoreet pellentesque sit a est ac semper. Amet nec id luctus ipsum. Risus ullamcorper amet consequat enim. Habitasse enim volutpat nisi fringilla ac diam rhoncus. Nulla integer augue venenatis ut fames. Consectetur pharetra leo non odio senectus interdum. Sit hendrerit id facilisis lacus scelerisque. Vel posuere mattis commodo dui id diam lorem ut amet. "} +
+
} } \ No newline at end of file