-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
315 lines (301 loc) · 14 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
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="timeline.css">
<title>Efros Gheorghe</title>
</head>
<body>
<main>
<div class="icons">
<div id="aboutMeIcon" class="icon">
<img src="/images/my-computer.png" alt="my-computer">
<p>About Me</p>
</div>
<div id="skillsIcon" class="icon">
<img src="/images/network.png" alt="my-computer">
<p>My Skills</p>
</div>
<div id="workExperienceIcon" class="icon">
<img src="/images/computer.jpg" alt="my-computer">
<p>My Work Experience</p>
</div>
<div id="projectsIcon" class="icon">
<img src="/images/dvd-drive.png" alt="my-computer">
<p>My Projects</p>
</div>
<div id="contactMeIcon" class="icon">
<img src="/images/folder.png" alt="my-computer">
<p>Contact me</p>
</div>
</div>
<div id="aboutMe" class="win98popup shadow">
<div class="bar">
<p>About Me</p>
<button class="shadow">
<svg xmlns="http://www.w3.org/2000/svg" width="8px" height="7px" viewBox="0 0 8 7"
fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
<path
d="M1 6V5h1V4h1V3h2v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1zm0-4V1H0V0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H2V2H1z" />
</svg>
</button>
</div>
<div class="content">
<div class="top">
<div id="me-img"></div>
<h1>Efros Gheorghe</h1>
</div>
<div class="main">
<div>
<p>
Hello, I'm a software developer based in Chișinău, Moldova.
I am passionate about finding simple solutions to complex problems,
also like creating beautiful and intuitive designs.
Currently am at the beginning of my software development career,
always learning and striving to become better.
</p>
</div>
</div>
</div>
</div>
<div id="skills" class="win98popup shadow">
<div class="bar">
<p>My Skills</p>
<button class="shadow">
<svg xmlns="http://www.w3.org/2000/svg" width="8px" height="7px" viewBox="0 0 8 7"
fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
<path
d="M1 6V5h1V4h1V3h2v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1zm0-4V1H0V0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H2V2H1z" />
</svg>
</button>
</div>
<div class="content">
<section>
<h2>Programming languages</h2>
<div class="item-list">
<div class="item">
<img src="https://cdn-icons-png.flaticon.com/512/6132/6132221.png" />
<p>C#</p>
</div>
<div class="item">
<img src="https://cdn-icons-png.flaticon.com/512/5968/5968364.png" />
<p>SQL</p>
</div>
<div class="item">
<img src="https://cdn-icons-png.flaticon.com/512/5968/5968267.png" />
<p>HTML</p>
</div>
<div class="item">
<img src="https://cdn-icons-png.flaticon.com/512/5968/5968242.png" />
<p>CSS</p>
</div>
<div class="item">
<img src="https://cdn-icons-png.flaticon.com/512/5968/5968292.png" />
<p>Javascript</p>
</div>
</div>
</section>
<section>
<h2>Frameworks</h2>
<div class="item-list">
<div class="item">
<img
src="https://img.icons8.com/external-those-icons-flat-those-icons/256/external-Dot-Net-Logo-social-media-those-icons-flat-those-icons.png" />
<p>.Net Framework</p>
</div>
<div class="item">
<img src="https://cdn.worldvectorlogo.com/logos/dot-net-core-7.svg" />
<p>.Net Core</p>
</div>
<div class="item">
<img
src="https://img.icons8.com/external-those-icons-flat-those-icons/256/external-Dot-Net-Logo-social-media-those-icons-flat-those-icons.png" />
<p>ASP.NET</p>
</div>
<div class="item">
<img
src="https://codeopinion.com/wp-content/uploads/2018/07/Bitmap-MEDIUM_ASP.NET-Core-Logo_2colors_Square_RGB.png" />
<p>ASP.NET Core</p>
</div>
<div class="item">
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Bootstrap_logo.svg/1200px-Bootstrap_logo.svg.png" />
<p>Bootstrap</p>
</div>
</div>
</section>
<section>
<h2>Tools & Tehnologies</h2>
<div class="item-list">
<div class="item">
<img src="https://git-scm.com/images/logos/downloads/Git-Icon-1788C.png" />
<p>Git</p>
</div>
<div class="item">
<img src="https://1000logos.net/wp-content/uploads/2017/03/LINUX-LOGO.png" />
<p>Linux</p>
</div>
</div>
</section>
</div>
</div>
<div id="workExperience" class="win98popup shadow">
<div class="bar">
<p>My Work Experience</p>
<button class="shadow">
<svg xmlns="http://www.w3.org/2000/svg" width="8px" height="7px" viewBox="0 0 8 7"
fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
<path
d="M1 6V5h1V4h1V3h2v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1zm0-4V1H0V0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H2V2H1z" />
</svg>
</button>
</div>
<div class="content">
<!-- The Timeline -->
<ul class="timeline">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">???</span>
<span class="time-wrapper"><span class="time">2023 - future</span></span>
</div>
<div class="desc">At my future job i will be doing ...</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">BPAY SRL</span>
<span class="time-wrapper"><span class="time">Jun 2022 - Present</span></span>
</div>
<div class="desc">My first job. Here I developed my programming skills. Learned to work on Blazor, created WEB APIs, made designs with html, css and bootstrap.</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">C.E.I.T.I.</span>
<span class="time-wrapper"><span class="time">Sep 2018 - Jun 2022</span></span>
</div>
<div class="desc">The place where my journey began. Learned what programming was about, made friends and established my foundations as a software developer</div>
</div>
</li>
</ul>
</div>
</div>
<div id="projects" class="win98popup shadow">
<div class="bar">
<p>My Projects</p>
<button class="shadow">
<svg xmlns="http://www.w3.org/2000/svg" width="8px" height="7px" viewBox="0 0 8 7"
fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
<path
d="M1 6V5h1V4h1V3h2v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1zm0-4V1H0V0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H2V2H1z" />
</svg>
</button>
</div>
<div class="content">
<h1>Coming Soon</h1>
</div>
</div>
<div id="contactMe" class="win98popup shadow">
<div class="bar">
<p>Contact Me</p>
<button class="shadow">
<svg xmlns="http://www.w3.org/2000/svg" width="8px" height="7px" viewBox="0 0 8 7"
fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
<path
d="M1 6V5h1V4h1V3h2v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1zm0-4V1H0V0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H2V2H1z" />
</svg>
</button>
</div>
<div class="content">
<form>
<h3>Send Email</h3>
<input type="text" id="name" placeholder="Your Name" autocomplete="off">
<input type="email" id="email" placeholder="Your Email" autocomplete="off">
<input type="text" id="subject" placeholder="Subject" autocomplete="off">
<textarea id="message" placeholder="Message" cols="30" rows="10"></textarea>
<button id="send">Send</button>
</form>
<div class="links">
<img src="./images/gmail.png" alt="gmail icon" />
<a>[email protected]</a>
<img src="./images/linkedin.png" alt="gmail icon" />
<a href="https://www.linkedin.com/in/gheorghe-efros/">linkedin.com/in/gheorghe-efros</a>
</div>
</div>
</div>
<!-- <div id="confirm" class="win98popup shadow" onclick="putConfirmOnTop()">
<div class="bar">
<p>Confirm</p>
<button class="shadow" onclick="hideConfirm()">
<svg xmlns="http://www.w3.org/2000/svg" width="8px" height="7px" viewBox="0 0 8 7"
fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
<path
d="M1 6V5h1V4h1V3h2v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1zm0-4V1H0V0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H2V2H1z" />
</svg>
</button>
</div>
<section>
<p>Save changes to untitled?</p>
</section>
<div class="buttons">
<button class="shadow"><img
src="https://raw.githubusercontent.com/mbledkowski/win98popup/master/outline.svg" alt=""
width="66.9" height="15">
<p><u>Y</u>es</p>
</button>
<button class="shadow"><img
src="https://raw.githubusercontent.com/mbledkowski/win98popup/master/outline.svg" alt=""
width="66.9" height="15">
<p><u>N</u>o</p>
</button>
<button class="shadow"><img
src="https://raw.githubusercontent.com/mbledkowski/win98popup/master/outline.svg" alt=""
width="66.9" height="15">
<p>Cancel</p>
</button>
</div>
</div> -->
</main>
<footer>
<div id="start-menu-logo">
<button />
</div>
<div id="aboutMeTask" class="item">
<img src="./images/my-computer.png" />
<p>About Me</p>
</div>
<div id="skillsTask" class="item">
<img src="./images/network.png" />
<p>My Skills</p>
</div>
<div id="workExperienceTask" class="item">
<img src="./images/computer.jpg" />
<p>My Work Experience</p>
</div>
<div id="projectsTask" class="item">
<img src="./images/dvd-drive.png" />
<p>My Projects</p>
</div>
<div id="contactMeTask" class="item">
<img src="./images/folder.png" />
<p>Contact Me</p>
</div>
</footer>
<script src="/JS/aboutMe.js"></script>
<script src="/JS/skills.js"></script>
<script src="/JS/workExperience.js"></script>
<script src="/JS/projects.js"></script>
<script src="/JS/contactMe.js"></script>
<script src="/JS/centerWindow.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="/JS/sendEmail.js"></script>
</body>
</html>