Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DCI Student committed Sep 23, 2024
1 parent 4c69ec8 commit 169e571
Show file tree
Hide file tree
Showing 20 changed files with 611 additions and 1,006 deletions.
16 changes: 11 additions & 5 deletions about-me.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h4 class="section-title">
<ul class="nav-menu">
<li><a href="index.html#">Home</a></li>
<li><a href="index.html#about-me">About Me</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#projects">Portfolio</a></li>
<li><a href="index.html#skills">Skills</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
Expand Down Expand Up @@ -213,6 +213,12 @@ <h2 class="section-title">
<td>BTU GmbH</td>
<td>Jul 2018 - Oct 2023</td>
</tr>
<tr>
<td>Engineer</td>
<td>Turkish Air Force</td>
<td>Jul 2005 - Jul 2018</td>
</tr>

</tbody>
</table>
</section>
Expand All @@ -221,8 +227,7 @@ <h2 class="section-title">
<section id="sport">
<h2 class="section-title"><i class="fas fa-running"></i> Sports</h2>
<p>
I participate in triathlons, competing in swimming, cycling, and running.
Here are some highlights:
I participate in triathlons, competing in swimming, cycling, and running. Especially for those of us who spend long hours at the desk coding, staying active is crucial not only for physical health but also for maintaining mental clarity. To avoid the monotony of a sedentary lifestyle, I engage in various sports. Daily training sessions, at least one hour a day, have proven to be a fantastic way to keep my body fit and boost my energy levels. Through sports, I stay not only physically strong but also mentally sharp and motivated.
</p>

<div class="sport-gallery">
Expand All @@ -248,7 +253,7 @@ <h2 class="section-title"><i class="fas fa-running"></i> Sports</h2>
</div>
<div class="sport-card">
<img src="img/spor/15.png" alt="Running" class="sport-img" />
<div class="sport-caption">Swimming</div>
<div class="sport-caption">Triathlon</div>
</div>
<div class="sport-card">
<img src="img/spor/16.png" alt="Swimming" class="sport-img" />
Expand Down Expand Up @@ -323,7 +328,7 @@ <h4 class="section-title">
<h3>About Us</h3>
<ul>
<li><a href="index.html#about-me">About Me</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#projects">Portfolio</a></li>
<li><a href="index.html#skills">Skills</a></li>
</ul>
</div>
Expand Down Expand Up @@ -385,5 +390,6 @@ <h3>Our Portfolio</h3>
</footer>

<script src="js/hamburger.js"></script>
<script src="js/about.js"></script>
</body>
</html>
12 changes: 7 additions & 5 deletions contakt.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<link rel="stylesheet" href="css/hamburger.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/contact-me.css" />
<link rel="stylesheet" href="css/keyframes.css" />

</head>
<body>
Expand All @@ -58,7 +59,7 @@ <h4 class="section-title">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about-me">About Me</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#projects">Portfolio</a></li>
<li><a href="index.html#skills">Skills</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
Expand All @@ -72,12 +73,13 @@ <h4 class="section-title">

<!-- Hero Section -->
<section class="contact-hero" id="contact-hero">
<div class="overlay"></div>
<div class="contact-content">
<h2>
Contact Us
</h2>
<h2>Contact Us</h2>
<img src="img/contact.png" alt="contact" class="contact-image">
</div>
</section>


<!-- Contact Section -->
<section class="contact-section">
Expand Down Expand Up @@ -152,7 +154,7 @@ <h4 class="section-title">
<h3>About Us</h3>
<ul>
<li><a href="index.html#about-me">About Me</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#projects">Portfolio</a></li>
<li><a href="index.html#skills">Skills</a></li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 169e571

Please sign in to comment.