This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
186 lines (164 loc) · 6.17 KB
/
work.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/07e02e8a2b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/main.css">
<title>View My Work</title>
<script src="js/main.js" defer></script>
</head>
<body>
<a href="contact.html" class="see-my-work looping-button"><span></span>
<span></span>
<span></span>
<span></span>
Contact</a>
<a href="about.html" class="see-my-work see-my-work2 in-work-page">about me</a>
<a href="index.html" class="see-my-work see-my-work3 in-about-me-page in-work-page-home">Home</a>
<header>
<div class="menu-btn">
<div class="btn-line"></div>
<div class="btn-line"></div>
<div class="btn-line"></div>
</div>
<nav class="menu">
<div class="menu-branding">
<div class="portrait"></div>
</div>
<ul class="menu-nav">
<li class="nav-item ">
<a href="index.html" class="nav-link">
Home
</a>
</li>
<li class="nav-item ">
<a href="about.html" class="nav-link">
About Me
</a>
</li>
<li class="nav-item current">
<a href="work.html" class="nav-link">
My Work
</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">
How To Reach Me
</a>
</li>
</ul>
</nav>
</header>
<main id="work">
<h1 class="lg-heading">
My
<span class="text-secondary">Work</span>
</h1>
<h2 class="sm-heading">
Check out some of my projects...
</h2>
<div class="projects">
<div class="item">
<a href="cryptonye.html" class="imgThumb">
<img src="img/projects/coin-coiny.png" alt="Project">
</a>
<a href="https://my-api-coins-proct.glitch.me/" target="https://my-api-coins-proct.glitch.me/"
class="btn-light">
<i class="fas fa-eye"></i> Preview
</a>
<a href="https://glitch.com/edit/#!/my-api-coins-proct"
target="https://glitch.com/edit/#!/my-api-coins-proct" class="btn-dark">
<i class="fas fa-code"></i> Code
</a>
</div>
<div class="item">
<a href="vacations.html" class="imgThumb">
<img src="img/projects/vacations-react.png" alt="Project">
</a>
<a href="https://vacations-dolev.herokuapp.com/" target="https://vacations-dolev.herokuapp.com/"
class="btn-light">
<i class="fas fa-eye"></i> Preview
</a>
<a href="https://github.com/dolev146/hostingvacationsherokuwithoutmulter"
target="https://github.com/dolev146/hostingvacationsherokuwithoutmulter" class="btn-dark">
<i class="fas fa-code"></i> Code
</a>
</div>
<div class="item">
<a href="dolevstore.html" class="imgThumb">
<img src="img/projects/dolev-store.png" alt="Project">
</a>
<a href="https://dolev-shufersal.herokuapp.com/" class="btn-light">
<i class="fas fa-eye"></i> Preview
</a>
<a href="https://github.com/dolev146/dolevstore.git" class="btn-dark">
<i class="fas fa-code"></i> Code
</a>
</div>
<div class="item">
<a href="#!" class="imgThumb">
<img src="img/projects/project4.jpg" alt="Project">
</a>
<a href="#" class="btn-light">
<i class="fas fa-eye"></i> Preview
</a>
<a href="#" class="btn-dark">
<i class="fas fa-code"></i> Code
</a>
</div>
<div class="item">
<a href="#!" class="imgThumb">
<img src="img/projects/project5.jpg" alt="Project">
</a>
<a href="#" class="btn-light">
<i class="fas fa-eye"></i> Preview
</a>
<a href="#" class="btn-dark">
<i class="fas fa-code"></i> Code
</a>
</div>
</div>
</main>
<footer id="main-footer">
<div class="icons">
<a href="www.linkedin.com/in/dolevdublon" target="www.linkedin.com/in/dolevdublon" class="footer-link">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="https://github.com/dolev146" target="https://github.com/dolev146" class="footer-link">
<i class="fab fa-github fa-2x"></i>
</a>
<a href="mailto: [email protected]" class="footer-link">
<i class="fab fas fa-envelope fa-2x"></i>
</a>
<a href="tel:+972505884960" class="footer-link">
<i class="fas fa-phone fa-2x"></i>
</a>
</div>
<div class="footer-nav icons">
<div>
<a href="index.html">
Home
</a>
</div>
<div>
<a href="about.html">
About Me
</a>
</div>
<div class="current">
<a href="work.html">
My Work
</a>
</div>
<div>
<a href="contact.html">
Contact Me
</a>
</div>
</div>
<p>Copytight © 2021</p>
</footer>
</body>
</html>