Browse Source

Updated

master
Yigit Colakoglu 2 years ago
parent
commit
7dec6fb034
3 changed files with 45 additions and 94 deletions
  1. +2
    -3
      assets/js/main.js
  2. +0
    -69
      fetch_keys.sh
  3. +43
    -22
      index.html

+ 2
- 3
assets/js/main.js View File

@ -17,8 +17,7 @@ jQuery(document).ready(function($) {
/*======= Skillset *=======*/
$('.level-bar-inner').css('width', '0');
$('.level-bar-inner').css('width', '0');
@ -30,7 +29,7 @@ jQuery(document).ready(function($) {
$("#rss-feeds").rss(
//Change this to your own rss feeds
"https://fr1nge.xyz/index.xml",
"https://yigit.run/index.xml",
{
// how many entries do you want?


+ 0
- 69
fetch_keys.sh View File

@ -1,69 +0,0 @@
#!/bin/bash
info(){
printf "[\e[32mINFO\e[0m]:%s\n" "$1"
}
prompt(){
printf "[\e[35mPROMPT\e[0m]: %s" "$1"
read -r ans
printf "%s" "$ans"
}
error(){
printf "[\e[31mERROR\e[0m]:%s\n" "$1"
}
while 1; do
info "Please select the image file: "
loc=$(find "$HOME" -name "*.jpg" | fzf --height=15)
if [ -z "$loc" ]; then
info "Continuing with the installation..."
exit
fi
jsteg reveal "$loc" 2> /dev/null > /tmp/out.zip.gpg
if [ ! -f "/tmp/out.zip.gpg" ]; then
retry=$(prompt "No file found in $loc, would you like to try again(Y/n)?")
if [ "$retry" = "n" ]; then
exit
else
continue
fi
fi
break
done
while 1; do
info "Please enter your passphrase: "
gpg -d /tmp/out.zip.gpg > /tmp/out.zip
if [ ! $? = 0 ]; then
retry=$(prompt "You might have entered the wrong password, would you like to try again(Y/n)?")
if [ "$retry" = "n" ]; then
exit
else
continue
fi
fi
break
done
unzip /tmp/out.zip -d /tmp/keys
gpg --import /tmp/keys/gpg.key
mkdir -p ~/.ssh
chmod 700 ~/.ssh
cp /tmp/keys/id_* ~/.ssh
mkdir -p ~/.config/weechat/certs/
cp /tmp/keys/*.pem ~/.config/weechat/certs

+ 43
- 22
index.html View File

@ -54,12 +54,12 @@
<img height="256" width="256" class="profile-image img-fluid float-left rounded-circle" src="assets/images/pp.jpeg" alt="profile image" />
<div class="profile-content float-left">
<h1 class="name">Yiğit Çolakoğlu</h1>
<h2 class="desc">Developer, SysAdmin & Cyber Security Enthusiast</h2>
<h2 class="desc">Student at TU Delft</h2>
<ul class="social list-inline">
<li class="list-inline-item"><a href="https://twitter.com/theFr1nge"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/_ygt_"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/yigitcolakoglu/"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/theFr1nge"><i class="fab fa-github-alt"></i></a></li>
<li class="list-inline-item"><a href="https://fr1nge.xyz"><i class="fas fa-blog"></i></a></li>
<li class="list-inline-item"><a href="https://yigit.run"><i class="fas fa-blog"></i></a></li>
</ul>
</div><!--//profile-->
<span class="float-right">
@ -77,7 +77,7 @@
<div class="section-inner shadow-sm rounded">
<h2 class="heading">About Me</h2>
<div class="content">
<p>I am a Computer Science student in Delft, Netherlands. I still can't decide whether vim or emacs is my favourite and I obsessively rice my dwm setup.</p>
<p>I work with computers and sometimes break them.</p>
</div><!--//content-->
</div><!--//section-inner-->
@ -115,6 +115,38 @@
<h2 class="heading">Other Projects</h2>
<div class="content">
<div class="item">
<h3 class="title">
<a href="#">Delft Blue Management API</a>
<span class="badge badge-theme">IP of TU Delft</span></h3>
<p class="summary">An API for managing the Delft Blue super computer system. Developed with Spring Boot and Apache Kafka. Made for TU Delft's course CSE2115.</p>
<p>For source code and more information, plase contact me.</p>
</div>
<div class="item">
<h3 class="title">
<a href="#">Quizzz</a>
<span class="badge badge-theme">IP of TU Delft</span></h3>
<p class="summary">A multiplayer full-stack trivia game developed using Spring Boot and JavaFX. Made for TU Delft's course CSE1105.</p>
<p>For source code and more information, plase contact me.</p>
</div>
<div class="item">
<h3 class="title">
<a href="#">Froggie</a>
<span class="badge badge-theme">IP of TU Delft</span></h3>
<p class="summary">A frogger clone developed using pure x86 assembly, running under qemu. Made for TU Delft course CSE1400.</p>
<p>For source code and more information, plase contact me.</p>
</div>
<div class="item">
<h3 class="title">
<a href="#">JIT Brainfuck Compiler</a>
<span class="badge badge-theme">IP of TU Delft</span></h3>
<p class="summary">A JIT compiler for the brainfuck language with several optimizations. Developed with pure x86 assembly. Made for TU Delft course CSE1400.</p>
<p>For source code and more information, plase contact me.</p>
</div>
<div class="item">
<h3 class="title">
<a href="https://github.com/theFr1nge/Hermes/">Hermes</a>
@ -173,8 +205,9 @@
<div class="content">
<div class="item">
<h3 class="title">Internship - <span class="place"><a href="#">PRODAFT</a></span> <span class="year">(2022 Sep - 2022 November)</span></h3>
<p>Worked as a PRODAFT Threat Intelligence Intern</p>
<p>Worked as a PRODAFT Threat Intelligence Analyst and Security Researcher</p>
<ul>
<li>Threat Intelligence</li>
<li>Vulnerability research</li>
<li>Exploit development</li>
</ul>
@ -339,6 +372,7 @@
</div><!--//section-inner-->
</aside><!--//section-->
<!--
<aside class="list conferences aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Conferences</h2>
@ -346,23 +380,10 @@
<ul class="list-unstyled">
<li><i class="far fa-calendar-alt"></i> <a href="https://twitter.com/nopcon" target="_blank">NOPCON 2019</a> (Ankara, Turkey)</li>
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="list music aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Favourite coding music</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fas fa-headphones"></i> <a href="https://open.spotify.com/track/60nZcImufyMA1MKQY3dcCH?si=j7BQMrqcSfSPm1yjEQcTcQ">Happy</a></li>
<li><i class="fas fa-headphones"></i> <a href="https://open.spotify.com/track/2mlGPkAx4kwF8Df0GlScsC?si=S7vSMSqxSzCAnCDw29j4-Q">Buttercup</a></li>
<li><i class="fas fa-headphones"></i> <a href="https://open.spotify.com/track/1dtTRXifeGC51adYy0902s?si=hvFZgYeHSwOmDnN43kyS9w">Bad Boy</a></li>
<li><i class="fas fa-headphones"></i> <a href="https://open.spotify.com/track/55Fpeuuc2sbQiy74eA1gTt?si=o1OoYEnfS1-0BlQSZPJFog">Wolf in Sheep's Clothing</a></li>
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
</div>
</div>
</aside>
-->
<aside class="blog aside section">
<div class="section-inner shadow-sm rounded">


Loading…
Cancel
Save