diff --git a/Assignment1/Assignment1.sln b/Assignment1/Assignment1.sln new file mode 100644 index 0000000..c5d2b8e --- /dev/null +++ b/Assignment1/Assignment1.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34018.315 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assignment1", "Assignment1\Assignment1.csproj", "{995F924F-EE73-40AD-88DC-98EC4AE9781C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {995F924F-EE73-40AD-88DC-98EC4AE9781C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {995F924F-EE73-40AD-88DC-98EC4AE9781C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {995F924F-EE73-40AD-88DC-98EC4AE9781C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {995F924F-EE73-40AD-88DC-98EC4AE9781C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7A269FF2-5C88-4EC9-A561-FC37BCEB5D58} + EndGlobalSection +EndGlobal diff --git a/Assignment1/Assignment1/Assignment1.csproj b/Assignment1/Assignment1/Assignment1.csproj new file mode 100644 index 0000000..853f235 --- /dev/null +++ b/Assignment1/Assignment1/Assignment1.csproj @@ -0,0 +1,128 @@ + + + + + Debug + AnyCPU + + + 2.0 + {995F924F-EE73-40AD-88DC-98EC4AE9781C} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Assignment1 + Assignment1 + v4.7.2 + true + + + + + + + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + true + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + + + + + + + + + + + + + + + + + Web.config + + + Web.config + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + True + True + 49912 + / + http://localhost:49912/ + False + False + + + False + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/Assignment1/Assignment1/Properties/AssemblyInfo.cs b/Assignment1/Assignment1/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..b067ddb --- /dev/null +++ b/Assignment1/Assignment1/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Assignment1")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Assignment1")] +[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("995f924f-ee73-40ad-88dc-98ec4ae9781c")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Assignment1/Assignment1/Web.Debug.config b/Assignment1/Assignment1/Web.Debug.config new file mode 100644 index 0000000..c1a5642 --- /dev/null +++ b/Assignment1/Assignment1/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Assignment1/Assignment1/Web.Release.config b/Assignment1/Assignment1/Web.Release.config new file mode 100644 index 0000000..19058ed --- /dev/null +++ b/Assignment1/Assignment1/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Assignment1/Assignment1/Web.config b/Assignment1/Assignment1/Web.config new file mode 100644 index 0000000..4c6bfaa --- /dev/null +++ b/Assignment1/Assignment1/Web.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assignment1/Assignment1/images/avatar.png b/Assignment1/Assignment1/images/avatar.png new file mode 100644 index 0000000..088760e Binary files /dev/null and b/Assignment1/Assignment1/images/avatar.png differ diff --git a/Assignment1/Assignment1/images/hlaScreenshot.jpg b/Assignment1/Assignment1/images/hlaScreenshot.jpg new file mode 100644 index 0000000..032f0ad Binary files /dev/null and b/Assignment1/Assignment1/images/hlaScreenshot.jpg differ diff --git a/Assignment1/Assignment1/images/mcScreenshot.png b/Assignment1/Assignment1/images/mcScreenshot.png new file mode 100644 index 0000000..7feaaf6 Binary files /dev/null and b/Assignment1/Assignment1/images/mcScreenshot.png differ diff --git a/Assignment1/Assignment1/packages.config b/Assignment1/Assignment1/packages.config new file mode 100644 index 0000000..ae302ff --- /dev/null +++ b/Assignment1/Assignment1/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Assignment1/Assignment1/pages/index.html b/Assignment1/Assignment1/pages/index.html new file mode 100644 index 0000000..ebbc637 --- /dev/null +++ b/Assignment1/Assignment1/pages/index.html @@ -0,0 +1,99 @@ + + + + + Assignment 1 - Kaj Forney + + + +
+ + +
+ +
+
+

+ Post One +

+

+ This is text that is definitely meaningful, and is totally not just a placeholder. This text is very important. Words! Text! Huzzah! +

+
Author: Kaj Forney
+
+
+
+

+ Post Two +

+

+ This is text that is definitely meaningful, and is totally not just a placeholder. This text is very important. Words! Text! Huzzah! +

+
Author: Kaj Forney
+
+
+
+

+ Post Three +

+

+ This is text that is definitely meaningful, and is totally not just a placeholder. This text is very important. Words! Text! Huzzah! +

+
Author: Kaj Forney
+
+
+
+ + +
+ + \ No newline at end of file diff --git a/Assignment1/Assignment1/styles/site.css b/Assignment1/Assignment1/styles/site.css new file mode 100644 index 0000000..5b39bf3 --- /dev/null +++ b/Assignment1/Assignment1/styles/site.css @@ -0,0 +1,56 @@ +html { + background-image: linear-gradient(to right, #283044, rgba(1.0, 1.0, 1.0, 0.0) 10%, rgba(1.0, 1.0, 1.0, 0.0) 90%, #283044); + animation: 3s infinite alternate backgroundAnim; +} + +body { + margin-left: 10%; + margin-right: 10%; + font-family: "DejaVu Sans", "Segoe UI", monospace; +} + +footer { + color: steelblue; +} + +h1 { + animation: 3s infinite alternate headingAnim; + font-size: 3rem; +} + +h2 { + color: #FFBC42; +} + +p { + color: steelblue; + font-size: 1.5rem; +} + +img { + max-height: 7rem; +} + +ul { + list-style-type: none; +} + +@keyframes headingAnim { + from { + color: #FFBC42; + } + + to { + color: steelblue; + } +} + +@keyframes backgroundAnim { + from { + background-color: #161A25; + } + + to { + background-color: #283044; + } +}