Code cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ namespace MyWebsite.Controllers
|
|||||||
// TODO: Create custom error page
|
// TODO: Create custom error page
|
||||||
// TODO: Update Projects.json and Gallery.json
|
// TODO: Update Projects.json and Gallery.json
|
||||||
// TODO: Complete About page
|
// TODO: Complete About page
|
||||||
// TODO: Add resume file
|
// TODO: Make language switchable
|
||||||
public IActionResult Index() =>
|
public IActionResult Index() =>
|
||||||
View();
|
View();
|
||||||
|
|
||||||
|
|||||||
@@ -28,17 +28,6 @@
|
|||||||
<p>I was born in Russian town Lispetsk in 00's. At the age of 14 I discovered the magic of programming</p>
|
<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>-->
|
</div>-->
|
||||||
<!--<div class="goto">
|
|
||||||
<div class="keyword">goto </div>
|
|
||||||
<div class="currentItem">Introduction;</div>
|
|
||||||
<div class="list">
|
|
||||||
<a href="#intro">Introduction</a>;<br/>
|
|
||||||
<a href="#about">About_me</a>;<br/>
|
|
||||||
<a href="#skills">My_skills</a>;<br/>
|
|
||||||
<a href="#portfolio">My_projects</a>;<br/>
|
|
||||||
<a href="#contact">Contact_me</a>;<br/>
|
|
||||||
</div>
|
|
||||||
</div>-->
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="~/css/AboutMe.css" />
|
<link rel="stylesheet" type="text/css" href="~/css/AboutMe.css" />
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<span class="comment">// Copyright ©2019 <b>Michael "XFox" Gordeev</b></span>
|
<span class="comment">// Copyright ©2019 <b>Michael "XFox" Gordeev</b></span>
|
||||||
|
|
||||||
<a class="socicon-mailru" href="mailto:michael.xfox@outlook.com" target="_blank" title="Mailbox"></a>
|
<a class="socicon-mailru" href="mailto:michael.xfox@outlook.com" target="_blank" title="E-mail"></a>
|
||||||
<a class="socicon-linkedin" href="https://linkedin.com/in/xfox" target="_blank" title="LinkedIn"></a>
|
<a class="socicon-linkedin" href="https://linkedin.com/in/xfox" target="_blank" title="LinkedIn"></a>
|
||||||
<a class="socicon-github" href="https://github.com/xfox111" target="_blank" title="GitHub"></a>
|
<a class="socicon-github" href="https://github.com/xfox111" target="_blank" title="GitHub"></a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
.block {
|
.block {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-bottom: -9px;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.block .content {
|
.block .content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -12,17 +14,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.goto {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 20px;
|
|
||||||
right: 20px;
|
|
||||||
background-color: #1e1e1e;
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 5px;
|
|
||||||
color: white;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #00a7dc;
|
background-color: #00a7dc;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 87 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 897 KiB |
Reference in New Issue
Block a user