Добрый день. Сделал страницу с портфолио и разместил на Github.io. И вот какая проблема - при переходе по ссылкам на работы вся верстка ломается, и вроде бы причину нашел.
Каким то образом в HTML файле в head оказывается инлайновый стиль, но он чужеродный, в моей верстке его нет.
Выключаю его в инструментах разработчика все норм. Но как мне вообще от него избавиться? Где это, откуда, вообще не пойму.
<style><!DOCTYPE html><html><head><metahttp-equiv="Content-type"content="text/html; charset=utf-8"><metahttp-equiv="Content-Security-Policy"content="default-src 'none'; style-src 'unsafe-inline'; img-src data:; connect-src 'self'"><title>Page not found · GitHub Pages</title><styletype="text/css"media="screen">
body {
background-color: #f1f1f1;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container { margin: 50px auto 40px auto; width: 600px; text-align: center; }
a { color: #4183c4; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { width: 800px; position:relative; left: -100px; letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px 0 50px 0; text-shadow: 0 1px 0 #fff; }
p { color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6; }
ul { list-style: none; margin: 25px 0; padding: 0; }
li { display: table-cell; font-weight: bold; width: 1%; }
.logo { display: inline-block; margin-top: 35px; }
.logo-img-2x { display: none; }
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.logo-img-1x { display: none; }
.logo-img-2x { display: inline-block; }
}
#suggestions {
margin-top: 35px;
color: #ccc;
}
#suggestions a {
color: #666666;
font-weight: 200;
font-size: 14px;
margin: 0 10px;
}
</style></head><body><divclass="container"><h1>404</h1><p><strong>File not found</strong></p><p>
The site configured at this address does not
contain the requested file.
</p><p>
If this is your site, make sure that the filename case matches the URL.<br>
For root URLs (like <code>http://example.com/</code>) you must provide an
<code>index.html</code> file.
</p><p><ahref="https://help.github.com/pages/">Read the full documentation</a>
for more information about using <strong>GitHub Pages</strong>.
</p><divid="suggestions"><ahref="https://status.github.com">GitHub Status</a> —
<ahref="https://twitter.com/githubstatus">@githubstatus</a></div><ahref="/"class="logo logo-img-1x"><imgwidth="32"height="32"title=""alt=""src="data:image/png;base64,iVB...="></a><ahref="/"class="logo logo-img-2x"><imgwidth="32"height="32"title=""alt=""src="data:image/png;base64,iVBO..."></a></div></body></html></style>
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
CdSy
Добрый день. Сделал страницу с портфолио и разместил на Github.io. И вот какая проблема - при переходе по ссылкам на работы вся верстка ломается, и вроде бы причину нашел.
Каким то образом в HTML файле в head оказывается инлайновый стиль, но он чужеродный, в моей верстке его нет.
Выключаю его в инструментах разработчика все норм. Но как мне вообще от него избавиться? Где это, откуда, вообще не пойму.
Ссылка на порфолио http://cdsy.github.io/
Ниже сам кусок кода от которого надо избавиться.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.