Move "Things they never said", add CSS & Python to interests
This commit is contained in:
parent
5a0c81f50d
commit
843f011926
1 changed files with 13 additions and 14 deletions
|
@ -4,19 +4,6 @@
|
||||||
@section('content')
|
@section('content')
|
||||||
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p>
|
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.</p>
|
||||||
|
|
||||||
<table class="info-table never-said" role="presentation">
|
|
||||||
<caption>
|
|
||||||
<h2>Things they never said</h2>
|
|
||||||
<hr>
|
|
||||||
</caption>
|
|
||||||
<tr>
|
|
||||||
<script type="text/javascript" language="javascript" src="/js/neverSaid.js"></script>
|
|
||||||
<noscript><td>Oops! You need JavaScript enabled to view this content.</td></noscript>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
<table class="info-table" role="presentation">
|
<table class="info-table" role="presentation">
|
||||||
<caption>
|
<caption>
|
||||||
<h2>Fun Facts</h2>
|
<h2>Fun Facts</h2>
|
||||||
|
@ -51,7 +38,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>◆ <b>Programming</b></td>
|
<td>◆ <b>Programming</b></td>
|
||||||
<td>- HTML, JavaScript, C#, Java, PHP, Ruby</td>
|
<td>- HTML, CSS, JavaScript, C#, Java, PHP, Ruby, Python</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>◆ <b>Photography</b></td>
|
<td>◆ <b>Photography</b></td>
|
||||||
|
@ -60,6 +47,18 @@
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
<table class="info-table never-said" role="presentation">
|
||||||
|
<caption>
|
||||||
|
<h2>Things they never said</h2>
|
||||||
|
<hr>
|
||||||
|
</caption>
|
||||||
|
<tr>
|
||||||
|
<script type="text/javascript" language="javascript" src="/js/neverSaid.js"></script>
|
||||||
|
<noscript><td>Oops! You need JavaScript enabled to view this content.</td></noscript>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<br>
|
||||||
|
|
||||||
<table class="info-table" role="presentation">
|
<table class="info-table" role="presentation">
|
||||||
<caption>
|
<caption>
|
||||||
<h2>Contact & social</h2>
|
<h2>Contact & social</h2>
|
||||||
|
|
Loading…
Reference in a new issue