Remove CSS section
This commit is contained in:
parent
b68f7736c8
commit
5233513f45
2 changed files with 0 additions and 8 deletions
|
@ -3,11 +3,6 @@
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Home";
|
ViewData["Title"] = "Home";
|
||||||
}
|
}
|
||||||
@section CSS{
|
|
||||||
h3 a {
|
|
||||||
color:inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
<p>Hi, I'm Rob. I'm a senior software engineer at <a href="https://www.codecomputerlove.com/">Code Computerlove</a>.</p>
|
<p>Hi, I'm Rob. I'm a senior software engineer at <a href="https://www.codecomputerlove.com/">Code Computerlove</a>.</p>
|
||||||
<p>If you wish to get in contact, then get in touch via my <a href="http://uk.linkedin.com/in/robertmarshall/"><img alt="LinkedIn profile" src="https://static.licdn.com/scds/common/u/img/webpromo/btn_liprofile_blue_80x15.png" title=""></a></p>
|
<p>If you wish to get in contact, then get in touch via my <a href="http://uk.linkedin.com/in/robertmarshall/"><img alt="LinkedIn profile" src="https://static.licdn.com/scds/common/u/img/webpromo/btn_liprofile_blue_80x15.png" title=""></a></p>
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>@ViewData["Title"] | Robware</title>
|
<title>@ViewData["Title"] | Robware</title>
|
||||||
<link href="/css/style.css" rel="stylesheet" defer/>
|
<link href="/css/style.css" rel="stylesheet" defer/>
|
||||||
<style type="text/css">
|
|
||||||
@RenderSection("CSS", required: false);
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="header">
|
<header class="header">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue