-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (287 loc) · 14.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alejandra Valdivia | Web Developer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta name="description" content="Alejandra Valdivia Web Developer">
<link href="https://fonts.googleapis.com/css2?family=Alike&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Source+Code+Pro:wght@600&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/2dbc050342.js" crossorigin="anonymous"></script>
<link rel="icon" href="img/favicon.ico" alt="logo" type="image/icon type">
</head>
<body>
<div class="hero">
<header>
<nav class="sticky" id="navbar">
<a href="index.html"><img src="img/alejandra-logo.png" alt="logo" class="nav-logo"></a>
<button class="hamburger" id="hamburger">
<i class="fas fa-bars"></i>
</button>
<ul class="nav-ul" id="nav-ul">
<li><a href="#work">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="https://hyperlinkweb.ca" target="_blank">WordPress</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact" id="contact-link">Contact me</a></li>
<!-- <li><a href="espanol/index.html" target="_blank">Español</a></li> -->
</ul>
</nav>
</header>
<div class="header-box content-wrapper">
<h1 class="slide-in-right">Hello, I'm Alejandra Valdivia!</h1>
<h4 class="tagline"><a href="#work"><button class="fade-in">I am a Full-Stack Web Developer who supports your company's goals through my expertise in web development, creating appealing user interfaces, and ensuring sustainable growth.</button></a></h4>
<div class="header-divider"></div>
</div>
</div>
<!--WORK begins here -->
<section id="work" class="full-width">
<div class="content-wrapper">
<h2 data-aos="fade-up">My Portfolio</h2>
<div class="gallery">
<!----------- Projects section --------------->
<!-- Project one-->
<div class="gallery-item" data-aos="fade-up">
<figure>
<a href="https://mern-estate-aeeb.onrender.com/" target="_blank">
<img src="img/mern-estate.png" alt="picture of a car driving" class="thumbnail">
</a>
</figure>
<h4>MERN Estate</h4>
</a>
<p class="project-description">Real estate website developed with the
MERN stack. Create, edit, delete, and search properties by category, price, and location, and manage users and properties using a custom admin dashboard.
</p>
<p><span>Skills: </span>MongoDB, Express, React, Node.js</p>
<p><span>Tools: </span>HTML, CSS, Tailwind, RESTful APIs, Git, GitHub, VS Code, Insomnia, MongoDB Atlas, Render</p>
<a class="project-link" href="https://mern-estate-aeeb.onrender.com/" target="_blank">live
page</a>
</div>
<!-- project two -->
<div class="gallery-item" data-aos="fade-up">
<figure>
<a href="https://accelerate.hyperlinkweb.dev/" target="_blank">
<img src="img/accelerate-screenshot.png" alt="picture of a car driving" class="thumbnail">
</a>
</figure>
<h4>Accelerate Marketing Website</h4>
</a>
<p class="project-description">WordPress site with custom child theme of a fictional
advertising agency, including an archive page of case studies, and plugins for easy
content update.
</p>
<p><span>Skills: </span>HTML, CSS, PHP, WordPress Custom Child Theme</p>
<p><span>Tools: </span>Mailchimp, Chrome DevTools, WordPress API, Photoshop, Git, GitHub</p>
<a class="project-link" href="https://accelerate.hyperlinkweb.dev/" target="_blank">live
page</a>
</div>
<!-- project three -->
<div class="gallery-item" data-aos="fade-up">
<figure>
<a href="https://catcollector-x3aj.onrender.com/" target="_blank">
<img src="img/mcdatepicker-screenshot.jpg" alt="picture of a woman in the forest" class="thumbnail">
</a>
</figure>
<h4>Cat Collector</h4>
</a>
<p class="project-description">A multi-page responsive website coded with Flexbox. This
versatile design has several sections, including a Cards design pattern, that can be repurposed for
different sites.</p>
<p><span>Skills: </span>Python, Django, CSS</p>
<p><span>Tools: </span>Django RESTful APIs, Postgres, Render, VS Code</p>
<a class="project-link" href="https://catcollector-x3aj.onrender.com/" target="_blank">
live page</a>
</div>
<!-- project four -->
<div class="gallery-item" data-aos="fade-up">
<figure>
<a href="https://meow-matchmaker-app.onrender.com/" target="_blank">
<img src="img/meow-matchmaker-screenshot.png" alt="name tags" class="thumbnail">
</a>
</figure>
<h4>Meow Matchmaker</h4>
</a>
<p class="project-description">Meow Matchmaker is an app that allows users to
create user profiles, matches with other cats, make friends, and adopt cats.
</p>
<p><span>Skills: </span>Javascript, APIs, CRUD</p>
<p><span>Tools: </span>MongoDB, Express, EJS, Bootstrap, Node.js</p>
<a class="project-link" href="https://meow-matchmaker-app.onrender.com/" target="_blank">live
page</a>
</div>
<!-- project five -->
<div class="gallery-item" data-aos="fade-up">
<figure>
<a href="https://alejandravaldivia.github.io/github-repo-gallery/" target="_blank">
<img src="img/github-gallery-screenshot.png" alt="gallery of projects in github by the author" class="thumbnail">
</a>
</figure>
<h4>GitHub Repo Gallery</h4>
</a>
<p class="project-description">Uses GitHub's API to pull data from my GitHub portfolio to
create a gallery
of repos. Visitors to the site can click on the repos to see more details and a link to the repo.</p>
<p><span>Skills: </span>JavaScript</p>
<p><span>Tools: </span>REST API, GitHub Pages</p>
<a class="project-link" href="https://alejandravaldivia.github.io/github-repo-gallery/" target="_blank">live
page</a>
</div>
<!-- project six -->
<div class="gallery-item" data-aos="fade-up">
<figure>
<a href="https://alejandravaldivia.github.io/guess-the-word/" target="_blank">
<img src="img/guess-the-word-game.png" alt="image of guess the word game" class="thumbnail">
</a>
</figure>
<h4>Guess the Word Game</h4>
</a>
<p class="project-description">Players guess the word by entering one letter at a time. If
the player
guesses all the letters correctly before they use up their allotted guesses, they win!</p>
<p><span>Skills: </span>JavaScript</p>
<p><span>Tools: </span>GitHub Pages, JSON</p>
<a class="project-link" href="https://alejandravaldivia.github.io/guess-the-word/" target="_blank">live
page</a>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="content-wrapper">
<h3 class="skills-header">Skills</h3>
<h4>Developer Skills</h4>
<div class="language-wrapper">
<p class="skill">HTML and CSS</p>
<p class="skill">JavaScript</p>
<p class="skill">React</p>
<p class="skill">Responsive web development</p>
<p class="skill">WordPress</p>
<p class="skill">Git and GitHub</p>
</div>
<h4>Tech Stack</h4>
<div class="tool-wrapper">
<p class="tool">Chrome DevTools</p>
<p class="tool">GitHub Pages</p>
<p class="tool">Adobe Creative Suite</p>
<p class="tool">RESTful APIs</p>
<p class="tool">MERN Stack</p>
<p class="tool">Python</p>
<p class="tool">Django</p>
<p class="tool">SQL</p>
<p class="tool">Postgres</p>
<p class="tool">MongoDB</p>
<p class="tool">PHP</p>
</div>
</div>
</section>
<section id="about">
<div class="content-wrapper">
<div class="about-content-wrapper">
<figure class="about-image" data-aos="fade-up">
<img src="img/alejandra-valdivia-headshot.jpeg" alt="headshot" id="profile-image"/>
</figure>
<div class="about-info" data-aos="fade-up">
<h3 data-aos="fade-up">Hi! My name is Alejandra Valdivia.</h3>
<h4 data-aos="fade-up">As a passionate and seasoned Full-Stack Web Developer, I'm dedicated to <em>problem-solving.</em> </h4>
<br>
<p>I craft user-centric, high-performance websites that deliver exceptional digital experiences and convert
visitors into loyal customers, thereby increasing your company's revenue. With a solid foundation in front-end
and back-end technologies, I specialize in turning web designs into dynamic, interactive, responsive, and
profitable web solutions.</p><br>
<p data-aos="fade-up">My expertise spans the entire web development stack, from front-end to back-end.
I'm proficient in a wide range of technologies, including HTML5, CSS3, JavaScript, React, MERN stack,
Python, Django, PHP, WordPress, and Node.js. This breadth of knowledge ensures that I can handle
diverse projects with confidence and skill.
</p><br>
<p data-aos="fade-up">My primary focus is on performance optimization. I ensure that all the websites I develop are not
only mobile-responsive but also seamlessly integrated, creating cohesive digital ecosystems. This
commitment to quality ensures that the web solutions I deliver
are of the highest standard. </p><br>
<p data-aos="fade-up">I believe in collaborative partnerships and transparent project management to deliver web solutions
that meet and exceed expectations.</p><br>
<p data-aos="fade-up"><span>Let's connect and get started with your project!</span></p>
</div>
</div>
</div>
</section>
</main>
<footer id="contact">
<div class="content-wrapper" data-aos="fade-up">
<h3>Let's Connect</h3>
<div class="contact-wrapper">
<div class="contact-info">
<h5 class="contact-title">Hire me</h5>
<p>604-613-1980</p>
<p><a class="email" href="mailto:hello@hyperlinkweb.ca" target="_blank">hello@hyperlinkweb.ca</a></p>
</div>
<div class="contact-info follow-section">
<h5 class="contact-title">Follow me</h5>
<ul class="social-icons">
<li><a href="https://www.linkedin.com/in/alejandra-valdivia-developer/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li><a href="https://github.com/AlejandraValdivia" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
</div>
<!-- <div class="contact-info">
<h5 class="contact-title">Meet me</h5>
<p>Vancouver, CA</p>
<p>Let's go to meetups together!</p>
</div> -->
</div>
<p>Copyright
<script>document.write(new Date().getFullYear())</script> | Alejandra Valdivia
</p>
</div>
</footer>
</main>
<!-- <div class="wrapper message">
<!--Calendly link widget begin -->
<!-- <link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script> -->
<!-- <a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/alejandrathomasson'});return false;"> -->
<!--Schedule time with me</a> -->
<!-- Calendly link widget end -->
<!-- Calendly badge widget begin -->
<!-- <link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script>
<script
type="text/javascript">Calendly.initBadgeWidget({ url: 'https://calendly.com/alejandrathomasson', text: `Let's chat!`, color: '#c54747', textColor: '#ffffff', branding: true });</script> -->
<!-- Calendly badge widget end -->
<!-- </div>
</section>
</main> -->
<!-- main ends here -->
<!-- Footer begins here -->
<!-- <footer id="copyright">
<a href="index.html">Copyright © | Alejandra Valdivia 2022</a>
</footer> -->
<!-- Javascript begins here -->
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
<!--AOS library js links-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!--changes timing of slide in effect on scroll-->
<script>
AOS.init({
offset: 150,
duration: 700
});
</script>
</body>
</html>