-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (133 loc) · 6.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hamza Guner Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<head>
<!-- Font Awesome CDN Linki -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Sosyal Medya İkonları -->
<div class="social-icons">
<a href="https://github.com/hamzaguner0" target="_blank" class="social-icon">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/hamza-g%C3%BCner-a65856273/" target="_blank" class="social-icon">
<i class="fab fa-linkedin"></i>
</a>
<!-- E-posta İkonu -->
<a href="mailto:[email protected]" target="_blank" class="social-icon">
<i class="fas fa-envelope"></i>
</a>
<!-- Telefon Numarası -->
<a href="tel:+905378221412" class="social-icon">
<i class="fas fa-phone-alt"></i>
</a>
</div>
</body>
<body>
<header>
<div class="container">
<!-- Fotoğraf ve Başlık Kısmı -->
<div class="profile-container">
<!-- Profil Resmi -->
<img src="images/prophilePhoto2.png" alt="profile Photo" class="profile-img">
<!-- Başlık ve Navigasyon -->
<div class="header-text">
<h1>Hamza Guner Portfolio</h1>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<section id="about">
<div class="container">
<h2>About Me</h2>
<p>
I am a Management Information Systems (MIS) student specializing in Data Science.
I am passionate about transforming data into actionable insights and solving real-world problems through innovative solutions.
My academic background has equipped me with strong analytical and programming skills.
</p>
<p>
Interests: Machine Learning, Natural Language Processing, and Data Visualization.
My goal is to contribute to impactful projects and enhance my expertise in Data Science.
</p>
<h2>Education</h2>
<ul>
<li>Bachelor's in Management Information Systems - Karadeniz Technical University (2021-2025)</li>
</ul>
</div>
</section>
<section id="projects">
<div class="container">
<h2>Projects</h2>
<div class="project">
<h3>Climate Migration Risk Analysis and Forecasting in Europe</h3>
<p>The Climate Migration Project focuses on understanding the social impacts of climate change and providing solutions. I develop knowledge and tools to support people to adapt to new living spaces.</p>
<a href="https://github.com/hamzaguner0/Titanic-Analysis" target="_blank">View on GitHub</a>
</div>
<div class="project">
<h3>Earthquake Tweet Analysis</h3>
<p>Developed an algorithm to classify tweets during earthquakes to identify genuine help requests and reduce spam.</p>
<a href="https://github.com/hamzaguner0/Earthquake-Relief-Tweet-Analysis-and-Spam-Filtering" target="_blank">View on GitHub</a>
</div>
<div class="project">
<h3>Energy Consumption Estimation</h3>
<p>eveloped a machine learning model to predict energy consumption patterns for homes and businesses. Leveraged historical energy usage data to provide accurate forecasts and insights for efficient energy management.</p>
<a href="https://github.com/hamzaguner0/Energy_Consumption_Estimation" target="_blank">View on GitHub</a>
</div>
<div class="project">
<h3>Online Shopping Site</h3>
<p>This project implemented a phone class design using Object Oriented Programming (OOP) principles. It aims to learn basic OOP concepts such as encapsulation, abstraction, inheritance and polymorphism in practice.</p>
<a href="https://github.com/hamzaguner0/Titanic-Analysis" target="_blank">View on GitHub</a>
</div>
<div class="project">
<h3>Titanic Survival Prediction Using Machine Learning</h3>
<p>Using machine learning techniques, this project analyzes Titanic passengers' survival probabilities based on demographic and travel data. Includes data preprocessing, visualization, and model building.</p>
<a href="https://github.com/hamzaguner0/Titanic-Analysis" target="_blank">View on GitHub</a>
</div>
<div class="project">
<h3>My Personal Website</h3>
<p>Created a responsive personal portfolio website to showcase my projects and blog posts. Developed using HTML, CSS, and hosted on GitHub Pages.</p>
<a href="hhttps://github.com/hamzaguner0/hamzaguner.github.io" target="_blank">View on GitHub</a>
</div>
</div>
</section>
<section id="blog">
<div class="container">
<h2>Blog</h2>
<p>Coming soon! Stay tuned for my insights on Data Science and technology trends.</p>
</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact</h2>
<p>Feel free to reach out to me.</p>
<!-- Email -->
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<!-- Phone Number -->
<p>Phone: <a href="tel:+905378221412">+90 (537) 8221412</a></p>
<!-- LinkedIn -->
<p>LinkedIn: <a href="https://www.linkedin.com/in/hamza-g%C3%BCner-a65856273/" target="_blank">Hamza Guner</a></p>
<!-- GitHub -->
<p>GitHub: <a href="https://github.com/hamzaguner0" target="_blank">hamzaguner</a></p>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 Hamza Guner. All rights reserved.</p>
</div>
</footer>
</body>
</html>