Refactoring 1
This commit is contained in:
@@ -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"/>
|
||||
Reference in New Issue
Block a user