0
I have a tremendous doubt about this type of Theme, I’m starting to mecher with ASP.NET MVC, so I came across this Bootstrap, so I started researching about free themes and we have several options available.
One of the sites I found was: Bootswatch
Where you simply upload the Bootstrap.Cs and Bootstrap.min.Cs files, Thema is automatically changed.
I also found site like: peckyboy, where we found the theme: Gentelella Bootstrap Admin Template
, that directs us to the Github of the project.
Here comes my doubt, how can I use this project?
When reading the README of the project:
Installation via Package Manger
Our goal is to make it installable on different Package Manager! Do you want to use it on your favorite Package Manager and you know how? Pull request all the way!
As of now, this is some installation available:
Bower
bower install gentelella --save
or
npm
npm install gentelella --save
But how do I use it? Someone works with something similar?
Project files Gentelella
how to use them?
Bootstrap is a framework to let your website responsive, which adapts to tablets and smatphones. To use it you need to have the mentioned files: Bootstrap.Cs and Bootstrap.min.Cs and within each HTML tag use the class you prefer. More information
– EmanuelF
@I’m sorry, I don’t think you understand the question. When you create an Asp.Net MVC 5 project, bootstrap is standard, but on the internet we find templates ready for you to modify, but it is not simple to exchange the bootstrap.Cs and bootstrap.min.Cs files I would like to know the procedure to use these other templates
– Thomas Erich Pimentel
Okay, I think I get it now. I imagine you’ve downloaded some tamplate free. Comes a folder with all necessary files, HTML file, image folder, js, css and others. Simply instantiate these files into your project in VS and change the HTML file.
– EmanuelF
@Emanuelf made a review on the question, where do I find the html files?
– Thomas Erich Pimentel
Free Tampletes This site has several tamplates free, need to create an account to do the dowloads. Once you download you will find the files I told you about.
– EmanuelF
Thomas, you managed to resolve this issue?
– Daniel