-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (86 loc) · 3.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Shlomy Yosef</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="css/favicon-32x32.png">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="css/cloud.png" alt="cloud-img">
<h1>I'm Shlomy</h1>
<h2>a programmer</h2>
<img class="bottom-cloud" src="css/cloud.png" alt="cloud-img">
<img src="css/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="shlomypic" src="shlomy pic.jpg" alt="shlomy-picture">
<h2>Hello.</h2>
<p class="intro">I am a third year CS student at Holon Institute of Technology. <br>
Looking for my next challenge!</p>
</div>
<hr>
<div class="skills">
<h2 class="fixmar">My Skills.</h2>
<div class="skill-row">
<img class="code" src="code.jpg" alt="code-picutre">
<h3>programming languages</h3>
<table>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐⭐</td>
<td>C++</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>python</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Java</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C#</td>
<td>⭐⭐⭐⭐⭐</td>
<td>JS</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</div>
<br>
<div class="skill-row">
<img class="project" src="projectgif.gif" alt="projects-gif">
<h3>Projects</h3>
<p class="project-text">As part of my college assignments I participated in the following projects:
<br> 1. Dog4You – Project based on Java that designed to connect between potential adopters to dog shelters and making pets adoption easier and convenient.
<br> 2. Runners- Project based on Python which collected and analyzed data of runners and tried to predict the potential of their best results.
<br> 3. Oversee - project based on android, an app for sanitation inspectors.
</p>
</div>
<div class="skill-row">
<img class="cooking" src="COOK.jpg" alt="cooking-picture">
<h3>Cooking</h3>
<p class="cook-text">So who doesn't love food?well everyone love food,but i took at one step ahead and start learned cooking when i was 13 years old,now is my hobby when i have free time. </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 >Love to Cook?</h3>
<p class="intro">send me a message and we can talk about at! <br>
press contact me for email or follow the links below</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shlomy-yosef">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/shlomy.yosef.7">Facebook</a>
<a class="footer-link" href="https://github.com/ShlomyYosef">Github</a>
<a class="footer-link" href="Shlomy Yosef - CV.pdf">CV</a>
<p class="copyright">© 2021 Shlomy Yosef</p>
</div>
</body>
</html>