-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (89 loc) · 3.29 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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eli Rabinovitz - Software development</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.1/css/bulma.min.css"> -->
<script src="bundle.js"></script>
</head>
<body>
<section class="section is-medium my-header ">
<div class="container">
<div class="columns">
<div class="column is-6-desktop">
<h1 class="title is-2 is-spaced">
Eli Rabinovitz
</h1>
<h2 class="subtitle is-4">
Hi, I'm a software development professional. Welcome to my profile.
</h2>
</div>
<div class="column is-6-desktop box">
<div class="contact-information is-clearfix">
<div class="is-pulled-left">
<h1 class="is-4 is-spaced">
Contact Information:
</h1>
<ul>
<li><a href="http://il.linkedin.com/in/elirabinovitzprofile">linkedin</a></li>
<li><a href="https://www.facebook.com/eli.rabinovitzfeiles">facebook</a></li>
</ul>
</div>
<figure class="image is-pulled-right is-64x64">
<img src="images/DSC_0292.JPG">
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="section past-projects">
<div class="container">
<h1 class="title is-4">Here are some projects I made:</h1>
<ul class="columns">
<li class="is-6 past-project column">
<div class="background">
<h2 class="title is-5">VacationChamp - Travel Startup</h2>
<figure class="image">
<a href="https://www.vacationchamp.com/">
<img src="images/vacation-champ-min.jpg">
</a>
</figure>
</div>
</li>
<li class="is-6 past-project column">
<div class="background">
<h2 class="title is-5">Teva Express - Organic Food Delivery</h2>
<figure class="image">
<a href="http://teva-express-galil-golan.co.il/">
<img src="images/teva-express-min.jpg">
</a>
</figure>
</div>
</li>
</ul>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>Portfolio</strong> by <a href="http://il.linkedin.com/in/elirabinovitzprofile">Eli Rabinovitz</a>.
</p>
</div>
</div>
</footer>
</body>
<!-- Hotjar Tracking Code for https://elira.github.io -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:709054,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</html>