Skip to content

Commit

Permalink
Changed the icon descriptions and some style
Browse files Browse the repository at this point in the history
+ Fixed how is displayed the Dyjix.eu icon
  • Loading branch information
matiboux committed Jul 2, 2020
1 parent a6f6c2b commit 52cca0c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
3 changes: 2 additions & 1 deletion _data/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,6 @@
style:
- 'background-color: #fff'
- 'background-image: url(https://dyjix.eu/images/vesta_logo.png)'
- 'background-size: 90%'
- 'background-size: 70%'
- 'background-position-x: 25%'
- 'background-position-y: 25%'
15 changes: 9 additions & 6 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ p img { height: 1rem }
text-align: initial;
}

.tile-small .branding-icon,
.tile-small-wide .branding-icon,
.tile-medium .branding-icon,
.tile-wide .branding-icon,
.tile-large .branding-icon,
.tile-app .branding-icon {
#main .container > .tiles-grid { margin-bottom: 1rem }
#main .tiles-grid .tile-small .branding-icon,
#main .tiles-grid .tile-small-wide .branding-icon,
#main .tiles-grid .tile-medium .branding-icon,
#main .tiles-grid .tile-wide .branding-icon,
#main .tiles-grid .tile-large .branding-icon,
#main .tiles-grid .tile-app .branding-icon {
position: absolute;
left: 0;
top: 0;
Expand Down Expand Up @@ -94,3 +95,5 @@ p img { height: 1rem }
#footer ul > li { display: inline-block }
#footer ul > li + li { margin-left: 5px }
#footer ul > li + li:before { content: "|"; margin-right: 10px }

*:last-child { margin-bottom: 0 }
4 changes: 2 additions & 2 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---

<h1>Documentation & Resources</h1>
<p>Portal to documentation, guides and useful resources
related to EPITA. <i class="fas fa-star"></i> = official resource.</p>
<p>Portal to documentation, guides and useful resources related to EPITA.</p>
<p class="small text-light"><i class="fas fa-star fa-fw"></i> = Official resource</p>

{% include data-loader.html data = site.data.docs %}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
---

<h1>EPITA.it</h1>
<p>Portal to services and projects related to EPITA. <i class="fas fa-user-friends"></i> = community resource.</p>
<p>Portal to services and projects related to EPITA.</p>
<p class="small text-light"><i class="fas fa-user-friends fa-fw"></i> = Community resource</p>

{% include grid-loader.html grid = site.data.links %}

0 comments on commit 52cca0c

Please sign in to comment.