So in the previous blogs, we completed Home & About page and now we will be working on Service Details and Listing pages. So lets see what all components are there on the Service Details page except the layout. So if we list these components then it is - Banner, Left Navigation Bar & the … Continue reading Creating Service Details and Listing page
HTML
Building Home page Components – Safe & Secure tagline section
According to the flow, we should have created Services we offer section but those services will need the details page as well so we will create that component as the last component while building the Home page. Till now if you have any queries then please get in touch with me and give a brief … Continue reading Building Home page Components – Safe & Secure tagline section
Building Home page Components – Featured Services section
As we did end to end steps for building the Banner component, we will do the same for this component as well. The feature section which I am talking about is as below: Lets create this component from scratch and we will be using View rendering to render this component on the front end. From … Continue reading Building Home page Components – Featured Services section
Building Home page Components – Main Banner
In this blog, we will build the Banner component end to end i.e. from creating template, creating Media items, content and renderings. So when the individual developers take an responsibility of the components, they create it in similar fashion. The Main Banner on the Home page is like: So how we can see it as … Continue reading Building Home page Components – Main Banner
Creating a Layout – Part IV
As the last part of creating a layout we will create the Estimates Form, we will add the functionality (Either saving the data in a custom database, sending the email to the end user & admin, share the data to CRM, etc) later on. Actually, we can use Sitecore Forms instead of custom coding but … Continue reading Creating a Layout – Part IV
Creating a Layout – Part III
In the previous blog, we had created Header component. As we are new to the concepts, I am covering the steps in detail. If you have idea then you can skip some steps and follow yours as well. For making it easy, we will create Footer component first. Create a new View and name it … Continue reading Creating a Layout – Part III
Creating a Layout – Part II
In the last blog, we had created a layout with the static html. Now lets break this html into components and bind it all on the layout. Go to Dummy Website solution in Visual Studio. Lets create a Header component first. Create a view named "Header" and copy entire Header tag html markup in it. … Continue reading Creating a Layout – Part II
Understanding the components in the HTML template
Now considering that you have downloaded Logistico.zip, we will understand what all components we will be building. So once you have downloaded the zip, extract it. You will be able to see different HTML files & folders. For simplicity, we will concentrate on Home page first which means we will be concern about index.html file. … Continue reading Understanding the components in the HTML template