diff --git a/appdev/appdev/Properties/PublishProfiles/appdev20230111115022 - Web Deploy.pubxml b/appdev/appdev/Properties/PublishProfiles/appdev20230111115022 - Web Deploy.pubxml
new file mode 100644
index 0000000..f7eec93
--- /dev/null
+++ b/appdev/appdev/Properties/PublishProfiles/appdev20230111115022 - Web Deploy.pubxml
@@ -0,0 +1,30 @@
+
+
+
+
+ MSDeploy
+ /subscriptions/b380e984-259f-4a7b-9138-6d579fa434f0/resourcegroups/appdev20230111115022ResourceGroup/providers/Microsoft.Web/sites/appdev20230111115022
+ appdev20230111115022ResourceGroup
+ AzureWebSite
+ Release
+ Any CPU
+ https://appdev20230111115022.azurewebsites.net
+ true
+ false
+ e9a30693-f23c-4e66-8348-babf5b3eff5d
+ appdev20230111115022.scm.azurewebsites.net:443
+ appdev20230111115022
+
+ true
+ WMSVC
+ true
+ true
+ $appdev20230111115022
+ <_SavePWD>true
+ <_DestinationType>AzureWebSite
+ false
+
+
\ No newline at end of file
diff --git a/appdev/appdev/Properties/PublishProfiles/appdev20230111115022 - Web Deploy.pubxml.user b/appdev/appdev/Properties/PublishProfiles/appdev20230111115022 - Web Deploy.pubxml.user
new file mode 100644
index 0000000..592f676
--- /dev/null
+++ b/appdev/appdev/Properties/PublishProfiles/appdev20230111115022 - Web Deploy.pubxml.user
@@ -0,0 +1,13 @@
+
+
+
+
+
+ AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAposbCphR0EG7kjC9H9eB9gAAAAACAAAAAAAQZgAAAAEAACAAAAANb/Jf0mdeKn1qGezun33HI/1lzH3OLkSW9cFEB30YZQAAAAAOgAAAAAIAACAAAAAhFCf7ChU+Jzru1aroUurmiXeLu/Vb8JJ0GknLBSKHqoAAAAB1Txi8R46vxlzb1pORzYKMXoDGzQjyNXbVKpi8G1+QHbZ8rg4b7RPeGNFzUNBB52E1OIi61KueGla6bhWaK5K87L3vRg1gq/A2mvOo1fIe65aTjZsWlRfLbPx10RPkDgBOEwagpq+GzSFeCDRjg4bkCxGU2zVoDy6wgTSb0P+3M0AAAABXMhK0gcsxDNGHiwVjJi+tk11aavF+v/roRRlzCdl9TBi5elbvhDna4I05VPGpeonFTssjEU5IurXEhARt6nRd
+ True|2023-01-11T02:53:34.9445958Z;
+
+
+
\ No newline at end of file
diff --git a/appdev/appdev/Properties/ServiceDependencies/appdev20230111115022 - Web Deploy/profile.arm.json b/appdev/appdev/Properties/ServiceDependencies/appdev20230111115022 - Web Deploy/profile.arm.json
new file mode 100644
index 0000000..639e660
--- /dev/null
+++ b/appdev/appdev/Properties/ServiceDependencies/appdev20230111115022 - Web Deploy/profile.arm.json
@@ -0,0 +1,113 @@
+{
+ "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
+ "contentVersion": "1.0.0.0",
+ "metadata": {
+ "_dependencyType": "compute.appService.windows"
+ },
+ "parameters": {
+ "resourceGroupName": {
+ "type": "string",
+ "defaultValue": "appdev20230111115022ResourceGroup",
+ "metadata": {
+ "description": "Name of the resource group for the resource. It is recommended to put resources under same resource group for better tracking."
+ }
+ },
+ "resourceGroupLocation": {
+ "type": "string",
+ "defaultValue": "eastus",
+ "metadata": {
+ "description": "Location of the resource group. Resource groups could have different location than resources, however by default we use API versions from latest hybrid profile which support all locations for resource types we support."
+ }
+ },
+ "resourceName": {
+ "type": "string",
+ "defaultValue": "appdev20230111115022",
+ "metadata": {
+ "description": "Name of the main resource to be created by this template."
+ }
+ },
+ "resourceLocation": {
+ "type": "string",
+ "defaultValue": "[parameters('resourceGroupLocation')]",
+ "metadata": {
+ "description": "Location of the resource. By default use resource group's location, unless the resource provider is not supported there."
+ }
+ }
+ },
+ "variables": {
+ "appServicePlan_name": "[concat('Plan', uniqueString(concat(parameters('resourceName'), subscription().subscriptionId)))]",
+ "appServicePlan_ResourceId": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', parameters('resourceGroupName'), '/providers/Microsoft.Web/serverFarms/', variables('appServicePlan_name'))]"
+ },
+ "resources": [
+ {
+ "type": "Microsoft.Resources/resourceGroups",
+ "name": "[parameters('resourceGroupName')]",
+ "location": "[parameters('resourceGroupLocation')]",
+ "apiVersion": "2019-10-01"
+ },
+ {
+ "type": "Microsoft.Resources/deployments",
+ "name": "[concat(parameters('resourceGroupName'), 'Deployment', uniqueString(concat(parameters('resourceName'), subscription().subscriptionId)))]",
+ "resourceGroup": "[parameters('resourceGroupName')]",
+ "apiVersion": "2019-10-01",
+ "dependsOn": [
+ "[parameters('resourceGroupName')]"
+ ],
+ "properties": {
+ "mode": "Incremental",
+ "template": {
+ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
+ "contentVersion": "1.0.0.0",
+ "resources": [
+ {
+ "location": "[parameters('resourceLocation')]",
+ "name": "[parameters('resourceName')]",
+ "type": "Microsoft.Web/sites",
+ "apiVersion": "2015-08-01",
+ "tags": {
+ "[concat('hidden-related:', variables('appServicePlan_ResourceId'))]": "empty"
+ },
+ "dependsOn": [
+ "[variables('appServicePlan_ResourceId')]"
+ ],
+ "kind": "app",
+ "properties": {
+ "name": "[parameters('resourceName')]",
+ "kind": "app",
+ "httpsOnly": true,
+ "reserved": false,
+ "serverFarmId": "[variables('appServicePlan_ResourceId')]",
+ "siteConfig": {
+ "metadata": [
+ {
+ "name": "CURRENT_STACK",
+ "value": "dotnetcore"
+ }
+ ]
+ }
+ },
+ "identity": {
+ "type": "SystemAssigned"
+ }
+ },
+ {
+ "location": "[parameters('resourceLocation')]",
+ "name": "[variables('appServicePlan_name')]",
+ "type": "Microsoft.Web/serverFarms",
+ "apiVersion": "2015-08-01",
+ "sku": {
+ "name": "S1",
+ "tier": "Standard",
+ "family": "S",
+ "size": "S1"
+ },
+ "properties": {
+ "name": "[variables('appServicePlan_name')]"
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/appdev/appdev/appdev.csproj.user b/appdev/appdev/appdev.csproj.user
index 9a3baee..e938232 100644
--- a/appdev/appdev/appdev.csproj.user
+++ b/appdev/appdev/appdev.csproj.user
@@ -5,5 +5,6 @@
root/Common/MVC/View
MvcControllerEmptyScaffolder
root/Common/MVC/Controller
+ C:\Users\81808\Documents\GitHub\E_team\appdev\appdev\Properties\PublishProfiles\appdev20230111115022 - Web Deploy.pubxml
\ No newline at end of file
diff --git a/htmlsource/student_login.html b/htmlsource/student_login.html
new file mode 100644
index 0000000..8500ecd
--- /dev/null
+++ b/htmlsource/student_login.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+ student_login_page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/htmlsource/\343\203\210\343\203\203\343\203\227\343\203\232\343\203\274\343\202\270.html" "b/htmlsource/\343\203\210\343\203\203\343\203\227\343\203\232\343\203\274\343\202\270.html"
index 53d4777..d42b1c6 100644
--- "a/htmlsource/\343\203\210\343\203\203\343\203\227\343\203\232\343\203\274\343\202\270.html"
+++ "b/htmlsource/\343\203\210\343\203\203\343\203\227\343\203\232\343\203\274\343\202\270.html"
@@ -18,7 +18,8 @@