Updated portfolio and added some dynamic elements

master
Meliurwen 5 years ago
parent baf10415d4
commit 9d284cd06b
  1. 18
      index.html

@ -206,9 +206,9 @@
homeButton.src = 'img/home.png'; homeButton.src = 'img/home.png';
if (endedTyping) { if (endedTyping) {
a = box1.innerHTML; a = box1.innerHTML;
box2.innerHTML = b;
fade(10);
} }
box2.innerHTML = b;
fade(10);
},250); },250);
} }
@ -234,7 +234,7 @@ meliurwen-web-server login: ')
.put('Last login bla bla bla<br>\ .put('Last login bla bla bla<br>\
Welcome to elementary OS Loki bla bla<br>\ Welcome to elementary OS Loki bla bla<br>\
<br>\ <br>\
* Website: https://meliurwen.tk<br>\ * Website: ' + window.location.href + '<br>\
<br>\ <br>\
0 packages have to be updated<br>\ 0 packages have to be updated<br>\
0 security updates<br>\ 0 security updates<br>\
@ -258,9 +258,14 @@ Welcome to elementary OS Loki bla bla<br>\
tabBottom = document.createElement("div"); tabBottom = document.createElement("div");
tabBottom.id = "tab-bottom"; tabBottom.id = "tab-bottom";
months = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
today = new Date();
date = ('0' + today.getDate()).slice(-2) + '-' + months[today.getMonth()] + '-' + today.getFullYear().toString().substr(-2);
time = today.getHours() + ':' + today.getMinutes();
tabBottom.innerHTML = '\ tabBottom.innerHTML = '\
<span style="float:left;margin-left:10px;">[web-portfolio_0:bash*</span>\ <span style="float:left;margin-left:10px;">[web-portfolio_0:bash*</span>\
<span style="float:right;margin-right:10px;">"meliurwen-web-server.remotedatacenter" 10:53 20-Feb-18</span>' <span style="float:right;margin-right:10px;">"meliurwen-web-server.remotedatacenter" ' + time + ' ' + date + '</span>'
document.getElementById("tab-left-container").style = null; document.getElementById("tab-left-container").style = null;
document.getElementById("terminal-1").appendChild(tabRight); document.getElementById("terminal-1").appendChild(tabRight);
@ -331,7 +336,8 @@ Living in: Milan, Italy<br>\
Actual occupation: Student<br>\ Actual occupation: Student<br>\
<br>\ <br>\
<b>[Fields of study]</b><br>\ <b>[Fields of study]</b><br>\
Computer Science (undergraduate)<br>\ Master Degree in Computer Science (ongoing)<br>\
Bachelor Degree in Computer Science<br>\
Industrial Engineer spec. in Metallurgy<br>\ Industrial Engineer spec. in Metallurgy<br>\
<br>\ <br>\
<b>[Languages]</b><br>\ <b>[Languages]</b><br>\
@ -368,7 +374,7 @@ API rate Limits.</li>\
<b>[Hobbies]</b><br>\ <b>[Hobbies]</b><br>\
Retroware (both hardware and sowftware) enthusiast, GB and GBC\ Retroware (both hardware and sowftware) enthusiast, GB and GBC\
architecture admirer, pixelart, calligrapy and cartography lover,\ architecture admirer, pixelart, calligrapy and cartography lover,\
space and and anything related fanatic, Linux user since 2006.<br>\ space and and anything related fanatic, GNU/Linux user since 2006.<br>\
<br>\ <br>\
<b>[Contacts and Socials]</b><br>\ <b>[Contacts and Socials]</b><br>\
Email: meliurwen at gmail dot com<br>\ Email: meliurwen at gmail dot com<br>\

Loading…
Cancel
Save