Skip to content

Commit

Permalink
change in name
Browse files Browse the repository at this point in the history
  • Loading branch information
osllogon committed Jan 10, 2024
1 parent 8ec0422 commit a28c0de
Show file tree
Hide file tree
Showing 16 changed files with 12,262 additions and 9 deletions.
4 changes: 3 additions & 1 deletion _config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# site properties and page defaults
title: Ericsson Cognitive Software
title: Ericsson CNS
title_intro: Ericsson Cognitive Network Solutions
title_short: CNS
subtitle:
description: An engaging 1-3 sentence description of your lab.
header: images/ericsson_background.jpg
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% if site.logo-text != false %}
<span class="title" data-tooltip="Home">
{% if site.title and site.show-title != false %}
<span>{{ site.title }}</span>
<span>{{ site.title_intro }}</span>
{% endif %}
{% if site.subtitle and site.show-subtitle != false %}
<span>{{ site.subtitle }}</span>
Expand Down
11 changes: 10 additions & 1 deletion _styles/-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@
--overlay: #ffffff10;
}

// @font-face {
// font-family: "ericsson hilda";
// src: url("../fonts/ericsson-hilda-regular.ttf");
// }

@font-face {
font-family: "ericsson hilda";
src: url("https://github.com/Verten/umi_design/blob/master/src/assets/font/hilda/ericsson-hilda-regular.ttf");
src: url('../fonts/ericsson-hilda-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/ericsson-hilda-regular.woff') format('woff'),
url('../fonts/ericsson-hilda-regular.woff2') format('woff2'),
url('../fonts/ericsson-hilda-regular.ttf.ttf') format('truetype'),
url('../fonts/ericsson-hilda-regular.svg#EricssonHilda-Regular') format('svg');
}


Expand Down
14 changes: 10 additions & 4 deletions _styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ $big-padding: 100px;
$collapse: 700px;
$sticky: true;

@font-face {
font-family: "ericsson hilda";
src: url("https://github.com/Verten/umi_design/blob/master/src/assets/font/hilda/ericsson-hilda-bold.ttf");
}
// @font-face {
// font-family: "ericsson hilda";
// src: url('../fonts/ericsson-hilda-bold.eot?#iefix') format('embedded-opentype'),
// url('../fonts/ericsson-hilda-bold.woff') format('woff'),
// url('../fonts/ericsson-hilda-bold.woff2') format('woff2'),
// url('../fonts/ericsson-hilda-bold.ttf.ttf') format('truetype'),
// url('../fonts/ericsson-hilda-bold.svg#EricssonHilda-Bold') format('svg');
// }

header {
display: flex;
Expand Down Expand Up @@ -41,6 +45,7 @@ header a {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
padding-left: 20px;
}

.logo {
Expand Down Expand Up @@ -159,6 +164,7 @@ header[data-big] {
.home {
flex-direction: column;
flex-grow: 0;
padding-left: 0px;
}

.logo {
Expand Down
Binary file added fonts/ericsson-hilda-bold.eot
Binary file not shown.
6,103 changes: 6,103 additions & 0 deletions fonts/ericsson-hilda-bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/ericsson-hilda-bold.ttf
Binary file not shown.
Binary file added fonts/ericsson-hilda-bold.woff
Binary file not shown.
Binary file added fonts/ericsson-hilda-bold.woff2
Binary file not shown.
Binary file added fonts/ericsson-hilda-regular.eot
Binary file not shown.
6,129 changes: 6,129 additions & 0 deletions fonts/ericsson-hilda-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/ericsson-hilda-regular.ttf
Binary file not shown.
Binary file added fonts/ericsson-hilda-regular.woff
Binary file not shown.
Binary file added fonts/ericsson-hilda-regular.woff2
Binary file not shown.
6 changes: 5 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
---

# Ericsson Cognitive Software
<h1 style="text-align: center;">Ready to create the future?</h1>

This is the official web page where all the Open-Source Reserach from Ericsson Cognitive Software is being published.

<!-- ## _Some men see things as they are and ask why, I see things that never were and ask, why nothing_ -->



{% include section.html %}

## Highlights
Expand Down
2 changes: 1 addition & 1 deletion research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav:

# {% include icon.html icon="fa-solid fa-scroll" %}Publications

In this web page all the publications from Ericsson Cognitive Software are listed
In this web page from Ericsson Cognitive Software are listed


## Highlighted
Expand Down

0 comments on commit a28c0de

Please sign in to comment.