-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
103 lines (85 loc) · 6.15 KB
/
about.html
File metadata and controls
103 lines (85 loc) · 6.15 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
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
<!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, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Julio Chavez - About Me</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Smooth crolling CSS -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Julio Chavez</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html" class="page-scroll">Home</a></li>
<li><a href="index.html#experience" class="page-scroll">Experience</a></li>
<li><a href="index.html#contact" class="page-scroll">Contact</a></li>
<li><a href="files/JulioChavezResume.pdf" target="_blank" download>CV</a></li>
<li><a href="#about" class="page-scroll">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- YOSEMITE IMAGE -->
<section id="yosemite" data-speed="6" data-type="background"></section>
<!-- CONTACT ME SECTION -->
<section id="about">
<div class="container">
<h1>
About Me
</h1>
<p>
I was born in Venezuela to a loving family of engineers and musicians.<br/><br/>
I was a happy kid growing up. However, in April 2002, there was an attempted coup d’état in Venezuela. Both of my parents, who worked as engineers for the government, protested against the then-President Hugo Chavez. The protests led to President Chavez laying off over 18,000 government workers, including my parents. Life became increasingly more dangerous and, on September 2003, my family made the difficult decision to emigrate from Venezuela to the United States. This decision proved to be a huge turning point for the better.<br/><br/>
Adapting to a new country and culture had its learning curve, but I came to love my new home. Shortly after starting school in the U.S. and learning English, I followed in my family’s footsteps when I discovered my passion for music and theatre. I ended up going to a magnet arts high school where I specialized in acting, musical theatre, and chorus. The following 4 years led to many great memories, from performing in front of over 7,000 people in Tampa to later taking a show on tour and performing in Scotland at the Edinburgh Festival Fringe, the world’s largest international theatre festival. While I did (and still do) enjoy the stage, I felt that I needed to expand my technical side, which led me to studying for my Bachelors in Computer Engineering at the University of Florida. <br/><br/>
The transition from the arts into STEM was far from smooth. Not knowing how to study properly and manage my time led to me failing two courses, ending my first semester with a 1.89 GPA and academic probation. This set the tone for the rest of my academic career. I knew that I had to work hard to get far, and that’s what I set out to do. With the help of some great mentors, I was able to recover and now sit at a 3.49 GPA. <br/><br/>
Since then, I became heavily involved on campus. I was fortunate enough to be elected the new IEEE UF student branch president and also helped co-found two other student organizations, the Association of Computer Engineers (ACE) and the Electrical & Computer Engineering Ambassadors (ECEA). One of my main goals going into these student leadership positions was to help others who are struggling. I hope to continue mentoring others and help them realize that everything is going to be okay. <br/><br/>
In my free time, I like to relax by singing and playing guitar. Recently, my friends and I started an a Capella group consisting solely of engineers and had our first performance at the Engineering New Student Convocation. The College of Engineering has invited us to perform at future events so now I also have rehearsals to look forward to. <br/><br/>
Even given life’s obstacles, I could not be more grateful for the way my life has turned out, for the people I had the pleasure to meet, and for the great times that are ahead. <br/><br/>
</p>
</div>
</section>
<!-- SANTA CRUZ IMAGE -->
<section id="santa-cruz" data-speed="6" data-type="background"></section>
<!-- CONTACT ME SECTION -->
<section id="contact">
<div class="container">
<h1>
Contact Me
</h1>
<p class="lead">
chavez.julio@gmail.com<br/>
</p>
</div>
</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> -->
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
</body>
</html>