master
Tancre 4 years ago
parent 415c9a3e1f
commit 6485a555b6

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

Loading…
Cancel
Save