Updated home page
This commit is contained in:
@@ -6,3 +6,4 @@
|
|||||||
/MyWebsite/.vs/MyWebsite
|
/MyWebsite/.vs/MyWebsite
|
||||||
/MyWebsite/MyWebsite/bin/Debug/netcoreapp2.1
|
/MyWebsite/MyWebsite/bin/Debug/netcoreapp2.1
|
||||||
/MyWebsite/MyWebsite/obj
|
/MyWebsite/MyWebsite/obj
|
||||||
|
/MyWebsite/MyWebsite/bin/Release/netcoreapp2.1
|
||||||
|
|||||||
@@ -9,5 +9,6 @@
|
|||||||
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>False</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
|
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>False</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
|
||||||
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
|
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
|
||||||
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
|
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
|
||||||
|
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</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">
|
<div class="content">
|
||||||
<p style="font-family: 'Press Start 2P'">Hello, World!</p>
|
<p style="font-family: 'Press Start 2P'">Hello, World!</p>
|
||||||
<p>My name is Michael<br/>
|
<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>
|
</div>
|
||||||
<img class="background" src="~/images/cvbg.png"/>
|
<img class="background" src="~/images/cvbg.png"/>
|
||||||
</div>
|
</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="block sut">
|
||||||
<div class="content">
|
<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>
|
<p>Now I'm studying at The Bonch-Bruevich Saint-Petersburg State University of Telecommunications on Infocommunication Systems bachelor's degree</p>
|
||||||
</div>
|
</div>
|
||||||
<img class="background" src="~/images/sut.jpg"/>
|
<img class="background" src="~/images/sut.jpg"/>
|
||||||
</div>
|
</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>
|
</article>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="~/css/AboutMe.css" />
|
<link rel="stylesheet" type="text/css" href="~/css/AboutMe.css" />
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
.block {
|
.block {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: -9px;
|
margin-bottom: -10px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.block .content {
|
.block .content {
|
||||||
|
|||||||
@@ -40,11 +40,14 @@
|
|||||||
|
|
||||||
.language-switch {
|
.language-switch {
|
||||||
grid-column: 3;
|
grid-column: 3;
|
||||||
|
display: none;
|
||||||
|
user-select: none
|
||||||
}
|
}
|
||||||
.menu-toggle {
|
.menu-toggle {
|
||||||
grid-column: 4;
|
grid-column: 4;
|
||||||
display: none;
|
display: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
#compact-menu {
|
#compact-menu {
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user