Skip to content

Commit

Permalink
Merge from pre release
Browse files Browse the repository at this point in the history
Merge pull request #1 from ClydeDz/pre-release
  • Loading branch information
ClydeDz authored Oct 7, 2018
2 parents 444b8ad + 6600efe commit 0501dd6
Show file tree
Hide file tree
Showing 122 changed files with 2,000 additions and 60 deletions.
26 changes: 26 additions & 0 deletions GASnippetPack/GASnippetPack.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleAnalyticsSnippetPack", "GoogleAnalyticsSnippetPack\GoogleAnalyticsSnippetPack.csproj", "{1FE38445-7F26-49ED-8E25-539463BD517D}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "GoogleAnalyticsSnippetPack.Web", "GoogleAnalyticsSnippetPack.Web\", "{9E0FEE6F-DA85-4BAE-BC7E-DBC0E7F9EB89}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
Debug.AspNetCompiler.VirtualPath = "/localhost_54597"
Debug.AspNetCompiler.PhysicalPath = "GoogleAnalyticsSnippetPack.Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54597\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_54597"
Release.AspNetCompiler.PhysicalPath = "GoogleAnalyticsSnippetPack.Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54597\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "54597"
SlnRelativePath = "GoogleAnalyticsSnippetPack.Web\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +37,10 @@ Global
{1FE38445-7F26-49ED-8E25-539463BD517D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FE38445-7F26-49ED-8E25-539463BD517D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FE38445-7F26-49ED-8E25-539463BD517D}.Release|Any CPU.Build.0 = Release|Any CPU
{9E0FEE6F-DA85-4BAE-BC7E-DBC0E7F9EB89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E0FEE6F-DA85-4BAE-BC7E-DBC0E7F9EB89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E0FEE6F-DA85-4BAE-BC7E-DBC0E7F9EB89}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9E0FEE6F-DA85-4BAE-BC7E-DBC0E7F9EB89}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
31 changes: 31 additions & 0 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/Web.Debug.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>

<!-- For more information on using web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=125889 -->

<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an attribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>
25 changes: 25 additions & 0 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/Web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0"?>

<!--
For more information on how to configure your ASP.NET application, please visit
https://go.microsoft.com/fwlink/?LinkId=169433
-->

<configuration>

<system.web>
<compilation debug="true" targetFramework="4.6.1"/>
<httpRuntime targetFramework="4.6.1"/>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
</compilers>
</system.codedom>

</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"outputFile": "css/main.css",
"inputFile": "sass/main.scss"
}
]
65 changes: 65 additions & 0 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
@import url("https://fonts.googleapis.com/css?family=Bungee|Montserrat");
header {
min-height: 450px;
background-image: url("https://raw.githubusercontent.com/ClydeDz/fancy-comments/master/docs/images/banners/vsix-ext-familydesigns.png");
background-repeat: repeat;
background-size: contain; }
header div div.website-logo {
width: 150px;
margin-left: auto;
margin-right: auto;
padding-top: 122px; }
@media (max-width: 468px) {
header div div.website-logo {
padding-top: 95px; } }
header h1 {
color: white;
font-weight: 700;
font-family: "Bungee", cursive;
font-size: 50px;
text-transform: uppercase; }

body a, body a:active, body a:visited {
color: #f57e02;
text-decoration: none; }

body a:hover, body a:focus {
text-decoration: underline;
color: #904a01; }

nav {
margin: 32px 9px; }
nav a, nav a:active, nav a:visited {
color: #f57e02;
text-decoration: none; }
nav a:hover, nav a:focus {
text-decoration: underline;
color: #904a01; }
@media (max-width: 468px) {
nav {
font-size: 15px; } }
nav a {
text-transform: uppercase; }

main section {
margin: 18px 0; }

main h2 {
font-family: "Bungee", cursive;
color: #f57e02;
font-size: 40px; }

main .prod-grab {
max-width: 80%;
margin-left: auto;
margin-right: auto; }

footer {
border-bottom: 20px #f57e02 solid; }
footer img {
border: 2px #f57e02 solid;
padding: 0 4px;
margin: 9px 0; }

body {
font-size: 20px; }

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
5 changes: 5 additions & 0 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/humans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Google Analytics Snippet Pack
=============================
(c) 2018 Clyde D'Souza
www.clydedsouza.net
www.twitter.com/clydedz
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0501dd6

Please sign in to comment.