1
0

Repository cleanup, Added art

This commit is contained in:
Michael Gordeev
2019-11-09 12:36:38 +03:00
parent bbcb6b179e
commit 22fb87a132
145 changed files with 16 additions and 14597 deletions
+27
View File
@@ -0,0 +1,27 @@
@{
ViewData["Title"] = "Hello, World!";
}
<article>
<div class="block intro">
<div class="content">
<p style="font-family: 'Press Start 2P'">Hello, World!</p>
<p>My name is Michael<br/>
I'm a C# developer<br />
and this is my website.</p>
</div>
<img class="background" src="~/images/cvbg.png"/>
</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>
</article>
<link rel="stylesheet" type="text/css" href="~/css/AboutMe.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap&subset=cyrillic">
<partial name="~/Views/Shared/ContactsBlock.cshtml"/>