master
Tancre 4 years ago
parent 415c9a3e1f
commit 6485a555b6

@ -72,13 +72,13 @@
a#student-page{color: white !important;}
.ext2 {
border-bottom-color: #00fc33;
background:linear-gradient(to bottom, #00fc33 0, #00fc33 100%);
background-position:0 100%;
background-repeat:repeat-x;
background-size: 0 0;
transition:background .2s ease-in-out;
}
border-bottom-color: #00fc33;
background:linear-gradient(to bottom, #00fc33 0, #00fc33 100%);
background-position:0 100%;
background-repeat:repeat-x;
background-size: 0 0;
transition:background .2s ease-in-out;
}
#about-student {
color: #00fc33;
@ -87,7 +87,10 @@
#bio{font-size: 0.9em;
line-height: 120%;}
#publication { float: left !important; margin-right: 100px !important; }
#thesisLink {line-height: 25px !important;}
</style>
}
</head>
<body>
@ -127,7 +130,7 @@ The result is an explorable diary and labyrinth where humans and machines, texts
<div id='publication'>
<h3 class='gal-title'>Publication</h3>
<ul id='publist'>
<li><a href='pdf/OHE.pdf' target="_blank" class='ext2'>Out-of-Hardware Experience: Consciousness and Software [PDF]</a></li>
<li><a id="thesisLink" href='pdf/OHE.pdf' target="_blank" class='ext2'>Out-of-Hardware Experience: Consciousness and Software</a></li>
</ul>
</div>
<div id='work'>

Loading…
Cancel
Save