Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 1094f63

Browse files
committed
Fix css for home buttons 🚀
1 parent 0f3c9c5 commit 1094f63

File tree

7 files changed

+17
-24
lines changed

7 files changed

+17
-24
lines changed

_css/project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
font-weight: bold;
3434
}
3535

36-
a {
36+
.project-info-link {
3737
color: $accent-color;
3838
}
3939
}

_includes/critical-error.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/dependencies-css-home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="stylesheet" type="text/css" href="/assets/styles/style.home.css?rev=f2066350b884fcb89a6d4a80021d68b1">
1+
<link rel="stylesheet" type="text/css" href="/assets/styles/style.home.css?rev=312b22fc94c3ecea93779b4d17dac855">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"/assets/styles/style.home.css?rev=f2066350b884fcb89a6d4a80021d68b1",
1+
"/assets/styles/style.home.css?rev=312b22fc94c3ecea93779b4d17dac855",

_layouts/home.html

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ <h1>Spectral Clara Lux Tracer</h1>
8585
<p>
8686
Physically based ray tracer with multiple shading models support and Color Rendering
8787
Index (CRI) evaluation. Project developed for my master degree thesis at
88-
<a href="https://www.disco.unimib.it">University Milano-Bicocca</a> -
89-
<a href="http://www.ivl.disco.unimib.it">Imaging and Vision Laboratory</a>.
88+
<a href="https://www.disco.unimib.it" class="project-info-link">University Milano-Bicocca</a> -
89+
<a href="http://www.ivl.disco.unimib.it" class="project-info-link">Imaging and Vision Laboratory</a>.
9090
</p>
9191
<ul class="project-features">
9292
<li>Computer graphics</li>
@@ -109,7 +109,7 @@ <h1>Spectral Clara Lux Tracer</h1>
109109
<h1>Spectral BRDF Explorer</h1>
110110
<p>
111111
OpenGL ES application inspired by
112-
<a href="https://github.com/wdas/brdf">Walt Animation Disney Studios BRDF Viewer</a>.
112+
<a href="https://github.com/wdas/brdf" class="project-info-link">Walt Animation Disney Studios BRDF Viewer</a>.
113113
A simple application that shows some of the most famous lighting model used in computer
114114
graphics and that supports color calculation using RGB and spectral data of lights and
115115
object surfaces.
@@ -214,7 +214,7 @@ <h1>Mp3ID3Tagger</h1>
214214
<h1>Ray-tracing</h1>
215215
<p>
216216
Ray tracer for iPad developed as final project for my computer graphics course at
217-
<a href="https://www.disco.unimib.it">University Milano-Bicocca</a>. It supports the
217+
<a href="https://www.disco.unimib.it" class="project-info-link">University Milano-Bicocca</a>. It supports the
218218
some common ray tracing/computer graphics techniques and some interesting addition like
219219
perlin noise.
220220
</p>
@@ -238,10 +238,8 @@ <h1>Ray-tracing</h1>
238238
<h1>RangeUISlider</h1>
239239
<p>
240240
A highly customizable iOS range selection slider, developed using autolayout and
241-
completely
242-
customizable using IBDesignabled and IBInspectable. Distributed as a custom framework
243-
and
244-
with <a href="https://cocoapods.org/pods/RangeUISlider">cocoapods</a>.
241+
completely customizable using IBDesignabled and IBInspectable. Distributed as a custom framework
242+
and with <a href="https://cocoapods.org/pods/RangeUISlider" class="project-info-link">cocoapods</a>.
245243
</p>
246244
<ul class="project-features">
247245
<li>Cocoa Touch</li>
@@ -325,8 +323,7 @@ <h4 class="timeline-subtitle">
325323
<div class="timeline-body">
326324
<p>
327325
Thesis: “Spectral Clara Lux Tracer: physically based ray tracer with
328-
multiple
329-
shading models support”. You can find more info about it in the project
326+
multiple shading models support”. You can find more info about it in the project
330327
section.
331328
</p>
332329
<ul>
@@ -400,10 +397,8 @@ <h4 class="timeline-subtitle">
400397
<div class="timeline-body">
401398
<p>
402399
Design and development of mobile application on iOS, Android and Windows
403-
phone
404-
platform, for enterprise distribution (ad-hoc distribution) or within the
405-
various
406-
app store.
400+
phone platform, for enterprise distribution (ad-hoc distribution) or within the
401+
various app store.
407402
</p>
408403
<p>
409404
Design and development of Web application used as backend for mobile app.
@@ -479,10 +474,8 @@ <h4 class="timeline-subtitle">
479474
</li>
480475
<li>
481476
Publishing statistics to show the state of art of the functional
482-
specification
483-
produced, the open change request and the state of user test.
484-
Maintenance of
485-
tools created with Microsoft Excel, Microsoft Powerpoint and VBA used to
477+
specification produced, the open change request and the state of user test.
478+
Maintenance of tools created with Microsoft Excel, Microsoft Powerpoint and VBA used to
486479
generate the above mentioned statistics.
487480
</li>
488481
<li>

assets/styles/style.home.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)