Skip to content

Commit da21c9d

Browse files
added sample alloy sandbox site
1 parent 9ac8059 commit da21c9d

File tree

168 files changed

+5200
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+5200
-22
lines changed

DeveloperTools.sln

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29424.173
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.32912.340
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6C682E10-C007-4377-9E2D-467B9189B8C3}"
77
ProjectSection(SolutionItems) = preProject
@@ -11,7 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6C682E
1111
.nuget\NuGet.targets = .nuget\NuGet.targets
1212
EndProjectSection
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeveloperTools", "DeveloperTools\DeveloperTools.csproj", "{CC833335-20F0-4559-8160-EE6BC0EF9112}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveloperTools", "DeveloperTools\DeveloperTools.csproj", "{CC833335-20F0-4559-8160-EE6BC0EF9112}"
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20EA47CF-F94E-455C-B82B-928FAEB8EF41}"
1717
ProjectSection(SolutionItems) = preProject
@@ -25,6 +25,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeveloperTools.SandboxSite"
2525
EndProject
2626
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D10CB333-5340-4E93-B7BC-15E3AB1B3335}"
2727
EndProject
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveloperTools.AlloySandbox", "tests\DeveloperTools.AlloySandbox\DeveloperTools.AlloySandbox.csproj", "{2B583AB0-C3CD-4B8B-9524-68CFA1456603}"
29+
EndProject
2830
Global
2931
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3032
Debug|Any CPU = Debug|Any CPU
@@ -43,13 +45,18 @@ Global
4345
{FB425711-A454-4807-972A-6A43D1867E0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
4446
{FB425711-A454-4807-972A-6A43D1867E0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
4547
{FB425711-A454-4807-972A-6A43D1867E0A}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{2B583AB0-C3CD-4B8B-9524-68CFA1456603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49+
{2B583AB0-C3CD-4B8B-9524-68CFA1456603}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{2B583AB0-C3CD-4B8B-9524-68CFA1456603}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{2B583AB0-C3CD-4B8B-9524-68CFA1456603}.Release|Any CPU.Build.0 = Release|Any CPU
4652
EndGlobalSection
4753
GlobalSection(SolutionProperties) = preSolution
4854
HideSolutionNode = FALSE
4955
EndGlobalSection
5056
GlobalSection(NestedProjects) = preSolution
5157
{C5E53838-AD6F-4482-B3C0-2ECC25007D42} = {D10CB333-5340-4E93-B7BC-15E3AB1B3335}
5258
{FB425711-A454-4807-972A-6A43D1867E0A} = {D10CB333-5340-4E93-B7BC-15E3AB1B3335}
59+
{2B583AB0-C3CD-4B8B-9524-68CFA1456603} = {D10CB333-5340-4E93-B7BC-15E3AB1B3335}
5360
EndGlobalSection
5461
GlobalSection(ExtensibilityGlobals) = postSolution
5562
SolutionGuid = {A45183A0-ADC9-4F14-9709-09BFEDC8263F}

DeveloperTools/DeveloperTools.nuspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

DeveloperTools/copy-to-sandbox.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
cd ..\..
44

5-
Copy-Item modules\_protected\EPiServer.DeveloperTools\* ..\tests\DeveloperTools.SandboxSite\modules\_protected\EPiServer.DeveloperTools -Recurse
5+
Copy-Item modules\_protected\EPiServer.DeveloperTools\* ..\tests\DeveloperTools.AlloySandbox\modules\_protected\EPiServer.DeveloperTools -Recurse
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
App_Data/
2+
node_modules/
3+
artifacts/
4+
5+
# Visual Studio files
6+
*.user
7+
*.lock.json
8+
.vscode/
9+
.vs/
10+
.nuget/
11+
packages/
12+
bin/
13+
obj/
14+
15+
# Optimizely files
16+
*license.config
17+
modules/
18+
19+
# OS crap
20+
.DS_Store
21+
thumbs.db
22+
ehthumbs.db
23+
desktop.ini
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.block {
2+
margin-bottom: 1.5rem;
3+
}
4+
5+
.jumbotronblock {
6+
color: #fff;
7+
position: relative;
8+
9+
> div {
10+
background-size: cover;
11+
background-position: 50% 50%;
12+
position: relative;
13+
}
14+
15+
.jumbotron-dimmer {
16+
background: #000;
17+
position: absolute;
18+
width: 100%;
19+
height: 100%;
20+
top: 0;
21+
left: 0;
22+
opacity: .4;
23+
}
24+
25+
.jumbotron-inner {
26+
position: relative;
27+
}
28+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.content {
2+
margin-bottom: 1.5rem;
3+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
footer {
2+
padding: 1.5rem;
3+
margin-top: 1.5rem;
4+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
img, video {
2+
max-width: 100%;
3+
}
4+
5+
.teaserblock {
6+
>div {
7+
height: 100%;
8+
}
9+
}
10+
11+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
header {
2+
padding: 1.5rem;
3+
margin-bottom: 1.5rem;
4+
5+
.logo {
6+
padding-right: 1rem;
7+
8+
img {
9+
max-height: 100px;
10+
}
11+
}
12+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
2+
3+
@import "inc/general";
4+
@import "inc/header";
5+
@import "inc/footer";
6+
@import "inc/content";
7+
@import "inc/blocks";

0 commit comments

Comments
 (0)