-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
49 lines (40 loc) · 1.2 KB
/
about.php
File metadata and controls
49 lines (40 loc) · 1.2 KB
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
<?php include('includes/init.php');
$current_page_id="project";
?>
<!DOCTYPE html>
<html>
<head>
<div id="myheader">
<?php include('includes/header.php'); ?>
</div>
</head>
<body>
<div id="aboutpic">
<img src="/images/me.png"/></a>
<!-- <img src="/images/me2.png"/></a> -->
</div>
<div id="bio">
<p1>
Hi, my name is Fiorella.
<br>
It means little flower in Italian.
<br>
<br>
I am a junior at Cornell University studying Information Science with a
minor in both Business and Environmental Science.
<br>
<br>
I am a Peruvian immigrant currently living in Long Island, NY. Since I
was a little girl, I always liked drawing and art. When I got to Cornell,
I decided to explore that side of me by concentrating in UX.
<br>
<br>
Currently, I am working on gaining more experience within this field,
but I have the qualities to succeed in any project given to me while
being a team player from my previous internship and experiences. </p1>
</div>
</body>
<div id="myfooter">
<?php include('includes/footer.php'); ?>
</div>
</html>