diff --git a/assets/andy/underdev.html b/assets/andy/underdev.html new file mode 100644 index 0000000..52ee932 --- /dev/null +++ b/assets/andy/underdev.html @@ -0,0 +1,838 @@ + + + + + + + + + Westerindo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
Site Under Development
+
+ "Stay Tuned, We're Building Excitement!" +
+
+ Your Brand +
+
+
+ + +
+
+
+
+
+

+ Invest in Your Well-being with Our Comprehensive Medical + Check-Up +

+

+ Elevate your health journey with our thorough medical + assessments, empowering you to take proactive steps towards + a healthier, happier life. +

+ +
+
+
+
+
+ Your Brand +
+
+
+
+
+ + + +
+
+
+

Our Medical Services

+

+ Discover excellence in healthcare at Our Medical Services. From + diagnosis to treatment, our dedicated team provides personalized + care for your well-being. +

+
+
+
+
+
+
+
+ +
+
In House Clinic
+

+ Maintaining health in the workplace by carrying out + promotional, preventive, curative and rehabilitative + programs. +

+ Learn More + + +
+
+
+ +
+
+
+
+ +
+
Laboratorium Test
+

+ Maintaining health in the workplace by carrying out + promotional, preventive, curative and rehabilitative + programs. +

+ Learn More + + +
+
+
+ +
+
+
+
+ +
+
Medical Check Up
+

+ Maintaining health in the workplace by carrying out + promotional, preventive, curative and rehabilitative + programs. +

+ Learn More + + +
+
+
+
+
+ + + +
+
+
+

Why Westerindo

+

+ With a dedicated team of professionals we’re committed to + providing medical attention tailored to your needs, ensuring a + journey to optimal health and vitality. +

+
+
+
+
+ Your Brand +
+
+ +
+
+
+ +
+
+

ISO Certificate

+

+ Westerindo Clinical Laboratory has obtained ISO 15189:2009 + (ISO 15189:2007) Accreditation from the National + Accreditation Committee (KAN) and the Health Laboratory + Accreditation Commission (KALK). +

+
+
+
+ + +
+
+
+ +
+
+

+ Modern Technology +

+

+ Laboratory Information System (LIS) is an information + system in which laboratory equipment and diagnostic + support have been integrated automatically so that + examination results can be immediately filled in in + employee data. This eliminates the possibility of human + error. +

+
+
+
+ + +
+
+
+ +
+
+

+ Good Quality Facilities +

+

+ The laboratory and medical support equipment used at the + Westerindo Clinical Laboratory is international scale for + precise, fast and accurate results. Lab and medical + equipment certificates are periodically renewed according + to standards. +

+
+
+
+ + +
+
+
+ +
+
+

+ Professional Service +

+

+ Westerindo Clinical Laboratory is committed to providing + professional and excellent service. Therefore, all staff + and doctors at the Westerindo Clinical Laboratory have + competency certification according to their field. +

+
+
+
+ + +
+
+
+ +
+
+

Experienced

+

+ Westerindo Clinical Laboratory is very experienced in + carrying out Medical Check Ups both onsite and insite, in + all corners of Indonesia. Serving various kinds of + companies, from oil and gas companies, automotive, + manufacturing, offices, and others. +

+
+
+
+
+
+
+ + + +
+
+
+

Promotions

+

+ Seize This Opportunity to Enhance Your Health +

+
+
+ +
+
+ Your Brand +
+
+ Your Brand +
+
+ Your Brand +
+
+
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/asset-corporate-portal/media/under_development/under_development.png b/assets/asset-corporate-portal/media/under_development/under_development.png new file mode 100644 index 0000000..bc205ec Binary files /dev/null and b/assets/asset-corporate-portal/media/under_development/under_development.png differ diff --git a/views/landingpage/landingpage.templ b/views/landingpage/landingpage.templ index 3a7082d..e408d4d 100644 --- a/views/landingpage/landingpage.templ +++ b/views/landingpage/landingpage.templ @@ -2,29 +2,32 @@ package landingpage import ( "github.com/emarifer/go-templ-project-structure/views/layout" + "github.com/emarifer/go-templ-project-structure/views/under_development" ) templ MainLandingPage(medicalServiceComponent templ.Component, listAdvantageComponent templ.Component, listPromotion templ.Component, footer templ.Component) { -
Under development
-
-
- - +
+ + +
+ @under_development.UnderDevelopment() +
+
@@ -52,10 +55,10 @@ templ MainLandingPage(medicalServiceComponent templ.Component, listAdvantageComp @listPromotion
+ + @footer +
- - @footer -
} @@ -270,6 +273,20 @@ templ CssLandingPage() { .img-header { object-fit: contain; } + .underdev { + font-family: "Public Sans"; + font-size: 64px; + font-style: normal; + font-weight: 700; + line-height: normal; + } + .underdevsub { + font-family: "Public Sans"; + font-size: 26px; + font-style: normal; + font-weight: 400; + line-height: normal; + } } diff --git a/views/landingpage/landingpage_templ.go b/views/landingpage/landingpage_templ.go index ce5d530..8744e09 100644 --- a/views/landingpage/landingpage_templ.go +++ b/views/landingpage/landingpage_templ.go @@ -12,6 +12,7 @@ import "bytes" import ( "github.com/emarifer/go-templ-project-structure/views/layout" + "github.com/emarifer/go-templ-project-structure/views/under_development" ) func MainLandingPage(medicalServiceComponent templ.Component, listAdvantageComponent templ.Component, listPromotion templ.Component, footer templ.Component) templ.Component { @@ -27,7 +28,15 @@ func MainLandingPage(medicalServiceComponent templ.Component, listAdvantageCompo templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
Under development
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") + if templ_7745c5c3_Err != nil { + return templ_7745c5c3_Err + } + templ_7745c5c3_Err = under_development.UnderDevelopment().Render(ctx, templ_7745c5c3_Buffer) + if templ_7745c5c3_Err != nil { + return templ_7745c5c3_Err + } + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -83,7 +92,7 @@ func MainLandingPage(medicalServiceComponent templ.Component, listAdvantageCompo if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -91,7 +100,7 @@ func MainLandingPage(medicalServiceComponent templ.Component, listAdvantageCompo if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -115,7 +124,7 @@ func CssLandingPage() templ.Component { templ_7745c5c3_Var2 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/views/under_development/under_development.templ b/views/under_development/under_development.templ new file mode 100644 index 0000000..86d05f0 --- /dev/null +++ b/views/under_development/under_development.templ @@ -0,0 +1,17 @@ +package under_development + +templ UnderDevelopment() { +
+
Site Under Development
+
+ "Stay Tuned, We're Building Excitement!" +
+
+ Your Brand +
+
+} diff --git a/views/under_development/under_development_templ.go b/views/under_development/under_development_templ.go new file mode 100644 index 0000000..fc9f8f5 --- /dev/null +++ b/views/under_development/under_development_templ.go @@ -0,0 +1,35 @@ +// Code generated by templ - DO NOT EDIT. + +// templ: version: v0.2.663 +package under_development + +//lint:file-ignore SA4006 This context is only used if a nested component is present. + +import "github.com/a-h/templ" +import "context" +import "io" +import "bytes" + +func UnderDevelopment() templ.Component { + return templ.ComponentFunc(func(ctx context.Context, templ_7745c5c3_W io.Writer) (templ_7745c5c3_Err error) { + templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templ_7745c5c3_W.(*bytes.Buffer) + if !templ_7745c5c3_IsBuffer { + templ_7745c5c3_Buffer = templ.GetBuffer() + defer templ.ReleaseBuffer(templ_7745c5c3_Buffer) + } + ctx = templ.InitializeContext(ctx) + templ_7745c5c3_Var1 := templ.GetChildren(ctx) + if templ_7745c5c3_Var1 == nil { + templ_7745c5c3_Var1 = templ.NopComponent + } + ctx = templ.ClearChildren(ctx) + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
Site Under Development
\"Stay Tuned, We're Building Excitement!\"\r
\"Your
") + if templ_7745c5c3_Err != nil { + return templ_7745c5c3_Err + } + if !templ_7745c5c3_IsBuffer { + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteTo(templ_7745c5c3_W) + } + return templ_7745c5c3_Err + }) +}