├── src ├── Freelancer.OrchardCore │ ├── Views │ │ ├── HtmlField.liquid │ │ ├── Widget.liquid │ │ ├── Widget.Wrapper.liquid │ │ ├── MenuItem.liquid │ │ ├── MenuItemLink-LinkMenuItem.liquid │ │ ├── Menu.liquid │ │ └── Layout.liquid │ ├── Recipes │ │ ├── Snippets │ │ │ ├── Copyright.html │ │ │ ├── Footer.html │ │ │ ├── About.html │ │ │ ├── Contact.html │ │ │ └── LandingPage.liquid │ │ └── freelancer.recipe.json │ ├── wwwroot │ │ ├── Theme.png │ │ ├── img │ │ │ ├── favicon.ico │ │ │ ├── portfolio │ │ │ │ ├── cake.png │ │ │ │ ├── game.png │ │ │ │ ├── safe.png │ │ │ │ ├── cabin.png │ │ │ │ ├── circus.png │ │ │ │ └── submarine.png │ │ │ └── profiles │ │ │ │ └── avataaars.svg │ │ └── js │ │ │ ├── scripts.js │ │ │ ├── contact_me.js │ │ │ └── jqBootstrapValidation.js │ ├── Manifest.cs │ └── Freelancer.OrchardCore.csproj ├── Directory.Build.props └── Common.props ├── assets ├── freelancer-recipe.png ├── orchard-core-cms-theme-freelancer.png └── orchard-core-cms-theme-landing-page.png ├── NuGet.config ├── appveyor.yml ├── LICENSE ├── README.md ├── Freelancer.sln └── .gitignore /src/Freelancer.OrchardCore/Views/HtmlField.liquid: -------------------------------------------------------------------------------- 1 | {{ Model.Html | raw }} -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/Views/Widget.liquid: -------------------------------------------------------------------------------- 1 | {{ Model.Content | shape_render }} -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/Views/Widget.Wrapper.liquid: -------------------------------------------------------------------------------- 1 | {{ Model.Content | shape_render }} 2 | -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/Recipes/Snippets/Copyright.html: -------------------------------------------------------------------------------- 1 | Copyright © Your Website 2020 -------------------------------------------------------------------------------- /assets/freelancer-recipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/assets/freelancer-recipe.png -------------------------------------------------------------------------------- /assets/orchard-core-cms-theme-freelancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/assets/orchard-core-cms-theme-freelancer.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/Theme.png -------------------------------------------------------------------------------- /assets/orchard-core-cms-theme-landing-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/assets/orchard-core-cms-theme-landing-page.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/img/favicon.ico -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/img/portfolio/cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/img/portfolio/cake.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/img/portfolio/game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/img/portfolio/game.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/img/portfolio/safe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/img/portfolio/safe.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/img/portfolio/cabin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/img/portfolio/cabin.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/img/portfolio/circus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/img/portfolio/circus.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/wwwroot/img/portfolio/submarine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidhayden/Freelancer/HEAD/src/Freelancer.OrchardCore/wwwroot/img/portfolio/submarine.png -------------------------------------------------------------------------------- /src/Freelancer.OrchardCore/Views/MenuItem.liquid: -------------------------------------------------------------------------------- 1 |
6 | 2215 John Daniel Drive
7 |
8 | Clark, MO 65243
9 |
23 | Freelance is a free to use, MIT licensed Bootstrap theme created by 24 | Start Bootstrap 25 | . 26 |
27 |Freelancer is a free bootstrap theme created by Start Bootstrap. The theme is customized to work with Orchard Core CMS by David Hayden. View source on GitHub.
You can create your own custom avatar for the masthead, change the icon in the dividers, and add your email address to the contact form to make it fully functional!
{{ Model.ContentItem.Content.LandingPage.Tagline.Text }}
17 |