-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (56 loc) · 2.49 KB
/
Copy pathindex.html
File metadata and controls
63 lines (56 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Jonathan Hammer</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1> I'm Jonathan. </h1>
<h2> a <span class="pro"><strong>pro</span>grammer.</strong> </h2>
<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="profile-img"src="images/Photo.png" alt="jonathan's photo">
<h2>Hello.</h2>
<p class="intro">I am a 2nd year Computer Science Student. I ❤️ coffee. <br> I started to make coffee since i was 13 years old. </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="coffee-img" src="https://media2.giphy.com/media/sAY2wh0zK1z68/200.webp?cid=ecf05e47meudj9mtzg64rdiop4br2n778mtn6rjllb6xoynk&rid=200.webp&ct=g" alt="cup-of-coffee">
<h3>Barista</h3>
<p> Making coffee with love!</p>
</div>
<div class="skill-row">
<img class="code-img" src="images/responsive.png" alt="computer photo">
<h3>programing</h3>
<p><em >i love <bold>programing</bold>! every day i learn something new. </em></p>
<p>My favorite language is C</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you like coffee as much as i do.</h3>
<p class="contact-msg">Love coffee as much as i do? lets talk about how awesome beans are!</p>
<a class="btn" href="mailto:yonatanhmr@gmail.com">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/jonathan-hammer-246a731b4?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BdabW%2F%2FzdTO6HiMVZZGbMVg%3D%3D">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/yonatan.hammer">Facebook</a>
<a class="footer-link" href="https://codewithjhon.github.io/cv/">Website</a>
<p class="copyright">© 2022 Jonathan Hammer.</p>
</div>
</body>
</html>