-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
246 lines (245 loc) · 14.9 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
<!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>Personal Portfolio</title>
<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=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="mobile-menu" class="mobile-main-menu">
<div class="close-button-container">
<button type="button" id="close-btn" class="close-mobile-menu-btn">
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071C1.31658 14.0976 0.683417 14.0976 0.292893 13.7071C-0.0976311 13.3166 -0.0976311 12.6834 0.292893 12.2929L5.58579 7L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z" fill="white"/>
</svg>
</button>
</div>
<ul class="menu-list">
<li><a class="mobile-nav-link" href="#works">Portfolio</a></li>
<li><a class="mobile-nav-link" href="#about-myself">About</a></li>
<li><a class="mobile-nav-link" href="#contact">Contact</a></li>
</ul>
<div class="divider-container mobile-bottom-line">
<span class="divider"></span>
</div>
</div>
<header>
<div class="logo-container">
<a href="index.html" class="logo">Software<span class="">Dev</span>One</a>
</div>
<nav class="navbar">
<ul class="navbar-menu">
<li><a href="#works">Portfolio</a></li>
<li><a href="#about-myself">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<button type="button" class="btn-mobile-menu" id="open-mobile-menu">
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 15C11 14.4477 11.4477 14 12 14H28C28.5523 14 29 14.4477 29 15C29 15.5523 28.5523 16 28 16H12C11.4477 16 11 15.5523 11 15ZM11 20C11 19.4477 11.4477 19 12 19L28 19C28.5523 19 29 19.4477 29 20C29 20.5523 28.5523 21 28 21L12 21C11.4477 21 11 20.5523 11 20ZM12 24C11.4477 24 11 24.4477 11 25C11 25.5523 11.4477 26 12 26H28C28.5523 26 29 25.5523 29 25C29 24.4477 28.5523 24 28 24H12Z" fill="#6070FF"/>
</svg>
</button>
</header>
<main>
<section class="headline-section">
<div class="section-mobile-bg"></div>
<div class="section-mobile-shape"></div>
<div class="container">
<h1 class="main-greeting pacific-font">
<span class="move-down-animation border-bottom-4">I’m Nitcelis.</span>
</h1>
<p class="main-greeting"><span class="move-up-animation">Glad to see you!</span></p>
<p class="main-message move-right-animation">
I am a Full Stack developer passionate about programming and the design of innovative solutions. I am looking for a big challenge that demands creative thinking, requires me to learn new things, and pushes my limits. Open to new job opportunities. If you like what you see, don’t hesitate to contact me.
</p>
<div class="social-media">
<p class="connect-message move-down-animation">LET’S CONNECT</p>
<ul class="social-media-links move-up-animation">
<li><a href="https://github.com/NitBravoA92" target="_blank" rel="noopener"><img src="./img/github-icon.png" alt="github icon"></a></li>
<li><a href="https://www.linkedin.com/in/nitcelis-bravo-alcala" target="_blank" rel="noopener"><img src="./img/linkedin-icon.png" alt="linkedin icon"></a></li>
<li><a href="https://wellfound.com/u/nitcelis-bravo-alcala" target="_blank" rel="noopener"><img src="./img/angelist-icon.png" alt="angelist icon"></a></li>
<li><a href="https://medium.com/@nbravoalcala_53257" target="_blank" rel="noopener"><img src="./img/medium-icon.png" alt="medium icon"></a></li>
</ul>
</div>
</div>
</section>
<section class="work-section" id="works">
<div class="container projects-list">
</div>
</section>
<section class="about-myself-section" id="about-myself">
<div class="section-mobile-bg"></div>
<div class="container">
<div class="about-me">
<h2 class="section-title">
About Myself
</h2>
<p class="about-me-message">
Hello, my name is Nitcelis Bravo, I am a systems engineer and a certified Full Stack developer with more than 3 years of experience working on different web development projects such as corporate websites, e-commerce, sales and billing software, application rentals, service management and more. using technologies such as PHP-Laravel, Javascript, ReactJS, Java, MySQL and PostgreSQL. I am very passionate about programming, especially because I enjoy creating algorithms and solving problems using logical reasoning. I am also a person who likes to learn new things every day, I like to work in dynamic teams, and I am always willing to help others. I am currently looking for a job opportunity where I can continue growing as a professional and contribute my knowledge to a company.
<br><br>If you like what you see, don’t hesitate to contact me.
</p>
<div class="social-media">
<p class="connect-message">LET’S CONNECT</p>
<ul class="social-media-links">
<li><a href="https://github.com/NitBravoA92" target="_blank" rel="noopener"><img src="./img/github-icon.png" alt="github icon"></a></li>
<li><a href="https://www.linkedin.com/in/nitcelis-bravo-alcala" target="_blank" rel="noopener"><img src="./img/linkedin-icon.png" alt="linkedin icon"></a></li>
<li><a href="https://wellfound.com/u/nitcelis-bravo-alcala" target="_blank" rel="noopener"><img src="./img/angelist-icon.png" alt="angelist icon"></a></li>
<li><a href="https://medium.com/@nbravoalcala_53257" target="_blank" rel="noopener"><img src="./img/medium-icon.png" alt="medium icon"></a></li>
</ul>
</div>
<div class="get-resumen">
<a href="/docs/Nitcelis-Bravo-Alcala.pdf" target="_blank" rel="noopener" class="btn btn-bordered btn-white-bg btn-blue-text">Get my resume</a>
</div>
</div>
<div class="tech-skills">
<ul class="skills-list-box">
<li class="skill-item active">
<div class="title">
<h3>Languages</h3>
<button type="button">
<span>
<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L7.70711 7.70711C7.31658 8.09763 6.68342 8.09763 6.29289 7.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z" fill="#5E6C84"/>
</svg>
</span>
</button>
</div>
<div class="content">
<ul class="skills-details">
<li class="color-change">
<img src="./img/ruby-logo.png" alt="Ruby rounded icon" class="icon" />
<span class="skill-name">Ruby</span>
</li>
<li>
<img src="./img/PHP-logo.png" alt="PHP rounded icon" class="icon" />
<span class="skill-name">PHP</span>
</li>
<li>
<img src="./img/Java-Logo.png" alt="Java rounded icon" class="icon" />
<span class="skill-name">Java</span>
</li>
<li>
<img src="./img/javascript-icon.svg" alt="Javascript rounded icon" class="icon" />
<span class="skill-name">Javascript</span>
</li>
<li>
<img src="./img/html-icon.svg" alt="HTML rounded icon" class="icon" />
<span class="skill-name">HTML</span>
</li>
<li>
<img src="./img/css-icon.svg" alt="CSS rounded icon" class="icon" />
<span class="skill-name">CSS</span>
</li>
</ul>
</div>
</li>
<li class="skill-item active">
<div class="title">
<h3>Frameworks & Libraries</h3>
<button type="button">
<span>
<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L7.70711 7.70711C7.31658 8.09763 6.68342 8.09763 6.29289 7.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z" fill="#5E6C84"/>
</svg>
</span>
</button>
</div>
<div class="content">
<ul class="skills-details">
<li>
<img src="./img/ruby-on-rails-logo.png" alt="Ruby on Rails rounded icon" class="icon" />
<span class="skill-name">Ruby on Rails</span>
</li>
<li>
<img src="./img/laravel.png" alt="Laravel rounded icon" class="icon" />
<span class="skill-name">Laravel</span>
</li>
<li>
<img src="./img/spring-boot.png" alt="Spring Boot rounded icon" class="icon" />
<span class="skill-name">Spring boot</span>
</li>
<li>
<img src="./img/react.png" alt="Reactjs rounded icon" class="icon" />
<span class="skill-name">Reactjs</span>
</li>
</ul>
</div>
</li>
<li class="skill-item active">
<div class="title">
<h3>Top Skills</h3>
<button type="button">
<span>
<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L7.70711 7.70711C7.31658 8.09763 6.68342 8.09763 6.29289 7.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z" fill="#5E6C84"/>
</svg>
</span>
</button>
</div>
<div class="content">
<ul class="skills-details">
<li>
<img src="./img/pair-programming.svg" alt="Pair Programming rounded icon" class="icon" />
<span class="skill-name">Pair Programming</span>
</li>
<li>
<img src="./img/leadership.jpg" alt="Leadership rounded icon" class="icon" />
<span class="skill-name">Leadership</span>
</li>
<li>
<img src="./img/planning.png" alt="Project Planning rounded icon" class="icon" />
<span class="skill-name">Project Planning</span>
</li>
<li>
<img src="./img/teamwork-logo.png" alt="Teamwork rounded icon" class="icon" />
<span class="skill-name">Teamwork</span>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</section>
</main>
<footer>
<section class="contact-form" id="contact">
<div class="section-mobile-shape"></div>
<div class="container">
<h2 class="section-title">Contact me</h2>
<p class="contact-message">
If you have an application you are interested in developing, a feature that you need built or a project that needs coding.
I’d love to help with it!
</p>
<form action="https://formspree.io/f/mayzvopn" method="POST" id="contact-me-form">
<div class="form-element-container">
<input type="text" class="form-element" id="user-name" name="name" placeholder="Write your name here" maxlength="30" title="You can only add maximum: 30 characters" required>
</div>
<div class="form-element-container">
<input type="email" class="form-element" id="user-email" name="email" placeholder="Write your Email here" title="[email protected]" pattern="^[^@\s]+@[^@\s]+[.a-z]+$" required>
</div>
<div class="form-element-container">
<textarea class="form-element" id="user-message" name="message" placeholder="Write your Message here" maxlength="500" title="You can only add maximum: 500 characters" rows="6" cols="50" required></textarea>
</div>
<span id="errormessage">Your email must be in lowercase letters</span>
<div class="form-element-container">
<button type="submit" class="btn btn-bordered btn-blue-text btn-static-white">Get in touch</button>
</div>
</form>
<div class="divider-container">
<span class="divider"></span>
</div>
</div>
</section>
</footer>
<section class="modal-window" id="details-popup-window">
</section>
<script src="./index.js"></script>
</body>
</html>