Updated home page
This commit is contained in:
@@ -6,3 +6,4 @@
|
||||
/MyWebsite/.vs/MyWebsite
|
||||
/MyWebsite/MyWebsite/bin/Debug/netcoreapp2.1
|
||||
/MyWebsite/MyWebsite/obj
|
||||
/MyWebsite/MyWebsite/bin/Release/netcoreapp2.1
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>False</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
|
||||
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
|
||||
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
|
||||
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||
<PublishProvider>FileSystem</PublishProvider>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||
<ProjectGuid>11629863-00fc-468b-b82a-78bfeb3c676e</ProjectGuid>
|
||||
<publishUrl>bin\Release\netcoreapp2.1\publish\</publishUrl>
|
||||
<DeleteExistingFiles>False</DeleteExistingFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<_PublishTargetUrl>C:\Users\micha\Repositories\CVWebsite\MyWebsite\MyWebsite\bin\Release\netcoreapp2.1\publish\</_PublishTargetUrl>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -8,26 +8,17 @@
|
||||
<div class="content">
|
||||
<p style="font-family: 'Press Start 2P'">Hello, World!</p>
|
||||
<p>My name is Michael<br/>
|
||||
and I'm a C# developer.</p>
|
||||
I'm a C# developer<br />
|
||||
and this is my website.</p>
|
||||
</div>
|
||||
<img class="background" src="~/images/cvbg.png"/>
|
||||
</div>
|
||||
<!--<div class="block">
|
||||
<div class="content">
|
||||
<p>I was born in Russian town Lispetsk in 00's. At the age of 14 I discovered the magic of programming</p>
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="block sut">
|
||||
<div class="content">
|
||||
<p>Now I'm studying at The Bonch-Bruevich Saint-Petersburg State University of Telecommunications on Infocommunication Systems bachelor's degree</p>
|
||||
</div>
|
||||
<img class="background" src="~/images/sut.jpg"/>
|
||||
</div>
|
||||
<!--<div class="block">
|
||||
<div class="content">
|
||||
<p>I was born in Russian town Lispetsk in 00's. At the age of 14 I discovered the magic of programming</p>
|
||||
</div>
|
||||
</div>-->
|
||||
</article>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="~/css/AboutMe.css" />
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
.block {
|
||||
position: relative;
|
||||
margin-bottom: -9px;
|
||||
margin-bottom: -10px;
|
||||
z-index: -1;
|
||||
}
|
||||
.block .content {
|
||||
|
||||
@@ -40,11 +40,14 @@
|
||||
|
||||
.language-switch {
|
||||
grid-column: 3;
|
||||
display: none;
|
||||
user-select: none
|
||||
}
|
||||
.menu-toggle {
|
||||
grid-column: 4;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
#compact-menu {
|
||||
grid-row: 2;
|
||||
|
||||
Reference in New Issue
Block a user