-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (92 loc) · 3.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mert Ergün</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Pacifico&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="resources/d20.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Agdasima:wght@700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="top-container">
<img src="resources/s3.webp" class="cloud top" />
<div class="title-text">
<h1>I'm Mert!</h1>
</div>
<div class="alt-text">a programmer.</div>
<img src="resources/s3.webp" class="cloud bottom" />
</div>
<div class="mid-container">
<div class="intro">
<img src="resources/mert.jpeg" class="my-image" />
<h2 class="image-header">Hello!</h2>
<p class="image-text">
I am a Computer Engineering student in Hacettepe University. I am also
a Game Master.
</p>
</div>
<hr />
<div class="skills">
<h2 class="skills-header">My Skills</h2>
<div class="skills-parent">
<div class="coding">
<img src="resources/rat.png" class="coding-rat" />
<h3 class="coding-header">Coding</h3>
<p class="coding-text">
I have experience in various programming languages and
technologies, including but not limited to Python, Java, C++,
HTML, CSS, and JavaScript. I enjoy solving complex problems and
implementing efficient algorithms. I have worked on projects
involving web development, data analysis, and software
development. I am also familiar with version control systems like
Git and have experience collaborating with teams using agile
methodologies.
</p>
</div>
<div class="gamemastering">
<img src="resources/cat.png" class="gamemastering-cat" />
<h3 class="gamemastering-header">Game Mastering</h3>
<p class="gamemastering-text">
I have a passion for tabletop role-playing games (RPGs) and have
served as a Game Master for various campaigns. I enjoy creating
immersive worlds, designing engaging storylines, and facilitating
memorable experiences for players. I have a deep understanding of
game mechanics, rule systems, and character development. I am
skilled in improvisation, managing game sessions, and creating
balanced encounters. I strive to create a fun and inclusive
environment for all players to enjoy.
</p>
</div>
</div>
</div>
<hr />
<div class="getintouch">
<h2 class="getintouch-header">Get In Touch!</h2>
<h3 class="getintouch-alt">If you're interested in RPGs as I am.</h3>
<a href="mailto:[email protected]" class="contact-me"
>CONTACT ME</a
>
</div>
</div>
<div class="bottom-container">
<a href="https://www.linkedin.com/in/mert-ergun/">
<img src="resources/linkedin.png" class="social-icon" alt="LinkedIn" />
</a>
<a href="https://www.github.com/mert-ergun/">
<img src="resources/github.png" class="social-icon" alt="GitHub" />
</a>
</div>
</body>
</html>