Compare commits

...

20 Commits
39780 ... 39800

Author SHA1 Message Date
David Klimesh
8559b9c6be Update css for new site 2023-08-15 14:13:12 -07:00
David Klimesh
5206a8ef88 Move site folder 2023-08-15 11:00:58 -07:00
djklimes
0964b8fc6c Delete CNAME 2023-08-14 14:55:03 -07:00
djklimes
b128192bf4 Merge pull request #6 from clearlinux/move_site
Move site
2023-08-10 16:04:29 -07:00
djklimes
8eec458bcc Delete CNAME 2023-08-10 09:08:12 -07:00
Robert Dower
7a00d0a22a Update CNAME 2023-08-10 09:06:05 -07:00
Robert Dower
124953dd57 Create CNAME 2023-08-10 09:06:05 -07:00
David Klimesh
9be421061c Fix paths for software tree 2023-08-10 09:06:05 -07:00
David Klimesh
58f1fe366e Move base software index 2023-08-10 09:06:05 -07:00
David Klimesh
9f8ef77581 Removed references to clearlinux.org 2023-08-10 09:06:05 -07:00
clrbuilder
f509dbc681 Update downloads to verion 39710 2023-08-10 09:06:05 -07:00
David Klimesh
d1062e3c05 Update downloads to verion 39700 2023-08-10 09:06:05 -07:00
clrbuilder
649a02820d Update downloads to verion 39630 2023-08-10 09:06:05 -07:00
Robert Dower
779d1e9523 Delete CNAME 2023-08-08 13:47:15 -07:00
Robert Dower
2d983b5455 Update CNAME 2023-08-02 13:17:47 -07:00
Robert Dower
bd37cd5b36 Create CNAME 2023-08-02 13:17:24 -07:00
Chris
eb215ed6af Update index.html
Updated copyright year
2023-07-20 16:50:42 -07:00
Chris
b609334b40 Update index.html
Changes footer references from 01.org to open.intel
2023-07-20 16:47:37 -07:00
Chris
a3cd543c36 Update index.html
Updated Intel logo
2023-07-20 16:43:02 -07:00
Chris
a2c7d8eece Updated Intel logo 2023-07-20 16:38:45 -07:00
63 changed files with 3 additions and 4 deletions

1
CNAME
View File

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

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.org/modules/custom/clearlinux_org/themes/clearlinux_theme/fonts/IntelFonts/fonts/IntelClearPro_W_Bd.ttf") format("truetype");
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("../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.org/modules/custom/clearlinux_org/themes/clearlinux_theme/css/images/loading.gif) no-repeat center center;
background: url(http://clearlinux.github.io/modules/custom/clearlinux.github.io/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.org/modules/custom/clearlinux_org/themes/clearlinux_theme/css/images/controls.png) no-repeat 0 0;
background: url(http://clearlinux.github.io/modules/custom/clearlinux.github.io/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