Updated the website.
This commit is contained in:
parent
62d84dad87
commit
65e4ed8477
9 changed files with 2299 additions and 7 deletions
32
index.html
32
index.html
|
@ -26,6 +26,7 @@
|
|||
<!--[if lt IE 8]>
|
||||
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
<nav class="nav">
|
||||
<div class="burger">
|
||||
<div class="burger__patty"></div>
|
||||
|
@ -55,6 +56,24 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">
|
||||
<img src="img/en.png" width="20" height="15"> English
|
||||
</button>
|
||||
|
||||
<div class="dropdown-content">
|
||||
<a href="/fr/index.html">
|
||||
<img src="img/fr.png"
|
||||
width="20" height="15"> Français</a>
|
||||
<a href="/es/index.html">
|
||||
<img src="img/es.png"
|
||||
width="20" height="15"> Español</a>
|
||||
<a href="/tr/index.html">
|
||||
<img src="img/tr.png"
|
||||
width="20" height="15"> Türkçe</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="panel b-blue" id="home">
|
||||
<article class="panel__wrapper">
|
||||
|
@ -144,6 +163,15 @@
|
|||
<i class="fa fa-matrix-org"></i> <a href="https://matrix.to/#/@arctichawk1:mozilla.org">Matrix</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h4>Tipping</h4>
|
||||
<ul class="fa-ul">
|
||||
<li>
|
||||
<i class="fa fa-coffee"></i> <a rel="me" href="https://ko-fi.com/batuhanbasoglu">Ko-Fi</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-liberapay "></i> <a href="https://liberapay.com/batuhan-basoglu/">Liberapay</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="primary-button">
|
||||
<a href="#contact">Contact Me</a>
|
||||
</div>
|
||||
|
@ -678,9 +706,7 @@
|
|||
<div class="col-md-4">
|
||||
<div class="more-info">
|
||||
<p>Feel free to get in touch with me, and I will respond as promptly as possible.<br><br>
|
||||
<em>Montreal, QC,
|
||||
<br>1220 Crescent Street #304,
|
||||
<br>H3G 2A9</em>
|
||||
<em>Montreal, QC</em>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue