This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3class="subHeader">Sub-Header text will contain some sort of welcome and brief introduction to the site</h3>
<h3class="subHeader"> and then there could be some more text underneath</h3>
<buttonclass="headerButton">Request An Estimate</button>
<divclass="transparentOverlay">
<divclass="header">MCF Waterproofing</div>
<divclass="subHeader">Local and family owned waterproofing serving Southern Minnesota, Southwest Wisconsin,
and Northern Iowa with 15 years of experience</div>
<divclass="subHeader">We install custom interior waterproofing systems based on your needs</div>
<buttonclass="headerButton">Request an Estimate</button>
</div>
</div>
</div>
<divclass="mainPageCol">
@@ -18,8 +21,16 @@ <h3 class="subHeader"> and then there could be some more text underneath</h3>
<imgng-src="{{service.src}}" height="100" />
<pclass="serviceItemTitle">{{service.title}}</p>
<pclass="serviceItemDesc">{{service.desc}}</p>
<divng-if="service.imageDescription" class="serviceImageLink"><ang-click="openDescriptionImageModal(service.imageDescriptionPath)">What does it look like?</a></div>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -144,6 +171,11 @@ myApp.directive('navbar', function () {
$scope.$apply();
}
};
$scope.openContactModal=function(){
$rootScope.showContactForm=true;
console.log('roooot',$rootScope.showContactForm);
};
$scope.isActive=function(route){
if($location.path()===route){
@@ -161,54 +193,70 @@ myApp.directive('navbar', function () {
});
myApp.factory('servicesFactory',function(){
constservicesArray=[{
'title': 'Battery Backup Systems',
'src': './assets/icons/BatteryBackUpIcon.png',
'desc': 'Here were going to have some text on battery backup. Mainly it will just be in a short description on what it is and maybe how its implemented'
},
{
'title': 'New Construction Insulation',
'src': './assets/icons/InsulationIcon.png',
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
},
constservicesArray=[
{
'title': 'Mold Resistant Panels',
'src': './assets/icons/MoldResistantIcon.png',
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
'desc': 'Drain tile installation for any amount of space for the inside of your home.'
},
{
'title': 'Sump Baskets',
'src': './assets/icons/SumpBasketIcon.png',
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
'desc': 'Water collection basket nested airtight into the ground of your basement.'
},
{
'title': 'Sump Pumps',
'src': './assets/icons/SumpPumpIcon.png',
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
'desc': 'Underground or above ground water discharge system.'
},
{
'title': 'Wall and Floor Moisture Solutions',
'src': './assets/icons/WallFloorIcon.png',
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
'imageDescription': false,
'imageDescriptionPath': '',
'desc': 'Waterproof painting, crack repair and vapor barriers to prevent mold or moisture.'
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
},{
'title': 'Window Wells',
'src': './assets/icons/WindowWellsIcon.png',
'desc': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. '
'imageDescription': false,
'imageDescriptionPath': '',
'desc': 'Water drainage of your window well into our waterproofing system.'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3class="subHeader">Sub-Header text will contain some sort of welcome and brief introduction to the site</h3>
<h3class="subHeader"> and then there could be some more text underneath</h3>
<buttonclass="headerButton">Request An Estimate</button>
<divclass="transparentOverlay">
<divclass="header">MCF Waterproofing</div>
<divclass="subHeader">Local and family owned waterproofing serving Southern Minnesota, Southwest Wisconsin,
and Northern Iowa with 15 years of experience</div>
<divclass="subHeader">We install custom interior waterproofing systems based on your needs</div>
<buttonclass="headerButton">Request an Estimate</button>
</div>
</div>
</div>
<divclass="mainPageCol">
@@ -18,8 +21,16 @@ <h3 class="subHeader"> and then there could be some more text underneath</h3>
<imgng-src="{{service.src}}" height="100" />
<pclass="serviceItemTitle">{{service.title}}</p>
<pclass="serviceItemDesc">{{service.desc}}</p>
<divng-if="service.imageDescription" class="serviceImageLink"><ang-click="openDescriptionImageModal(service.imageDescriptionPath)">What does it look like?</a></div>