-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
242 lines (241 loc) · 11.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Beatriz | Front End Developer</title>
<meta charset="UTF-8">
<script src="https://kit.fontawesome.com/531ba33c21.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lilita+One&family=Lily+Script+One&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
</head>
<body>
<header>
<div class="full-width">
<h1>
Beatriz Guerrero
</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills-tools">Skills</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="beatriz-spanish/index.html">Español</a></li>
</ul>
</nav>
<div class="img-h2">
<img src="img/beatriz.jpg" alt="Beatriz with purple flowers in back">
<h2>
<span class="welcome">
Bienvenidos!
</span>
<br>
I'm a Front End Web Developer
<br>
creating fun(ctional) websites!
</h2>
</div>
<div class="desktop-header">
<h2>
<span class="welcome">Bienvenidos.</span> I'm Beatriz,
<br>
a <span class="welcome">Front End Web Developer</span> creating
<br>
websites that are fun(ctional).
<br>
</h2>
</div>
</div>
</header>
<main>
<section id="about">
<div class="full-width">
<h2>
About Me
</h2>
<div class="about-me">
<img src="img/beatriz.jpg" alt="Beatriz with purple flowers in back">
<p>
Hi, I'm Beatriz and I'm excited to bake some awesome websites!
I mean *make* some websites... anyways...
</p>
<p>
As we move towards a future that is more and more dependent on
computers and smartphones, my goal as a Front End Web Developer
is to be able to create websites that everyone can effectively
use and understand.
</p>
<p>
When I'm not firing up the command line and coding up a storm,
you can find me baking some cookies, a chocolate cake, or some
slow-cooked ribs... Anything that involves a hot oven and
complicated directions, I'm there! I guess you could say
building from scratch is my thing!
</p>
</div>
</div>
</section>
<section id="projects">
<div class="full-width">
<h2>
Projects
</h2>
<div class="project-sections">
<div class="project-piece">
<h3>
Ferrari and Fanta
</h3>
<a href="https://beatriz-g.github.io/ferrari-and-fanta/" target="_blank">
<img src="img/ferrari-fanta.png" alt="Ferrari and Fanta">
</a>
<p>
Website for senior pets, Ferrari and Fanta. Designed this project to show how
amazing adopted pets can be when given a second chance at love.
</p>
<a href="https://beatriz-g.github.io/ferrari-and-fanta/" target="_blank" class="project-button">
Live Page
</a>
<p class="skills-header">
Skills
</p>
<p class="skills-list">
CSS3 | HTML5 | Media Queries | Dog Snacks
</p>
</div>
<div class="project-piece">
<h3>
GitHub <br> Gallery
</h3>
<a href="https://beatriz-g.github.io/GitHub-Gallery-Main/" target="_blank">
<img src="img/github-repo.png" alt="GitHub gallery">
</a>
<p>
GitHub gallery that shows visitors my repos through the use of APIs.
Click on a repo to pull information from my GitHub account.
</p>
<a href="https://beatriz-g.github.io/GitHub-Gallery-Main/" target="_blank" class="project-button">
Live Page
</a>
<p class="skills-header">
Skills
</p>
<p class="skills-list">
APIs | JavaScript | Manipulate the DOM
</p>
</div>
<div class="project-piece">
<h3>
Isaura's<br>Website
</h3>
<a href="https://beatriz-g.github.io/Isaura/index.html" target="_blank">
<img src="img/isa-website.jpg" alt="Isa's website">
</a>
<p>
Personalized website for my sister, Isaura! Using HTML and CSS,
I created a simple website that represents her throughout the years.
</p>
<a href="https://beatriz-g.github.io/Isaura/index.html" target="_blank" class="project-button">
Live Page
</a>
<p class="skills-header">
Skills
</p>
<p class="skills-list">
HTML5 | CSS3 | Media Queries | JavaScript
</p>
</div>
</div>
</div>
</section>
<section id="skills-tools">
<div class="full-width">
<h2>
Skills & Tools
</h2>
<div class="skills-tools-sections">
<div class="skills">
<ul>
<li>Version Control</li>
<li>JavaScript</li>
<li>Media Queries</li>
<li>Responsive Typography</li>
</ul>
</div>
<div class="skills2">
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>APIs</li>
<li>Python</li>
</ul>
</div>
<div class="tools">
<ul>
<li>Git & the Command Line</li>
<li>Chrome DevTools</li>
<li>GitHub</li>
<li>Visual Studio Code</li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<section id="contact">
<div class="full-width">
<h2>
Contact Me
</h2>
<div class="footer-summary">
<div class="summary-container">
<p>
As I navigate the exciting world of code, I have learned that my favorite
part of it all is building from <span class="footer">scratch.</span>
</p>
<p>
I look forward to working with folks who believe
websites can be fun, educational, accessible, and <span class="footer">magical.</span>
</p>
</div>
<div class="img-container">
<img src="img/oli-me.png" alt="Olivia and me">
<div class="overlay">
<div class="text">
Olivia and me!
</div>
</div>
</div>
</div>
</div>
<div class="icons">
<h3>
Let's get in contact and make <span class="footer">beautiful</span> websites!
</h3>
<p class="email">
</p>
<div class="social-icons">
<p class="icon-links">
<a href="https://github.com/Beatriz-G" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</p>
<p class="icon-links">
<a href="https://www.linkedin.com/in/beatrizguerrero24" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</p>
</div>
</div>
<div class="end-footer">
<h3>
<span class="name">Beatriz Guerrero</span> | <span class="name">2023</span>
</h3>
</div>
</section>
</footer>
</main>
</body>
</html>