-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (66 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=<device-width>, initial-scale=1.0"> -->
<title>Nadav's Work</title>
<link rel="stylesheet" type="text/css" href="./index.css">
<link rel="stylesheet" type="text/css" href="./swiper.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Include Swiper CSS and JS (CDN) -->
<script src="./index.js"></script>
<script src="./swiper.js"></script>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
</head>
<body>
<div class="flex-space">
<h5>Nadav Holtzman</h5><h5>nadavholtzman@gmail.com</h5>
</div>
<hr>
<div class="job-container flex ">
<div class="container" style="align-items: end">
<div class="side-info">
<span>ReactJS, Redux</span>
<h1 style="background-color: mediumpurple;background-image: none">QWiser</h1>
<a href="https://qwiser.io/" class="qwiser-link" target="_blank">https://qwiser.io</a>
<hr style="background: mediumpurple; margin-top: 15px"/>
<p>QWiser transforms your study materials into organized frameworks and personalized Study sessions, making
learning efficient and engaging.</p>
<div style="margin-top: 40px;">
<img src="assets/qwiser/img_1.png" class="qwiser-img"/>
</div>
</div>
<div>
<img src="assets/qwiser/img.png" height="300" width="450"/>
<img src="assets/qwiser/img_2.png" height="300" width="450"/>
</div>
</div>
</div>
<hr style="margin-top: 40px"/>
<div class="job-container flex ">
<div class="container">
<div class="side-info">
<span>Shopify Liquid, HTML, CSS, Javascript</span>
<h1>Shake Theme</h1>
<hr/>
<p>A Shopify theme written in Liquid, Html, CSS and Vanilla JS. Shopify merchants can purchase this theme
and use it to sell their store items.</p>
<div style="margin-top: 40px;">
<div class="swiper-h">
<div class="swiper-wrapper job2">
</div>
</div>
</div>
</div>
<div class="swiper">
<div class="swiper-wrapper job1">
</div>
</div>
</div>
</div>
</body>
</html>