-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6d28ed4
Showing
71 changed files
with
60,868 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %> | ||
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="JQUERY" Src="~/Admin/Skins/jQuery.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="META" Src="~/Admin/Skins/Meta.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/DesktopModules/DDRMenu/Menu.ascx" %> | ||
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %> | ||
|
||
<!--#include file="layouts/default/_includes-top.ascx" --> | ||
|
||
<!-- Start Header Section --> | ||
<div class="hidden-header"></div> | ||
<header class="header"> | ||
<div class="top-bar"> | ||
<div class="container-fluid"> | ||
<!--#include file="layouts/default/top-bar-holder.ascx" --> | ||
</div><!-- ./container --> | ||
</div><!-- ./top-bar --> | ||
|
||
|
||
<!--<nav class="navbar navbar-full navbar-contra navbar-light">--> | ||
<div class="menu-bar"> | ||
<!--#include file="layouts/default/nav-bar.ascx" --> | ||
</div> | ||
<!--</nav> ./navbar --> | ||
</header><!-- ./Header --> | ||
|
||
<!-- Start Page title area --> | ||
<div class="page-banner banner8"> | ||
<div class="container"> | ||
<!--#include file="layouts/default/page-title.ascx" --> | ||
</div> | ||
</div><!-- ./Page title area --> | ||
|
||
<div id="content-areas"> | ||
<div class="container"> | ||
<div class="row"><div class="col-md-12"><div id="ContentPane" runat="server" /></div></div> | ||
</div><!-- End : Content Pane --> | ||
</div> <!-- ./content-areas --> | ||
|
||
<!-- Start Footer --> | ||
<footer> | ||
<div class="container"> | ||
<!--#include file="layouts/default/footer-main.ascx" --> | ||
<!--#include file="layouts/default/footer-legal.ascx" --> | ||
</div> | ||
</footer><!-- ./Footer --> | ||
|
||
<!--#include file="layouts/default/search-modal.ascx" --> | ||
|
||
<!-- Go To Top Link --> | ||
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a> | ||
|
||
<!--#include file="layouts/default/_includes-bottom.ascx" --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<SkinDocType> | ||
<![CDATA[<!DOCTYPE html>]]> | ||
</SkinDocType> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %> | ||
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="JQUERY" Src="~/Admin/Skins/jQuery.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="META" Src="~/Admin/Skins/Meta.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/DesktopModules/DDRMenu/Menu.ascx" %> | ||
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %> | ||
|
||
<!--#include file="layouts/default/_includes-top.ascx" --> | ||
|
||
<!-- Start Header Section --> | ||
<div class="hidden-header"></div> | ||
<header class="header"> | ||
<div class="top-bar"> | ||
<div class="container-fluid"> | ||
<!--#include file="layouts/default/top-bar-holder.ascx" --> | ||
</div><!-- ./container --> | ||
</div><!-- ./top-bar --> | ||
|
||
|
||
<!--<nav class="navbar navbar-full navbar-contra navbar-light">--> | ||
<div class="menu-bar"> | ||
<!--#include file="layouts/default/nav-bar.ascx" --> | ||
</div> | ||
<!--</nav> ./navbar --> | ||
</header><!-- ./Header --> | ||
|
||
<!-- Start Page title area --> | ||
<div class="page-banner banner8"> | ||
<div class="container"> | ||
<!--#include file="layouts/default/page-title.ascx" --> | ||
</div> | ||
</div><!-- ./Page title area --> | ||
|
||
<div id="content-areas"> | ||
<div class="container"> | ||
<div class="row"><div class="col-md-12"><div id="ContentPane" runat="server" /></div></div> | ||
</div><!-- End : Content Pane --> | ||
</div> <!-- ./content-areas --> | ||
|
||
<!-- Start Footer --> | ||
<footer> | ||
<div class="container"> | ||
<!--#include file="layouts/default/footer-main.ascx" --> | ||
<!--#include file="layouts/default/footer-legal.ascx" --> | ||
</div> | ||
</footer><!-- ./Footer --> | ||
|
||
<!--#include file="layouts/default/search-modal.ascx" --> | ||
|
||
<!-- Go To Top Link --> | ||
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a> | ||
|
||
<!--#include file="layouts/default/_includes-bottom.ascx" --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<SkinDocType> | ||
<![CDATA[<!DOCTYPE html>]]> | ||
</SkinDocType> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<dotnetnuke type="Package" version="5.0"> | ||
<packages> | ||
<package name="DnnC.Skins.DnnContra" type="Skin" version="01.00.00"> | ||
<friendlyName>DnnContra</friendlyName> | ||
<description>A responsive DNN skin using Bootstrap v4.0.0.aphla.6. Requires installation via the Host/Extensions page.</description> | ||
<owner> | ||
<name>Geoff Barlow</name> | ||
<organization>DnnConsulting.nl</organization> | ||
<url>http://www.DnnConsulting.nl</url> | ||
<email>info@DnnConsulting.nl</email> | ||
</owner> | ||
<azureCompatible>true</azureCompatible> | ||
<license src="License.txt"></license> | ||
<releaseNotes src="ReleaseNotes.txt"></releaseNotes> | ||
<dependencies> | ||
<dependency type="CoreVersion">08.00.00</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="ResourceFile"> | ||
<resourceFiles> | ||
<basePath>portals/_default/skins/DnnContra</basePath> | ||
<resourceFile> | ||
<name>Resources.zip</name> | ||
</resourceFile> | ||
</resourceFiles> | ||
</component> | ||
<component type="Skin"> | ||
<skinFiles> | ||
<skinName>DnnContra</skinName> | ||
<basePath /> | ||
</skinFiles> | ||
</component> | ||
</components> | ||
</package> | ||
|
||
<package name="DnnC.Containers.DnnContra" type="Container" version="01.00.00"> | ||
<friendlyName>DnnContra</friendlyName> | ||
<description>Containers for the DnnContra Theme package.</description> | ||
<owner> | ||
<name>Geoff Barlow</name> | ||
<organization>DnnConsulting.net</organization> | ||
<url>https://www.DnnConsulting.net</url> | ||
<email>info@DnnConsulting.nl</email> | ||
</owner> | ||
<license src="License.txt"></license> | ||
<releaseNotes src="ReleaseNotes.txt"></releaseNotes> | ||
<dependencies> | ||
<dependency type="CoreVersion">08.00.00</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="Container"> | ||
<containerFiles> | ||
<basePath>portals/_default/containers/DnnContra</basePath> | ||
<containerName>DnnContra</containerName> | ||
<containerFile> | ||
<name>Main-Clean.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Arrow-H1.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Arrow-H2.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Arrow-H3.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Arrow-H4.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Arrow-H5.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Arrow-H6.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Circle-H1.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Circle-H2.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Circle-H3.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Circle-H4.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Circle-H5.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Circle-H6.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-H1.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-H2.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-H3.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-H4.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-H5.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-H6.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Lined-H1.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Lined-H2.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Lined-H3.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Lined-H4.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Lined-H5.ascx</name> | ||
</containerFile> | ||
<containerFile> | ||
<name>Title-Lined-H6.ascx</name> | ||
</containerFile> | ||
</containerFiles> | ||
</component> | ||
</components> | ||
</package> | ||
</packages> | ||
</dotnetnuke> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %> | ||
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="JQUERY" Src="~/Admin/Skins/jQuery.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="META" Src="~/Admin/Skins/Meta.ascx" %> | ||
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/DesktopModules/DDRMenu/Menu.ascx" %> | ||
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %> | ||
|
||
<!--#include file="layouts/default/_includes-top.ascx" --> | ||
|
||
<!-- Start Header Section --> | ||
<div class="hidden-header"></div> | ||
<header class="header"> | ||
<div class="top-bar"> | ||
<div class="container-fluid"> | ||
<!--#include file="layouts/default/top-bar-holder.ascx" --> | ||
</div><!-- ./container --> | ||
</div><!-- ./top-bar --> | ||
|
||
|
||
<!--<nav class="navbar navbar-full navbar-contra navbar-light">--> | ||
<div class="menu-bar"> | ||
<!--#include file="layouts/default/nav-bar.ascx" --> | ||
</div> | ||
<!--</nav> ./navbar --> | ||
</header><!-- ./Header --> | ||
|
||
<!-- Start Slider area --> | ||
<div id="sliderPane" runat="server" /> | ||
<!-- ./Slider area --> | ||
|
||
|
||
<div id="content-areas"> | ||
<div class="container"> | ||
<div class="row"><div class="col-md-12"><div id="ContentPane" runat="server" /></div></div> | ||
</div><!-- End : Content Pane --> | ||
<!--#include file="layouts/default/content-panes.ascx" --> | ||
</div> <!-- ./content-areas --> | ||
|
||
<!-- Start Footer --> | ||
<footer> | ||
<div class="container"> | ||
<!--#include file="layouts/default/footer-main.ascx" --> | ||
<!--#include file="layouts/default/footer-legal.ascx" --> | ||
</div> | ||
</footer><!-- ./Footer --> | ||
|
||
<!--#include file="layouts/default/search-modal.ascx" --> | ||
|
||
<!-- Go To Top Link --> | ||
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a> | ||
|
||
<!--#include file="layouts/default/_includes-bottom.ascx" --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<SkinDocType> | ||
<![CDATA[<!DOCTYPE html>]]> | ||
</SkinDocType> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2017 Geoff Barlow | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<div class="License"> | ||
<h3>License</h3> | ||
<p class="Owner"> | ||
Geoff Barlow</br> | ||
<a href="https://www.dnnconsulting.net">DnnConsulting.net</a></br> | ||
Copyright (c) 2017</br> | ||
</p> | ||
<p> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated | ||
documentation files (the "Software"), to deal in the Software without restriction, including without limitation | ||
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and | ||
to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
</p> | ||
<p> | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions | ||
of the Software. | ||
</p> | ||
<p> | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED | ||
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL | ||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF | ||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
DEALINGS IN THE SOFTWARE. | ||
</p> | ||
|
||
<div> | ||
<p>Bootstrap files from http://getbootstrap.com</p> | ||
<p>Font Awesome files from https://fortawesome.github.io/Font-Awesome</p> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %> | ||
<%@ Register TagPrefix="dnn" TagName="META" Src="~/Admin/Skins/Meta.ascx" %> | ||
|
||
<dnn:META ID="mobileScale" runat="server" Name="viewport" Content="width=device-width,initial-scale=1" /> | ||
<div id="ContentPane" runat="server" class="col-md-12" /> |
Oops, something went wrong.