-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
30 lines (26 loc) · 1.17 KB
/
index.php
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
<?php include "includes/header.php";?>
<!-- *** HEADER for PHP cut ends here -->
<!-- MAKE SURE YOU GET YOUR (3) IMAGES SAVED INTO YOUR IMAGES FOLDER -->
<img src="images/desktop.jpg" class="desktop" alt="" />
<img src="images/phone.jpg" class="phone" alt="" />
<img src="images/tablet.jpg" class="tablet" alt="" />
</section>
<!-- END LEFT COL -->
<!-- START RIGHT COL -->
<aside>
<h3>About me</h3>
<p>Hello, my name is Pablo Sepulveda. I was born and
raised in Chile. I immigrated to the US when I was 18 years old.
I studied music and flute in college.
Now I work independently as a Spanish interpreter, translator and voice-over
artist. I enjoy learning
about computers and technology. I also enjoy exercising and learning ASL language.</p>
<p>In 2020, most of my work disappeared because of the pandemic.
While in lockdown, with entire days to fill at home, I decided to upgrade my skills,
and I studied computer
technologies at North Seattle college, earning a Web Application
Technologies Certificate. I am enthusiastic about learning more
front-end web design and development.</p>
</aside>
<!-- END RIGHT COL -->
<?php include "includes/footer.php";?>