Skip to content

Commit

Permalink
Recent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
giraycoskun committed Apr 3, 2024
1 parent 4bc8a07 commit f321f6f
Show file tree
Hide file tree
Showing 8 changed files with 205 additions and 168 deletions.
Binary file modified docs/assets/artifacts/cv.pdf
Binary file not shown.
Binary file modified docs/assets/images/courseworkk.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/developers-notebook/starting-python-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ poetry add <dependency-name>
poetry show -T -o -a
```

```zsh
poetry show --latest --top-level

poetry update --dry-run

poetry update

poetry install --sync

poetry check
```

```toml title="Example pyproject.toml"
[tool.poetry]
name = ""
Expand Down
13 changes: 13 additions & 0 deletions docs/developers-notebook/useful-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Useful Tools

List of useful tools and commands to remember.

## ImageMagick

<https://imagemagick.org/index.php>

``` zsh title="Convert HEIC to JPG in bulk"
magick mogrify -monitor -format jpg *.HEIC
```

## Git
9 changes: 9 additions & 0 deletions docs/home/courses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!--- file: docs/howto/embedding_pdf.md --->
{% with pdf_file = "../../assets/artifacts/cv.pdf" %}

{% set solid_filepdf = '<i class="fas fa-file-pdf"></i>' %}
{% set empty_filepdf = '<i class="far fa-file-pdf"></i>' %}

<embed width=150% height=1000 src="{{ pdf_file }}" type="application/pdf" />

{% endwith %}
16 changes: 10 additions & 6 deletions docs/home/education.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@

## Sabanci University (2018 - 23)

- **Computer Science and Engineering**
- Double Major in **Economics**
- Minor in **Mathematics**
- Sakip Sabanci High Honor Scholarship
- GPA: 3.78

- **BSc. Computer Science and Engineering**
- Double Major in **Economics**
- Minor in **Mathematics**
- Sakip Sabanci High Honor Scholarship
- GPA: 3.78

## Uppsala University (Erasmus) (2019-20 Spring)

- Department of Information Technology

## Technical University of Munich

- **MSc. Informatics**

## Coursework

![Coursework](../assets/images/courseworkk.drawio.png)
85 changes: 46 additions & 39 deletions overrides/home.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% extends "base.html" %}
{% block htmltitle %}
<title>giraycoskun.dev</title>
{% endblock %}
{% endblock %}

{% block styles %}
{{ super() }}
Expand Down Expand Up @@ -51,7 +51,8 @@
<!-- <div class="typewriter" id="myTypewriter">
<h1>I'm Giray Coskun</h1>
</div> -->
<h2 href="" class="typewrite" data-period="2000" data-type='[ "Hello World", "I am Giray Coskun", "I am a Computer Scientist", "I am a Software Engineer", "Follow the white rabbit" ]'>
<h2 href="" class="typewrite" data-period="2000"
data-type='[ "Hello World", "I am Giray Coskun", "I am a Computer Scientist", "I am a Software Engineer", "Follow the white rabbit" ]'>
<span class="wrap"></span>
</h2>
</div>
Expand All @@ -61,20 +62,24 @@ <h2 href="" class="typewrite" data-period="2000" data-type='[ "Hello World", "I
Hello World!
<br />
I am a Software Engineer/Computer Scientist <br>
graduated from Computer Science &
Engineering, <a href="https://www.sabanciuniv.edu/">Sabancı University</a><br />
graduated from <a href="https://ects.sabanciuniv.edu/en/undergraduate/computer-science-and-engineering">BSc.
Computer Science & Engineering, Sabancı University</a><br />
Studying at <a href="https://www.tum.de/studium/studienangebot/detail/informatik-master-of-science-msc">MSc.
Informatics, Technical University of Munich</a> <br>
This is my website as a developper for projects, notes and blogs.
</p>
<p style="text-align: center">
<a href="/home"><b>About Me</b></a> <br/>
<a href="/home/cv"><b>CV</b></a> <br/>
<a href="/home"><b>About Me</b></a> <br />
<a href="/home/cv"><b>CV</b></a> <br />
<a href="/projects"><b>My Projects</b></a> <br>
<a href="/developers-notebook"><b>My Notebook</b></a>
<a href="/developers-notebook"><b>My Notebook</b></a> <br>
<a href="/blog"><b>My Blog</b></a> <br>
<br/><br>
<br /><br>
<a href="https://giraycoskun.github.io/">My Github Projects</a> <br>
<a href="https://www.giraycoskun.com/">My Personal Website</a> <br>
<a href="https://www.notion.so/giraycoskun/51797f0e94b94da7998bb659ecb5cae9?v=a5832cf5567841a7aa37ed8790b66c01&pvs=4">My Library</a>
<a
href="https://www.notion.so/giraycoskun/51797f0e94b94da7998bb659ecb5cae9?v=a5832cf5567841a7aa37ed8790b66c01&pvs=4">My
Library</a> <br><br>
</p>
</div>
<!-- <p style="border: solid; padding: 20px; border-radius: 5px">
Expand Down Expand Up @@ -105,12 +110,14 @@ <h2 href="" class="typewrite" data-period="2000" data-type='[ "Hello World", "I
<div class="mdx-hero__content main">
<img src="../assets/icons/diver.png" width="180" />
<img src="../assets/icons/galata-tower.png" width="180" />
</div>
</div> <br> <br>
<div class="mdx-hero__content main">
<picture>
<source type="image/webp" srcset="../assets/images/sabanci_720x540.webp" sizes="(min-width: 780px) 720px, 95.65vw" alt="Me at Sabanci University">
<img srcset="../assets/images/sabanci_720x540.jpg" src="../assets/images/sabanci_720x540.jpg" sizes="(min-width: 780px) 720px, 95.65vw" alt="Me at Sabanci University" />
</picture>
<picture>
<source type="image/webp" srcset="../assets/images/sabanci_720x540.webp"
sizes="(min-width: 780px) 720px, 95.65vw" alt="Me at Sabanci University">
<img srcset="../assets/images/sabanci_720x540.jpg" src="../assets/images/sabanci_720x540.jpg"
sizes="(min-width: 780px) 720px, 95.65vw" alt="Me at Sabanci University" />
</picture>
</div>
</div>
</div>
Expand All @@ -122,69 +129,69 @@ <h2 href="" class="typewrite" data-period="2000" data-type='[ "Hello World", "I

{% block footer %}
{{ super() }}
{% endblock%}
{% endblock%}

{% block scripts %}
<script>
var TxtType = function(el, toRotate, period) {
var TxtType = function (el, toRotate, period) {
this.toRotate = toRotate;
this.el = el;
this.loopNum = 0;
this.period = parseInt(period, 10) || 2000;
this.txt = '';
this.tick();
this.isDeleting = false;
};
};

TxtType.prototype.tick = function() {
TxtType.prototype.tick = function () {
var i = this.loopNum % this.toRotate.length;
var fullTxt = this.toRotate[i];

if (this.isDeleting) {
this.txt = fullTxt.substring(0, this.txt.length - 1);
this.txt = fullTxt.substring(0, this.txt.length - 1);
} else {
this.txt = fullTxt.substring(0, this.txt.length + 1);
this.txt = fullTxt.substring(0, this.txt.length + 1);
}

this.el.innerHTML = '<span class="wrap">'+this.txt+'</span>';
this.el.innerHTML = '<span class="wrap">' + this.txt + '</span>';

var that = this;
var delta = 100 - Math.random() * 100;

if (this.isDeleting) { delta /= 2; }

if (!this.isDeleting && this.txt === fullTxt) {
delta = this.period;
this.isDeleting = true;
delta = this.period;
this.isDeleting = true;
} else if (this.isDeleting && this.txt === '') {
this.isDeleting = false;
this.loopNum++;
delta = 500;
this.isDeleting = false;
this.loopNum++;
delta = 500;
}

setTimeout(function() {
that.tick();
setTimeout(function () {
that.tick();
}, delta);
};
};

window.onload = function() {
window.onload = function () {
var elements = document.getElementsByClassName('typewrite');
for (var i=0; i<elements.length; i++) {
var toRotate = elements[i].getAttribute('data-type');
var period = elements[i].getAttribute('data-period');
if (toRotate) {
new TxtType(elements[i], JSON.parse(toRotate), period);
}
for (var i = 0; i < elements.length; i++) {
var toRotate = elements[i].getAttribute('data-type');
var period = elements[i].getAttribute('data-period');
if (toRotate) {
new TxtType(elements[i], JSON.parse(toRotate), period);
}
}
// INJECT CSS
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".typewrite > .wrap { border-right: 0.08em solid #000}";
document.body.appendChild(css);
};
};
</script>
<!-- Add scripts that need to run before here -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
{{ super() }}
<!-- Add scripts that need to run afterwards here -->
{% endblock %}
{% endblock %}
Loading

0 comments on commit f321f6f

Please sign in to comment.