-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (53 loc) · 2.57 KB
/
Copy pathindex.html
File metadata and controls
64 lines (53 loc) · 2.57 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Umut Yorulmaz</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Slab&family=Open+Sans&family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Umut. </h1>
<p class="firstexp" style="font-size:45px">a programmer.</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="umut1-pic" src="images/umut1.jpg" alt="umut-pic">
<h2>Hello.</h2>
<p class="afterhello">I am an Electronics Engineer,passionate about data-driven smart applications,looking for a job.I am into riding and wine.🍷🏍 </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row0">
<iframe src="https://giphy.com/embed/2xDcf5tkCRKqqE15JM" width="480" height="480" frameBorder="0" class="giphy-embed0" allowFullScreen></iframe>
<h3>Anything About Computer</h3>
<p>Python,Docker,HTML-CSS-JS(Under Construction),ISIS/Proteus,CAD,M.S Office</p>
</div>
<div class="skill-row1">
<iframe src="https://giphy.com/embed/JUFqIzTfqoesLxl7xU" width="480" height="480" frameBorder="0" class="giphy-embed1" allowFullScreen></iframe>
<p>So,yes my real talent is riding actually.I am a big fan of Marc Marquez.
Yes he is back💪keeps inspiring people.<a href="https://twitter.com/marcmarquez93/status/1384171173383077889">Checkout his post-injury video</a></p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you're faster than Marc Marquez hit me on the contact me button..</h3>
<p>We can talk about great coding ideas while we ride at 200 mph</p>
<a class="btn" href="https://www.linkedin.com/in/umut-yorulmaz-4760531b9/">Contact Me</a>
</div>
</div>
<hr>
<div class="bottom-container">
<a class="footer-link" href="https://twitter.com/umutyorulmazz">Twitter</a>
<a class="footer-link" href="https://www.facebook.com/umut.yorulmaz.9/">Facebook</a>
<p class="copyright">© 2021 Umut Yorulmaz.</p>
</div>
</html>