Compare commits

..

2 Commits

Author SHA1 Message Date
Chris
990d32b40a Update developer.html
Fixing links for documentation
2023-12-13 14:12:24 -08:00
Chris
6bfca7f0c7 Update developer.html
Fixing link to documentation
2023-12-13 14:09:25 -08:00
64 changed files with 6 additions and 5 deletions

1
CNAME Normal file
View File

@@ -0,0 +1 @@
www.clearlinux.org

View File

@@ -158,7 +158,7 @@
<a href="https://community.clearlinux.github.io/" target="_self">Community</a>
</li>
<li>
<a href="https://docs.01.org/clearlinux/latest/index.html" target="_blank">Documentation</a>
<a href="https://www.clearlinux.org/clear-linux-documentation/index.html" target="_blank">Documentation</a>
</li>
</ul>
@@ -903,7 +903,7 @@
<a href="https://github.com/clearlinux"><strong>Source Code</strong></a></td>
<td width="50%">
<p><img alt="dev_documentation" src="sites/default/files/styles/medium/public/Documentation.png" /></p>
<a href="documentation.html"><strong>Documentation</strong></a></td>
<a href="https://www.clearlinux.org/clear-linux-documentation/index.html"><strong>Documentation</strong></a></td>
</tr><tr><td>
<p><img alt="dev_community" src="sites/default/files/styles/medium/public/Community.png" /></p>
<a href="community.html"><strong>Community</strong></a></td>

View File

@@ -213,7 +213,7 @@ table {
font-family: 'IntelClearPro-Bold';
src: url("../fonts/IntelFonts/fonts/IntelClearPro_W_Bd.eot");
src: url("../fonts/IntelFonts/fonts/IntelClearPro_W_Bd.eot%3F") format("embedded-opentype");
src: url("http://clearlinux.github.io/modules/custom/clearlinux.github.io/themes/clearlinux_theme/fonts/IntelFonts/fonts/IntelClearPro_W_Bd.ttf") format("truetype");
src: url("http://clearlinux.org/modules/custom/clearlinux_org/themes/clearlinux_theme/fonts/IntelFonts/fonts/IntelClearPro_W_Bd.ttf") format("truetype");
src: url("../fonts/IntelFonts/fonts/IntelClearPro_W_Bd.woff") format("woff");
font-weight: normal;
}
@@ -3504,7 +3504,7 @@ article.embedded-entity.align-right img {
}
#cboxLoadingGraphic {
background: url(http://clearlinux.github.io/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/images/loading.gif) no-repeat center center;
background: url(http://clearlinux.org/modules/custom/clearlinux_org/themes/clearlinux_theme/css/images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
@@ -3536,7 +3536,7 @@ article.embedded-entity.align-right img {
height: 20px;
position: absolute;
top: -20px;
background: url(http://clearlinux.github.io/modules/custom/clearlinux.github.io/themes/clearlinux_theme/css/images/controls.png) no-repeat 0 0;
background: url(http://clearlinux.org/modules/custom/clearlinux_org/themes/clearlinux_theme/css/images/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB