-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ClydeDz/pre-release
- Loading branch information
Showing
122 changed files
with
2,000 additions
and
60 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
31 changes: 31 additions & 0 deletions
31
GASnippetPack/GoogleAnalyticsSnippetPack.Web/Web.Debug.config
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 @@ | ||
<?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> |
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,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=\"Web\" /optionInfer+"/> | ||
</compilers> | ||
</system.codedom> | ||
|
||
</configuration> |
6 changes: 6 additions & 0 deletions
6
GASnippetPack/GoogleAnalyticsSnippetPack.Web/compilerconfig.json
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,6 @@ | ||
[ | ||
{ | ||
"outputFile": "css/main.css", | ||
"inputFile": "sass/main.scss" | ||
} | ||
] |
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,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.
Oops, something went wrong.
Binary file not shown.
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 @@ | ||
Google Analytics Snippet Pack | ||
============================= | ||
(c) 2018 Clyde D'Souza | ||
www.clydedsouza.net | ||
www.twitter.com/clydedz |
Binary file added
BIN
+60.2 KB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.73 MB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/html-install-snippet.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.67 MB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/js-send-event.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+57.7 KB
...etPack/GoogleAnalyticsSnippetPack.Web/images/banners/vsix-ext-familydesigns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+67.9 KB
...ippetPack/GoogleAnalyticsSnippetPack.Web/images/banners/vsix-ext-siteteaser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.68 KB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/Twitter_Logo_Blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.5 KB
...ppetPack/GoogleAnalyticsSnippetPack.Web/images/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.98 KB
...etPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.7 KB
...etPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5 KB
...etPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.24 KB
...etPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.3 KB
...etPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.83 KB
...ppetPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.81 KB
...ppetPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.2 KB
...ppetPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.65 KB
...ppetPack/GoogleAnalyticsSnippetPack.Web/images/icons/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+382 Bytes
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+757 Bytes
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.73 KB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+382 Bytes
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/favicon.ico
Binary file not shown.
Binary file added
BIN
+36.1 KB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/largetile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.46 KB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/mediumtile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.39 KB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/smalltile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.1 KB
GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/icons/widetile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+27.3 KB
...petPack/GoogleAnalyticsSnippetPack.Web/images/resources/ga-snippetpack-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.