generated from raminka13/html-css_basic-microverse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
264 lines (261 loc) · 9.48 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
<!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, user-scalable=no" />
<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=Playfair+Display&family=Poppins:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./CSS/Styles.css" />
<title>Raminka Portfolio</title>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
</head>
<body>
<header>
<nav class="nav">
<div class="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="navlinks">
<ul>
<li><a class="nav-link" href="#home">Hello</a></li>
<li><a class="nav-link" href="#works">Portfolio</a></li>
<li><a class="nav-link" href="#about">About</a></li>
<li><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</header>
<section class="homesection" id="home">
<div class="homewrp">
<div class="maintitle">
<h1 class="mtitle">Raul Ospina</h1>
</div>
<div class="maintxt">
<p class="mtext">
As a software engineer with a passion for solving complex problems
and a track record of delivering high-quality software, I am always
ready for my next challenge. Whether it's developing responsive and
user-friendly websites, optimizing performance, or collaborating
with cross-functional teams, I thrive in dynamic environments where
I can make a meaningful impact. Let's work together to build
innovative solutions and bring your ideas to life.<br>
<b>Ready to work together?</b><br>
<a class="contact-link" href="mailto:raminka13@hotmail.com"
>raminka13@hotmail.com</a
><br />
<a
class="contact-link"
href="https://wa.me/+573013368172"
target="_blank"
>WhatsApp</a
><br />
<a class="contact-link" href="tel:+573013368172">+57 301 3368172</a>
</p>
</div>
<br />
<a class="collabbutton" href="https://registry.jsonresume.org/raminka13" target="_blank">Online Resume</a>
<a href="#contact" class="collabbutton">Start collaboration</a>
</div>
<div class="decoimgdsktp"></div>
<div class="decoimg"></div>
</section>
<div id="works">
<div class="works" id="projects"></div>
<div class="modal-overlay"></div>
</div>
<section class="about" id="about">
<div class="aboutwrpr">
<div class="maintitle">
<h1 class="mtitle">About</h1>
</div>
<div class="maintxt">
<p class="mtext">
I'm a software developer with a passion for building great products.
I have a background in business, entertainment and marketing, which
helps me understand the needs of the client and the market. I'm a
problem solver and I love to learn new things. I'm always looking
for new challenges and opportunities to grow.<br />
As a software engineer with a strong foundation in computer science
and a passion for problem-solving, I am always looking for new
challenges and opportunities to grow. With experience in a variety
of programming languages and a track record of delivering
high-quality software on tight deadlines, I am confident in my
ability to tackle any project and find creative solutions to complex
problems.<br />
I am a team player who values collaboration and open communication,
and I have a proven track record of working effectively with
cross-functional teams. In my previous roles, I have enjoyed the
opportunity to mentor junior team members and share my knowledge and
expertise. In my free time, I love staying up-to-date with the
latest technologies and trends in the industry, and I am constantly
seeking out new learning opportunities to expand my skillset.<br />
I am excited to bring my skills, enthusiasm, and drive to a dynamic
company where I can make a meaningful impact and continue to grow as
a software engineer.
</p>
</div>
<a href="Resume-Raul_Ospina.pdf" class="collabbutton" target="_blank">
Get my CV
</a>
<a href="resume.json" class="collabbutton" target="_blank">
JSON Resume
</a>
</div>
<div class="contain">
<div class="card lang">
<div class="sectitle">
<h2>Languages</h2>
</div>
<div class="litxt">
<ul>
<li>JavaScript</li>
<li>Ruby</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
</div>
<div class="card frames">
<div class="sectitle">
<h2>Frameworks</h2>
</div>
<div class="litxt">
<ul>
<li>Bootstrap</li>
<li>Tailwind</li>
<li>React</li>
<li>Ruby On Rails</li>
<li>RSpec</li>
</ul>
</div>
</div>
<div class="card skills">
<div class="sectitle">
<h2>Skills</h2>
</div>
<div class="litxt">
<ul>
<li>GitHub</li>
<li>Netlify</li>
<li>Render</li>
<li>ZSH CLI</li>
</ul>
</div>
</div>
<div class="dots"></div>
</div>
</section>
<section class="contact" id="contact">
<div class="topimg"></div>
<div class="contactctn">
<div class="maintitle">
<h1 class="mtitle">Get started</h1>
</div>
<div class="maintxt">
<p class="mtext">
Ready to work together? Contact me to discuss how my skills and
experience can make an impact on your team.
</p>
</div>
<form
id="inputsform"
action="https://formspree.io/f/mayvvvnd"
method="POST"
>
<ul id="contacform" class="contactform">
<li>
<label for="fname">Your name</label>
<input
type="text"
name="name"
id="fname"
placeholder="Jhon Doe*"
required=""
maxlength="30"
pattern="([A-ZΆ-ΫÀ-ÖØ-Þ][A-ZΆ-ΫÀ-ÖØ-Þa-zά-ώß-öø-ÿ]{1,19} ?){1,10}"
/>
</li>
<li>
<label for="email-address">Your email</label>
<input
class="email"
type="email"
name="email"
id="email-address"
placeholder="email@domain.com*"
required=""
pattern="(?!(^[.-].*|[^@]*[.-]@|.*\.{2,}.*)|^.{254}.)([a-zA-Z0-9!#$%&'*+\/=?^_`{|}~.-]+@)(?!-.*|.*-\.)([a-zA-Z0-9-]{1,63}\.)+[a-zA-Z]{2,15}"
/>
</li>
<li>
<textarea
rows="4"
name="message"
id="message"
placeholder="Enter your message here... *All field required"
required=""
maxlength="500"
></textarea>
</li>
</ul>
<span class="formmsgs" id="error_msg"></span>
<button id="submitbtn" class="collabbutton" type="submit">
Submit Form
</button>
</form>
</div>
<div class="bottomimg"></div>
</section>
<footer class="footer">
<div class="getlink">
<a href="Resume-Raul_Ospina.pdf" target="_blank">Get my Resume</a>
</div>
<div>
<ul class="socialinks">
<li>
<a
href="https://stackoverflow.com/users/18505372/raminka"
target="_blank"
><img
src="./Images/ic_stackoverflow.png"
alt="Stack Overflow link"
/></a>
</li>
<li>
<a href="https://github.com/raminka13" target="_blank"
><img src="./Images/ic_github.png" alt="GitHub link"
/></a>
</li>
<li>
<a href="https://twitter.com/raminka13" target="_blank"
><img src="./Images/ic_twitter.png" alt="twitter link"
/></a>
</li>
<li>
<a href="https://www.linkedin.com/in/raul-ospina/" target="_blank"
><img src="./Images/ic_linkedin.png" alt="linkedin link"
/></a>
</li>
<li>
<a href="https://medium.com/@raminka13" target="_blank"
><img src="./Images/ic_medium.png" alt="medium link"
/></a>
</li>
<li>
<a href="https://angel.co/u/raul-ospina-raminka" target="_blank"
><img src="./Images/ic_angellist.png" alt="angellist link"
/></a>
</li>
</ul>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>