-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (216 loc) · 11.3 KB
/
index.html
File metadata and controls
245 lines (216 loc) · 11.3 KB
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
<!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>DevRob Portfolio Website</title>
<link rel="icon" type="img/png" href="./resources/images/R_logo_2.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400;700&family=Noto+Sans:wght@400;700&family=Noto+Serif:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href='./resources/style.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="https://rob3rt96.github.io/" class="logo">
<img src="./resources/images/logo2_normal.png" alt="">
</a>
<button class="contact-close" aria-label="toggle contact">
<a href="#"><span class="exit"></span></a>
</button>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About me</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Work</a></li>
<li class="nav__item"><a href="#contact" class="nav__link contact__link">Contact</a></li>
</ul>
</nav>
</header>
<main>
<!-- === Introduction === -->
<div class="hero"></div>
<section class="intro" id="home">
<h1 class="section__title section__title--intro">
Hi, I am <strong>Robert Popescu</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">a self-taught Dev</p>
<img src="./resources/images/IMG_4.jpg" alt="A picture of Robert Popescu in front of a white background" class="intro__img">
</section>
<!-- === About me === -->
<section class="about-me" id="about">
<h2 class="section__title section__title--about">Who I am</h2>
<p class="section__subtitle section__subtitle--about">Back-end and Front-end Developer</p>
<div class="about-me__body">
<p>I am a self-taught developer, located in Bucharest, Romania. I have a real passion for coding, technology and software.</p>
<p>Because of that, I enjoy learning about new technologies, especially in programming. Currently I am pursuing to gain real experience during an internship or even in a Junior position.</p>
<p>The main technologies that I'd like to use are: Java with Spring, SQL, and Javascript with React.</p>
</div>
<div class="about-me__technologies">
<div class="technology technology-1">
<img src="./resources/images/Java-Logo2.png" alt="" title="Java">
</div>
<div class="technology technology-2">
<img src="./resources/images/html5-css-js.png" alt="" title="HTML5, CSS3 and JavaScript">
</div>
<div class="technology technology-3">
<img src="./resources/images/react-logo.png" alt="" title="React">
</div>
<div class="technology technology-4">
<img src="./resources/images/logo-mysql-26295.png" alt="" title="MySQL">
</div>
<div class="technology technology-5">
<img src="./resources/images/GitHub-logo.png" alt="" title="GitHub">
</div>
<div class="technology technology-6">
<img src="./resources/images/Git-Logo-2Color.png" alt="" title="Git">
</div>
<div class="technology technology-7">
<img src="./resources/images/mocha-logo.png" alt="" title="Mocha">
</div>
<div class="technology technology-8">
<img src="./resources/images/chai-logo.png" alt="" title="Chai">
</div>
</div>
<img src="./resources/images/code_logo.jpg" alt="Robert leaning against a railing" class="about-me__img">
</section>
<!-- === My work === -->
<section class="my-work" id="work">
<h2 class="section__title section__title--work">My Work</h2>
<p class="section__subtitle section__subtitle--work">A selection of my recent projects</p>
<div class="portfolio">
<!-- Portfolio item 01 -->
<div class="portfolio__item">
<a href="./resources/projects/fotomatic/index.html" class="portfolio__item__link">
<img src="./resources/images/fotomatic.png" alt="" class="portfolio__img">
<p class="portfolio__img__title">A responsive website</p>
</a>
<div class="portfolio__item__codes">
<a href="https://github.com/rob3rt96/Fotomatic_project" target="_blank" class="portfolio__code">
<i class="fa-brands fa-github icon"></i>
<p class="icon__text">View Code</p>
</a>
<a href="https://rob3rt96.github.io/Fotomatic_project/" class="portfolio__code">
<i class="fa-solid fa-eye icon"></i>
<p class="icon__text">Live Preview</p>
</a>
</div>
</div>
<!-- Portfolio item 02 -->
<div class="portfolio__item">
<a href="./resources/projects/calculator/index.html" class="portfolio__item__link">
<img src="./resources/images/calculator.png" alt="" class="portfolio__img">
<p class="portfolio__img__title">A simple Calculator</p>
</a>
<div class="portfolio__item__codes">
<a href="https://github.com/rob3rt96/simpleCalculator" target="_blank" class="portfolio__code">
<i class="fa-brands fa-github icon"></i>
<p class="icon__text">View Code</p>
</a>
<a href="./resources/projects/calculator/index.html" class="portfolio__code">
<i class="fa-solid fa-eye icon"></i>
<p class="icon__text">Live Preview</p>
</a>
</div>
</div>
<!-- Portfolio item 03 -->
<div class="portfolio__item">
<a href="./resources/projects/music_player/index.html" class="portfolio__item__link">
<img src="./resources/images/music-player.png" alt="" class="portfolio__img">
<p class="portfolio__img__title">An online Music Player</p>
</a>
<div class="portfolio__item__codes">
<a href="https://github.com/rob3rt96/musicPlayer" target="_blank" class="portfolio__code">
<i class="fa-brands fa-github icon"></i>
<p class="icon__text">View Code</p>
</a>
<a href="./resources/projects/music_player/index.html" class="portfolio__code">
<i class="fa-solid fa-eye icon"></i>
<p class="icon__text">Live Preview</p>
</a>
</div>
</div>
<!-- Portfolio item 04 -->
<div class="portfolio__item">
<a href="./resources/projects/FilmFinder/index.html" class="portfolio__item__link">
<img src="./resources/projects/FilmFinder/resources/pictureExample.png" alt="" class="portfolio__img">
<p class="portfolio__img__title">Film Finder</p>
</a>
<div class="portfolio__item__codes">
<a href="https://github.com/rob3rt96/FilmFinder" target="_blank" class="portfolio__code">
<i class="fa-brands fa-github icon"></i>
<p class="icon__text">View Code</p>
</a>
<a href="https://rob3rt96.github.io/FilmFinder/" class="portfolio__code">
<i class="fa-solid fa-eye icon"></i>
<p class="icon__text">Live Preview</p>
</a>
</div>
</div>
<!-- Portfolio item 05 -->
<div class="portfolio__item">
<a href="./resources/projects/InfiniteScroll/index.html" class="portfolio__item__link">
<img src="./resources/projects/InfiniteScroll/resources/pictureExample.png" alt="" class="portfolio__img">
<p class="portfolio__img__title">Infinite Scroll</p>
</a>
<div class="portfolio__item__codes">
<a href="https://github.com/rob3rt96/InfiniteScroll" target="_blank" class="portfolio__code">
<i class="fa-brands fa-github icon"></i>
<p class="icon__text">View Code</p>
</a>
<a href="https://rob3rt96.github.io/InfiniteScroll/" class="portfolio__code">
<i class="fa-solid fa-eye icon"></i>
<p class="icon__text">Live Preview</p>
</a>
</div>
</div>
</div>
</section>
<!-- === Footer === -->
<footer class="footer">
<div class="footer__home-button">
<a href="#home">
<img src="./resources/images/logo2_dark.png" alt="">
</a>
</div>
<ul class="social-list">
<li class="social-list__item">
<a href="https://www.linkedin.com/in/robert-cristian-popescu/" target="_blank" class="social-list__link">Linkedin <i class="fa-brands fa-linkedin"></i></a>
</li>
<li class="social-list__item">
<a href="https://github.com/rob3rt96" target="_blank" class="social-list__link">GitHub <i class="fa-brands fa-github"></i></a>
</li>
<li class="social-list__item">
<a href="./resources/CV_Robert_Popescu_04_Apr_2023_Europass_eng_2.pdf" target="_blank" class="social-list__link">My resume/CV <i class="fa-solid fa-file"></i></a>
</li>
</ul>
<ul class="footer__copyright">
<li><span id="current-date"></span></li>
<li><span>©</span></li>
<li><a href="#" class="contact__link"><span>Contact</span></a></li>
</ul>
</footer>
<!-- === Contact === -->
<section class="contact" id="contact">
<form action="https://formsubmit.co/robert.popescu9612@gmail.com" method="POST">
<input type="hidden" name="_subject" value="You got a new message!">
<h2>Message Me</h2>
<label for="name">Full Name: </label>
<input type="text" id="name" name="full-name" placeholder="ex: John Smith" minlength="2" maxlength="40" required>
<label for="mail">E-mail: </label>
<input type="email" id="mail" name="email" placeholder="ex: john.smith@gmail.com" minlength="5" maxlength="100" required>
<label for="message">Message: </label>
<textarea id="message" name="message" rows="6" cols="30" placeholder="Let's talk..." minlength="2" maxlength="500" required></textarea>
<button type="submit">Send Message</button>
</form>
</section>
</main>
<!-- Script -->
<script src="./resources/script.js"></script>
</body>
</html>